Skip to content

Releases: evylang/evy

v0.1.144

20 Jul 13:37
e0dd2e3
Compare
Choose a tag to compare

Changelog

  • e0dd2e3 🚸 deploy: Use special root path re-write for learn subdomain (#389)

v0.1.143

20 Jul 13:32
Compare
Choose a tag to compare

Changelog

  • f191625 🚸 learn: Add sidebar to learn pages (#388)
  • e1be469 learn: Add sidebar to learn pages
  • 43942f5 learn: Add Document() method to model interface
  • 6d2f575 learn: Wrap badge HTML in separate div
  • aa3c34b docsite: Factor out sidebar CSS

v0.1.142

20 Jul 12:56
506c71b
Compare
Choose a tag to compare

Changelog

v0.1.141

19 Jul 13:50
85c1f42
Compare
Choose a tag to compare

Changelog

v0.1.140

19 Jul 02:29
Compare
Choose a tag to compare

Changelog

  • e9d4f4d 🚸 learn-site: Start building the foundation course (#387)
  • fe961b0 learn-site: Add foundation course HTML
  • 617cbc2 learn-site: Start building the foundation course

v0.1.139

19 Jul 02:20
Compare
Choose a tag to compare

Changelog

  • 0403ee8 🚸 learn-site: Prepare for initial learn-site generation (#386)
  • fe5bf78 learn: Generate output from tagged txtar files
  • e5263cc learn: Render > [!NOTE] as a note block
  • 33d6d51 learn: Split templates into self-contained and learn
  • 1b66afc learn: Rename --with-head-links flag to --self-contained
  • b9cda0c learn: Expand on composition todo

v0.1.138

19 Jul 02:10
Compare
Choose a tag to compare

Changelog

  • 1eed5c6 🚸 learn: Add support for text-based questions (#384)
  • 47cbeff learn: Add //levy:blank to question text
  • 62c86e9 learn: Add support for text-based exercises
  • c142c8f learn: Refactor question.go
  • 1e5e770 learn: Restructure testdata with more exercises for quiz2
  • 6831c18 learn: Refactor text question-type values
  • 643e389 learn: Add textarea style

v0.1.137

25 Jun 21:42
62fd2fc
Compare
Choose a tag to compare

Changelog

  • 62fd2fc 🚸 learn: Add verification field to question frontmatter (#383)

v0.1.136

25 Jun 21:39
7bef7f3
Compare
Choose a tag to compare

Changelog

  • 7bef7f3 🚸 learn: Add SubQuestions generated from question template (#382)

v0.1.135

22 Jun 13:26
Compare
Choose a tag to compare

Changelog

  • cfa4eac ♻️ learn: Prepare for txtar support by levy (#385)
  • 7631ca4 learn: Factor out QuestionModel.correctAnswerIndices method
  • d2e8cce learn: Remove embedMD type
  • 6514916 learn: Add Filename() method to model
  • 58a3d30 learn: Make testdata more meaningful
  • f1709b6 learn: Improve error messages
  • 0ef3e51 learn: Improve test and add TODO