Skip to content

Releases: SaturnFramework/Saturn.Cli

v1.0.5

24 Dec 21:31
Compare
Choose a tag to compare

What's Changed

  • Fix the code generation feature due to .NET 6 by @64J0 in #39
  • Allow CLI tool to roll forward to later runtimes by @baronfel in #40

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4.poopy

09 Jul 22:22
Compare
Choose a tag to compare

v1.0.4.asshole

09 Jul 19:50
Compare
Choose a tag to compare

v1.0.4

09 Jul 19:42
Compare
Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

v1.0.3

09 Jul 18:54
e4a5906
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

0.12.1

19 Apr 12:44
Compare
Choose a tag to compare

Change name to Saturn.Cli
Pack it as .Net Core 3.1 tool
Clean Paket dependencies
Refactor code base (by @ZaymonFC)
Update infrastructure - repository is now using paket and fake as local tools

0.9.0

30 Jul 12:15
Compare
Choose a tag to compare
  • Add handling of help commands and clean up help messages
  • Fix generated code in views
  • Corrected return type of showAction in generated controller
  • Update to Saturn 0.9

0.7.0

14 Jul 17:44
Compare
Choose a tag to compare
  • EXPERIMENTAL: Add interactive mode.
  • Update to Saturn 0.7

0.4.2

27 Feb 16:34
Compare
Choose a tag to compare

Change generateViewController to use renderXml method to render XmlNode (by @mtnrbq)

0.4.1

16 Feb 22:32
Compare
Choose a tag to compare

Remove unnecessery opens
Different namespace for task CE