Packages

A library for defining structs with a type without writing boilerplate code.

Current section

Files

Jump to
typed_struct CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.1.1
* Do not make the type nullable when there is a default value
## v0.1.0
* Initial version
* Struct definition
* Type definition
* Default values
* Enforced keys