Skip to content

v0.1.0

Choose a tag to compare

@mauricioabreu mauricioabreu released this 16 Nov 02:04
· 119 commits to main since this release

Changelog

  • 54b1135 Initial commit
  • dc91719 chore: add configs to release versions
  • 2e7b9ed chore: add issue template for bug reports
  • e1073f6 chore: update go.mod
  • d49c627 ci: build and test
  • 8d1a3f6 feat: add exercise that has tests
  • 0123444 feat: add functions exercise
  • 367fbae feat: add hint command
  • c01e92a feat: add one more exercise
  • ba5c0dc feat: add one more functions exercise
  • 568626a feat: add one more functions exercise
  • 0ee7676 feat: add one more functions exercise
  • fd4caed feat: add one more if exercise
  • 5aa67b2 feat: add some color to the terminal
  • 7d07fbf feat: add switch exercise
  • 87af0e8 feat: add verify command
  • 7773650 feat: find exercise from toml
  • d4002bb feat: first exercise
  • 5431950 feat: first exercise running
  • 633f40f feat: improve exercise runner output
  • 4d0b3f5 feat: improve messages for run and verify commands
  • b923acb feat: improve shadowing variables exercise
  • 381a0c4 feat: list exercises
  • 18a06a6 feat: one more variables exercise
  • f9682e6 feat: one more variables exercise
  • bd100bb feat: one more variables exercise
  • 84a23af feat: render progress bar before verify
  • fb8b636 feat: show exercise state when listing
  • c408e54 fix: allow progressbar to know how many exercises exist
  • f7347c8 fix: break code exercise
  • 74fcba0 fix: comment
  • 4c6ed5d fix: filename in comments
  • 99f1c47 fix: filenames in comments
  • cc401c9 fix: maybe I'm missing Rust these days
  • 2cf7e29 fix: missing main func
  • 0bd7992 fix: move exercises to the right place
  • b8faca6 fix: use format
  • 65f4003 refactor: redesign core to be more testable
  • 3a53db8 refactor: rename middle path
  • 41d7496 refactor: replace deprecated ioutil by os funcs
  • 045c3a0 refactor: simplify verify command