This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
Releases: holvonix-open/io-ts-fuzzer
Releases Β· holvonix-open/io-ts-fuzzer
v4.0.0
4.0.0 (2019-08-09)
ππ Features
π Documentation
- fix README link typo (4b9b5a2)
𧦠Miscellaneous
- deps: bump seedrandom from 3.0.1 to 3.0.3 (#16) (91e2346)
- deps-dev: bump @types/chai from 4.1.7 to 4.2.0 (#15) (593a4dc)
- deps-dev: bump @types/node from 12.7.0 to 12.7.1 (9be1c28)
- deps-dev: bump fp-ts from 2.0.4 to 2.0.5 (#17) (6d16718)
- deps-dev: bump husky from 3.0.2 to 3.0.3 (#14) (83b11a5)
- make prod deps updates chores by default (1d16fd1)
β οΈ BREAKING CHANGES
- Fuzzers now have an input and decoded type. Fuzzer generate as output the input of the t.Type, not the decoded or output types.
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
3.0.1 (2019-08-07)
π Bug Fixes
- move fp-ts and io-ts to peer dependencies (6a95707)
π Polish
- run non-typescript through prettier (d95bf76)
π Documentation
π§ Build / Continuous Integration
- use cd instead of pushd in build scripts (96ad9e9)
π¬ Tests
- tests never test for uniqueness for examples (a52f4c3)
v3.0.0
3.0.0 (2019-08-07)
ππ Features
- support
date
from io-ts-types. This new dependency is added as a peer -- code using it is only imported on callingloadIoTsTypesFuzzers()
(#11) (4384326)
β οΈ BREAKING CHANGES
core
exports re-organized; some removed. From here on,
only breaking changes to exports fromindex.ts
will be deemed breaking
changes for the package.
v2.0.0
2.0.0 (2019-08-07)
ππ Features
β οΈ BREAKING CHANGES
ExampleGenerator
now requires as input a tuple[number,FuzzContext]
- concrete fuzzer functions are passed as their first argument a FuzzContext specifying whether to recurse further or not
- deprecated, non-configurable versions of core fuzzers removed