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

v1.10.0

05 Aug 20:29
Compare
Choose a tag to compare

1.10.0 (2019-08-05)

πŸŒŸπŸš€ Features

  • support configuring unknown type fuzzing (8d15e73)
  • support configuring extra properties for interface fuzzers (6a9dab1)
  • support exact types (883ec4b)
  • support readonly types (03fbecf)
  • support readonlyArray types (279ab9e)
  • support UnknownArray (0ff9aa7)

πŸ› Bug Fixes

  • intersection fuzzer emits only examples consistent with each child type (15ae0cd)

πŸ’„ Polish

v1.9.0

05 Aug 10:35
Compare
Choose a tag to compare

1.9.0 (2019-08-05)

πŸŒŸπŸš€ Features

  • support configuring extra properties for partial fuzzers (5e80982)

v1.8.0

05 Aug 08:48
Compare
Choose a tag to compare

1.8.0 (2019-08-05)

πŸŒŸπŸš€ Features

v1.7.0

05 Aug 07:44
Compare
Choose a tag to compare

1.7.0 (2019-08-05)

πŸŒŸπŸš€ Features

  • allow customizable max length of array fuzzing (89a3590)

πŸ› Bug Fixes

  • use small max array length to avoid DoS (c8ed240)

v1.6.0

05 Aug 05:29
Compare
Choose a tag to compare

1.6.0 (2019-08-05)

πŸŒŸπŸš€ Features

πŸ’„ Polish

πŸ“– Documentation

  • make clear nested types are supported (0d113e2)

v1.5.0

05 Aug 04:56
Compare
Choose a tag to compare

1.5.0 (2019-08-05)

πŸŒŸπŸš€ Features

v1.4.3

05 Aug 02:28
Compare
Choose a tag to compare

1.4.3 (2019-08-05)

πŸ› Bug Fixes

  • don't run tests on end-users machines (4432f34)

v1.4.2

04 Aug 08:16
Compare
Choose a tag to compare

1.4.2 (2019-08-04)

πŸ› Bug Fixes

  • fp-ts needs to be a dependency, peer to io-ts (fd2ce1b)

v1.4.1

04 Aug 00:47
Compare
Choose a tag to compare

1.4.1 (2019-08-04)

πŸ“– Documentation

  • try changelog with misc changes collapsed (d124c50)

🧦 Miscellaneous

v1.4.0

04 Aug 00:35
Compare
Choose a tag to compare

1.4.0 (2019-08-04)

πŸŒŸπŸš€ Features

  • fluent Registry#register function and a Registry#exampleGenerator implementation (aa46fc6)

πŸ› Bug Fixes

  • further simply types with defaults (8dd6364)
  • improve typesafety by eliminating use of any (2af1539)

πŸ”§ Build / Continuous Integration

  • fix dep on release-config-js (5c3aa19)
  • use release-config-js (294f594)

πŸ”¬ Tests

  • improve registration tests (1124707)