Skip to content

Parsley 4.1.0-M7

Pre-release
Pre-release
Compare
Choose a tag to compare
@j-mie6 j-mie6 released this 05 Jan 16:46
92483e4

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 available
    • labelRealXEnd: used to describe the end of a real number
    • labelRealDot: 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