Skip to content

Releases: AlexanderAllen/panettone

Backed enum support

05 May 04:26
96f05ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

05 May 03:31
679a812
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

Emit enums harvested from OAS sources

05 May 01:01
f739589
Compare
Choose a tag to compare
Pre-release

This release adds support for enum properties in OAS sources.
Properties containing enum are emitted as discreet enum type files, in addition to being represented as object properties.

See #42 for more information.

Courtesy screenshot:

image

Initial development release

01 May 10:51
f1d23fd
Compare
Choose a tag to compare
Pre-release

With all the initial objectives I envisioned for this project complete, I feel that it has earned it's first tag (and release).

What's Changed

Full Changelog: https://github.com/AlexanderAllen/panettone/commits/0.1.0

TODO

  • Support for enums in Open Api sources.
  • Arguments and help output in the "bin" executable. It's not mission critical for me as the app's settings are set via .ini files at the moment.