Skip to content

Releases: node-machine/rttc

v10.0.0-1

04 Dec 01:18
64c9cb7
Compare
Choose a tag to compare
v10.0.0-1 Pre-release
Pre-release
10.0.0-1

v10.0.0-0

27 Aug 00:27
Compare
Choose a tag to compare
v10.0.0-0 Pre-release
Pre-release

So far, this major version bump exists purely because of a minor (but breaking) change to rttc.parseHuman()-- and specifically only when a primitive type schema is provided. Now, if coercion of the human-entered string fails, a validation error is thrown (whereas before, the base value was used). In other words, parseHuman() is now using rttc.validate() (RTTC loose validation) instead of rttc.coerce() (RTTC coercion).

v9.3.4

05 Apr 23:19
Compare
Choose a tag to compare

rttc@9.3.4 contains assertions to protect against edge cases which can arise when key names contain . when using certain functions, as well as an improved rttc.isEqual() that does not result in false positives

v9.2.0

07 Oct 15:29
Compare
Choose a tag to compare
9.2.0