0.5.0 (2024-09-27)
- add
:defexception
denfiner to define an exception (#19) (800ca9e) - support
:defrecord
and:defrecordp
and custom definer (#21) (cc93185)
0.4.2 (2024-07-11)
- this release is a documentation update and does not contain any new features or bug fixes
0.4.1 (2024-07-10)
- this release is a documentation update and does not contain any new features or bug fixes
0.4.0 (2024-07-07)
- store parameters as keywords instead of atoms to retain more information (#10)
- add doc_fields guide (#11)
0.3.0 (2024-07-03)
- remove accessible plugin, add it to guides
- macro capture will capture import context (9c6f340)
- remove accessible plugin, add it to guides (204cb0a)
0.2.0 (2024-06-30)
- register plugins globally by configuration (4767e62)
This release is a documentation update and does not contain any new features or bug fixes.
This release is a documentation update and does not contain any new features or bug fixes.
- doc: add
Migrate from typed_struct
guide
- fix: exclude key from
@enforce_keys
, if:default
is set and:enforce
is true
- avoid enforcing the field when default is unset and enforce is false
- if default is set, then this field is enforced (#2)
First release