README.md in prop_check-0.6.2 vs README.md in prop_check-0.7.0
- old
+ new
@@ -24,10 +24,10 @@
- [x] Filtering generators.
- [x] Customize the max. of samples to run.
- [x] Stop after a ludicrous amount of generator runs, to prevent malfunctioning (infinitely looping) generators from blowing up someone's computer.
- [x] Look into customization of settings from e.g. command line arguments.
- [x] Good, unicode-compliant, string generators.
-- [ ] Filtering generator outputs.
+- [x] Filtering generator outputs.
# Nice-to-haves
- [ ] Basic integration with RSpec. See also https://groups.google.com/forum/#!msg/rspec/U-LmL0OnO-Y/iW_Jcd6JBAAJ for progress on this.
- [ ] `aggregate` , `resize` and similar generator-modifying calls (c.f. PropEr's variants of these) which will help with introspection/metrics.