Parsley 4.1.0-M7
Pre-release
Pre-release
This is the seventh milestone release ahead of 4.1.0. See #136 for details (including migration instructions from M6).
What's Changed
Minor Changes
- Added the following new configuration:
labelRealX
: all used to describe the parsing of real numbers with unconstrained, float, and double all availablelabelRealXEnd
: used to describe the end of a real numberlabelRealDot
: used to describe the.
in a real number, if it is not defined, the end label will be used instead.labelRealExponent
: used to describe the exponent at the end of a real number, if not defined, the end label is used instead.labelRealExponentEnd
: used to describe the end of what follows the opening exponent prefix, using the generic end label instead if not defined.labelNumericBreakChar
: used to describe break characters in both integers and real numbers.
Full Changelog: v4.1.0-M6...v4.1.0-M7