Skip to content

Latest commit

 

History

History
69 lines (34 loc) · 1.28 KB

changelog.md

File metadata and controls

69 lines (34 loc) · 1.28 KB

Changelog

  • [!]—backward incompatible change
  • [+]—new feature
  • [f]—bugfix
  • [r]—refactoring
  • [t]—test suite improvement
  • [d]—docs improvement

1.1.1 (August 31, 2024)

  • [f] Improve help message for sauer pages new command.

1.1.0 (August 31, 2024)

  • [!][+] Produce code that uses Kraut 1.2.x.
  • [!][r] Use Climate 1.1.x.
  • [!][r] Require Nim 2.0.x for the shorter local import syntax to work.

1.0.8 (September 26, 2023)

  • [f] Bump version in help message.

1.0.7 (September 18, 2023)

  • [+] Add --watch, -w flag to make command to remake the app on changes in src dir.
  • [+] Add --serve, -s flag to make command to serve the app after making.

1.0.6 (August 11, 2023)

  • [f] Update Sauer version in help message.

1.0.5 (August 11, 2023)

  • [f] Tasks fixed on Windows.

1.0.4 (July 31, 2023)

  • [f] Remove Nim devel dependency by updating the required Kraut version.

1.0.3 (May 12, 2023)

  • [f] Replace NimHTTPd with static_server in sauer serve.

1.0.2 (May 12, 2023)

  • [f] Bump version in help message.

1.0.1 (May 12, 2023)

  • [+] Add sauer pages list command.
  • [+] Add sauer make command.
  • [+] Add sauer serve command.

1.0.0 (March 7, 2023)

  • 🎉 initial release.