1.0.0
What's Changed
- Adds a method to allow for array shuffling by @nicorichard in #31
- Adds a weighted probability gen builder by @nicorichard in #32
- Additions: "Also" for side-effects and "debug" for printing debug messages by @nicorichard in #33
- Stateful generator improvements and preparation by @nicorichard in #34
- Composer simplification by @nicorichard in #35
- Generate sequences from generators by @nicorichard in #36
- Adds scan and replaceNil operators by @nicorichard in #37
- Rewrite entered around Generator as Protocol by @nicorichard in #38
- Remove the default constructor from random source by @nicorichard in #39
- Add canImport compile directive protection to all xctest imports by @nicorichard in #41
- GeneratorProfiler - Measure a generators performance by @nicorichard in #40
- Add a merge generator by @nicorichard in #42
- Switch documentation to Docc by @nicorichard in #43
- Intro playground by @magaliet in #44
- Add a drop function (like Sequence, Combine) by @nicorichard in #45
- Make all the Generator structs internal. Expose the previously internal operators by @nicorichard in #46
- Provide a flatten operator by @nicorichard in #47
- Composing generators playground by @rafaeloliveira13 in #48
- Flatten for meta-generators by @nicorichard in #49
- Intro playground cleanup by @magaliet in #50
- Improve our playground for modelling production data by @nicorichard in #51
- Arbitrary Dictionary Optimization by @nicorichard in #52
- Intro playground by @magaliet in #54
- Improve the playground following presentation by @nicorichard in #55
- Random Source parameterization for arbitrary collection sizes by @nicorichard in #53
New Contributors
- @rafaeloliveira13 made their first contribution in #48
Full Changelog: 0.0.4...1.0.0