Skip to content

v2.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 02:22
· 6 commits to main since this release
d4e8a6d

Parsers v2.7.2

Diff since v2.5.1

Closed issues:

  • Resolve precompilation issues (#113)
  • Parsers reads out of bounds in checkdelim! (#156)
  • BoundsError for test that parses incorrect UUID (#166)
  • groupmark bugs (#168)

Merged pull requests:

  • Support open and close quotes being String (#141) (@nickrobinson251)
  • Add Parsers.parse(Number, source) for number type detection + parsing (#149) (@quinnj)
  • Extend Options' inputs validation (#152) (@Drvi)
  • Ensure Char doesn't match provided delim before marking OK (#153) (@quinnj)
  • v2.5.2 (#155) (@Drvi)
  • Fix out of bounds in checkdelim (#157) (@quinnj)
  • Make Flags serializable (#158) (@Liozou)
  • Improve performance of Parsers.parse(Number, ...) (#159) (@quinnj)
  • Introduce PosLen31 (#160) (@Drvi)
  • Fix a few corner cases of new Number parsing (#161) (@quinnj)
  • Fix a case in Number parse where Inf was being returned when we want … (#163) (@quinnj)
  • Migrate from SnoopPrecompile to PrecompileTools (#164) (@timholy)
  • Introduce SHA1 and UUID type parsers (#165) (@Drvi)
  • Fix a error handling in UUID parser (#167) (@Drvi)
  • Fixes for groupmark validation (#169) (@Drvi)
  • Propagate ndigits in parsedigits down to scale (#170) (@Drvi)
  • Introduce rounding option (#171) (@Drvi)
  • Introduce INEXACT code and use it for DateTime (#172) (@Drvi)
  • Fix a case where digits overflow on the last digit before decimal (#173) (@Drvi)
  • Introduce noscale (#174) (@Drvi)
  • Introduce a beta AbstractConf type to allow custom types to avoid ove… (#175) (@quinnj)
  • More groupmark and decimal validation (#177) (@Drvi)
  • Fix regression in invalid Number parsing (#180) (@quinnj)