0.6.1 (2026-03-07)
- update ex_doc to introduce llms.txt support
0.6.0 (2026-03-07)
- typos (cf89ffd)
0.5.0 (2024-09-27)
- add
:defexceptiondenfiner to define an exception (#19) (800ca9e) - support
:defrecordand:defrecordpand 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_structguide
- fix: exclude key from
@enforce_keys, if:defaultis set and:enforceis 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