Skip to content

Releases: sonirico/parco

v0.12.0

06 Sep 19:31
e05fc8d
Compare
Choose a tag to compare

What's Changed

  • feat: allow to register models globally by @sonirico in #4

Full Changelog: v0.11.0...v0.12.0

v0.11.0

06 Sep 18:59
d4dff81
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0 time type

20 Aug 22:13
Compare
Choose a tag to compare
chore: add namespace

v0.9.0 float types

19 Aug 17:00
Compare
Choose a tag to compare
feat: float types

v0.8.0 fixed array type

19 Aug 16:23
Compare
Choose a tag to compare
feat: array fixed type

BREAKING CHANGE: rename 'array' to 'slice'

15 Aug 20:12
Compare
Choose a tag to compare

This change will allow the future implementation of fixed arrays and keep aligned with go semantics.

feat: expose struct type as first-class type

15 Aug 19:58
Compare
Choose a tag to compare
v0.6.1

enhacement: expose struct field for single usage

feat: optional type to support pointers

13 Aug 20:53
Compare
Choose a tag to compare
v0.6.0

feat: optional types (pointers)

v0.5.0

13 Aug 19:58
Compare
Choose a tag to compare

This release settles the implementation of all missing integer types so far.

Nested struct types

11 Aug 23:01
Compare
Choose a tag to compare
v0.4.0

feat: nested struct types