Skip to content

Releases: gopher-fleece/gleece

v1.5.3

11 Jul 12:11
Compare
Choose a tag to compare

What's Changed

  • Allow Skip Generated date in generated routes comment by @haimkastner in #50

Full Changelog: v1.5.2...v1.5.3

v1.5.2

10 Jul 23:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

26 Jun 10:09
8177035
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

28 May 07:32
5162052
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.4...v1.5.0

v1.4.4

23 May 14:06
fe1b662
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3

13 May 07:18
aa5e9b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.3

v1.4.1

30 Mar 12:57
Compare
Choose a tag to compare

What's Changed

  • Add embedding struct support by @haimkastner in #38
  • Improve error of alias validation input by @haimkastner in #38
  • Fixed several fields with types from external packages issues by @yuval-po in #39
  • Fix OpenAPI 3.0 models description when used as other struct field type by @haimkastner in #39

Full Changelog: v1.4.0...v1.4.1

v1.4.0

21 Mar 21:06
978cf5e
Compare
Choose a tag to compare

What's Changed

This version adds support for the following API Endpoint parameter/return value types:

  • Arrays

  • Aliases:

    type AnAlias string
    type AnotherAlias = string
  • Enumerations:

    type SomeEnum string
    const (
        AValue SomeEnuim = "Abc"
    )

    Note that enum values are not automatically validated.
    Validation requires either an explicit validator tag or use of the new, experimental flag generateEnumValidator
    Alternatively the generateEnumValidator flag can be set to globally validate top level enums only
    See the docs for reference

Additionally, adds support for usage of entities from external packages. This allows sharing structures without having to re-define them

Full Changelog: v1.3.2...v1.4.0

v1.3.2

11 Mar 16:22
86909b2
Compare
Choose a tag to compare

What's Changed

  • Fix primitives (int, boot etc) conversions in generated routes by @haimkastner in #36

Full Changelog: v1.3.1...v1.3.2

v1.3.1

02 Mar 19:16
9587f6a
Compare
Choose a tag to compare

What's Changed

  • Add full test coverage to all template extensions with naming fixes by @haimkastner in #35

Full Changelog: v1.3.0...v1.3.1