Releases
v0.11.0
released this
22 Sep 16:59
Improved integral shrink trees to match behavior of binary search (#239 , @TysonMN )
Add render functions (#274 , @adam-becker )
fix link to tutorial in nuget package (#305 , @ThisFunctionalTom )
made Seq module internal and moved to own file (#307 , @TysonMN )
Sort .editorconfig properties (#308 , @adam-becker )
Remove PropertyConfig.coalesce (#309 , @adam-becker )
Move property config to its own file. (#311 , @adam-becker )
Add property args structure. (#312 , @adam-becker )
Rename the parameters of Range.exponentialFrom (and friends) (#315 , @dharmaturtle )
Implement Property.select via bind to avoid bug (#318 , @TysonMN )
Remove duplicates in frequency shrink tree (#321 , @TysonMN )
Special processing for printing ResizeArray<_> in Property.forAll #323 (#324 , @altxt )
Fix for counterexample crashing bug #327 (#328 , @TysonMN )
Refactors to simplify code mostly for takeSmallest (#334 , @TysonMN )
Remove extra sized call (#337 , @adam-becker )
Implement Gen.mapN
variants with Gen.apply
(#338 , @adam-becker )
allow tests to access internal scope (#344 , @TysonMN )
change access scope for two top-level modules from private to internal (#345 , @TysonMN )
improve function name takeSmallest to shrinkInput in Property (#347 , @TysonMN )
Add error handling to Property.map (#348 , @TysonMN )
Add contributing guidelines. (#349 , @adam-becker )
Update benchmark project (#350 , @adam-becker )
Deprecate gen functions (#351 , @adam-becker )
Remove 'Random.Builder' (#352 , @adam-becker )
make Gen.{sample, sampleTree} and Random.replicate lazy (#354 , @TysonMN )
Better C# example in README.md. (#355 , @adam-becker )
remove Property.ofThrowing (#357 , @TysonMN )
Fixed import namespace in cshrp sample (#358 , @lupin-de-mid )
Fix order of arguments to Expect.equal (#361 , @TysonMN )
Fix a few things in our Seed implementation (#362 , @adam-becker )
Utilize Property.set internally (#363 , @TysonMN )
You can’t perform that action at this time.