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

feat: support recursive types #9

Merged
merged 1 commit into from
Aug 7, 2019
Merged

feat: support recursive types #9

merged 1 commit into from
Aug 7, 2019

Conversation

holvonixAdvay
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Aug 7, 2019

Codecov Report

Merging #9 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #9   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         235    289   +54     
  Branches       25     35   +10     
=====================================
+ Hits          235    289   +54
Flag Coverage Δ
#unit 100% <100%> (ø) ⬆️
Impacted Files Coverage Δ
src/core/core.ts 100% <100%> (ø) ⬆️
src/fuzzer.ts 100% <100%> (ø) ⬆️

@holvonixAdvay holvonixAdvay merged commit 0c39bff into master Aug 7, 2019
@holvonixAdvay holvonixAdvay deleted the v2 branch August 7, 2019 04:45
holvonix-bot added a commit that referenced this pull request Aug 7, 2019
# [2.0.0](v1.10.2...v2.0.0) (2019-08-07)

### 🌟🚀 Features

* support recursive types ([#9](#9)) ([0c39bff](0c39bff))

### ⚠️ 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
@holvonix-bot
Copy link
Contributor

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

2 participants