Releases: elixir-typed-structor/typed_structor
Releases · elixir-typed-structor/typed_structor
v0.5.0
What's Changed
- refactor: extract definer by @fahchen in #18
- feat: add
:defexception
denfiner to define an exception by @fahchen in #19
- feat: support
:defrecord
and :defrecordp
and custom definer by @fahchen in #21
Full Changelog: v0.4.2...v0.5.0
v0.4.0
What's Changed
- test: refactor test_case by @fahchen in #9
- refactor!: store parameters as keywords instead of atoms to retain more information by @fahchen in #10
- docs: add doc_fields guide by @fahchen in #11
Full Changelog: v0.3.0...v0.4.0
v0.1.2
What's Changed
- fix: avoid enforcing the field when default is unset and enforce is false by @fahchen in #3
Full Changelog: v0.1.1...v0.1.2