Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Releases: holvonix-open/io-ts-fuzzer

v4.0.0

09 Aug 23:48
Compare
Choose a tag to compare

4.0.0 (2019-08-09)

πŸŒŸπŸš€ Features

πŸ“– Documentation

🧦 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

08 Aug 01:10
Compare
Choose a tag to compare

3.0.5 (2019-08-08)

πŸ› Bug Fixes

  • ensure non-integers can be used as input to fuzzers (2d5cc60)

v3.0.4

08 Aug 01:02
Compare
Choose a tag to compare

3.0.4 (2019-08-08)

πŸ› Bug Fixes

  • string examples made slightly more interesting (4213c0e)

v3.0.3

07 Aug 22:00
Compare
Choose a tag to compare

3.0.3 (2019-08-07)

πŸ“– Documentation

  • make examples work without yarn (ec06241)

v3.0.2

07 Aug 20:51
Compare
Choose a tag to compare

3.0.2 (2019-08-07)

πŸ’„ Polish

πŸ“– Documentation

v3.0.1

07 Aug 20:28
Compare
Choose a tag to compare

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

  • add runnable quick start example (34109f9)
  • fix up README typos (518e880)

πŸ”§ Build / Continuous Integration

  • use cd instead of pushd in build scripts (96ad9e9)

πŸ”¬ Tests

  • tests never test for uniqueness for examples (a52f4c3)

v3.0.0

07 Aug 10:00
Compare
Choose a tag to compare

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 calling loadIoTsTypesFuzzers() (#11) (4384326)

⚠️ BREAKING CHANGES

  • core exports re-organized; some removed. From here on,
    only breaking changes to exports from index.ts will be deemed breaking
    changes for the package.

v2.0.0

07 Aug 04:51
Compare
Choose a tag to compare

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

v1.10.2

06 Aug 18:15
Compare
Choose a tag to compare

1.10.2 (2019-08-06)

πŸ› Bug Fixes

  • deps: bump io-ts from 2.0.0 to 2.0.1 (#8) (b957951)

v1.10.1

05 Aug 20:41
Compare
Choose a tag to compare

1.10.1 (2019-08-05)

πŸ“– Documentation

  • fix readme quick start bug (1496897)