After roughly four years of development, we have reached 1.0!
This is a breaking change, hence the change in major version number.
Version 1.0.0 brings:
- Changed to explicit text probe syntax by default (c331467). This is a breaking change. The old behavior can be restored for now by setting
-Dcpr.permitImplicitStringConversion=true. - Add a new LL(3)-based text probe parser. It is disabled by default, but can be enabled by setting
-Dcpr.llTextProbeParser=true. Like the explicit text probe syntax, the plan is for this parser to eventually become default. However this should be a non-breaking change. - Support for
--test=bless, which updates all expected values in text probes. - Other small features and bugfixes, see full changelog below.
Full Changelog: 0.0.16...1.0.0