Skip to content

Latest commit

 

History

History
91 lines (41 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

91 lines (41 loc) · 4.17 KB

Changelog

0.1.8 (2024-10-31)

🐛 Bug Fixes

0.1.7 (2024-10-31)

🐛 Bug Fixes

0.1.6 (2024-10-31)

📚 Documentation

🔄 Refactoring

0.1.5 (2024-10-22)

🐛 Bug Fixes

0.1.4 (2024-10-22)

✨ New Features

0.1.3 (2024-10-22)

🐛 Bug Fixes

  • set github token for release process (a2fe4aa)

0.1.2 (2024-10-22)

✨ New Features

🔄 Refactoring

  • change folder, package structure; integrate with cobra (#27) (850c694)

0.1.1 (2024-10-04)

🐛 Bug Fixes

0.1.0 (2024-10-04)

⚠ BREAKING CHANGES

  • lower json schema version, rename number to float (#12)

✨ New Features

  • Fixing problems with generated code for golang and adding sample manifest for testing. (#22) (558e964)
  • initial CLI for codegen with support for golang strongly typed accessors (#13) (e8f3d3e)
  • lower json schema version, rename number to float (#12) (ed844b4)

📚 Documentation

  • Add initial flag manifest schema (#9) (fac35ca)

🔄 Refactoring

  • change the case of the flag manifest to camel case. (#19) (fbac8ce)
  • embed flag manifest schema into code and moves files around (#18) (aa9d3b0)