Compared to version 1.4.0, PropEr version 1.5.0 comes with the following highlights:
- Add generators for UTF-8 strings
- Add (and restrict) support for Erlang/OTP versions 21.3 to 27.3
In addition, there have been various code improvements and bug fixes (some of them below).
What's Changed
- Upgrade rebar3 to a safe version by @kostis in #278
- Add support for Erlang/OTP 25.0 by @kostis in #291
- Discontinue support for 20.x by @kostis in #292
- Address deprecation warnings in OTP 25 by @pablocostass in #294
- Export helper function mentioned in targeted PBT tutorial by @fenollp in #298
- Test also with Erlang/OTP 25.2 by @kostis in #303
- Test also with Erlang/OTP 25.3 by @kostis in #306
- Move cleanup logic into Makefile by @kostis in #309
- Cleanup all shell scripts by @kostis in #311
- Add support for Erlang/OTP 26.x by @kostis in #312
- Add generators for UTF-8 strings by @kostis in #319
- Add support for Erlang/OTP 27.x by @kostis in #320
Full Changelog: v1.4...v1.5.0