Releases: michaljanocko/schemawax
Releases · michaljanocko/schemawax
v1.0.12
- Add a succeed decoder, by @francescortiz
- Add a decoder for the null value, by @francescortiz
- Add never decoder, by @clarfonthey
- Avoid using conditional types to improve type checking, by @clarfonthey
v1.0.11
- Errors with path information where the error happened
v1.0.10
- Simplify
D.regex
implementation
v1.0.9
- Exported
DecoderRecord
- Slightly more on-point errors
- Added tests
v1.0.8
- Add regex decoder
v1.0.7
Recursive decoders are here!
Special thanks to @francescortiz.
v1.0.6
Added method for validation (it is easier to handle both the error and the actual value cases now)
v1.0.5
- Fixed Node imports
v1.0.4
- Declared side-effect free
- Tree-shakability
v1.0.3
- Fixed types for good (maybe)