Skip to content

0.7.2: Hackin (#21)

Latest
Compare
Choose a tag to compare
@fisxoj fisxoj released this 31 Dec 16:18
· 9 commits to master since this release
c95c2a7
* Add another nested data test

* Make map fields work

* Hack so one-schema-of fields aren't always required

* Make list fields more flexible (but also more complicated)

* List fields should deserialized and validate but not get-value

* Fixup tests

* Version bump

* Docs

* Bump jdk version

* Make loadable schema allow transformation functions (like stringifying)

* Let list-field handle vectors

* make-validator -> ensure-validator

Allows functions or keyword specs and only hydrates the keyword
specs.  If it's already a function you can just use it as-is.

* Maybe fix a test?

* version bump

* Be more cautious about printing fields

* Update another class test initarg -> data-key

* ccl is stricter than sbcl it seems...