This repository was archived by the owner on Feb 16, 2021. It is now read-only.
v.0.0.11
- forbid the use of
newfor all types but structs, fix #8 - make maybe combinator idempotent, fix #9
- make maybe(T) really idempotent
- make list(T) really idempotent, fix #11
- make struct(T) really idempotent, fix #12
- make tuple(Ts) really idempotent, fix #13
- make union(Ts) really idempotent, fix #14
- export fail(), fix #15
- more tests on Dat primitive type, fix #18
- create constants for string messages, fix #16
- more tests on Re primitive type, fix #17
- make func() idempotent, fix #19
- relaxed
Obj.is()to accept more object types - turn off jshint newcap
- remove
freeze()function
BREAKING
- forbid the use of
newfor all types but structs, for which is optional, fix #7