Skip to content

Releases: spencermountain/compromise

13.10.5

29 Mar 20:59
652196e
Compare
Choose a tag to compare
  • [new] - support Time-range like '3pm-4pm'
  • [change] - cleanup some unicode regexes
    plugin-releases: dates

13.10.4

19 Mar 19:21
1e53df5
Compare
Choose a tag to compare
  • [fix] - match syntax tokenization fix
  • [change] - improved performance monitoring

13.10.3

18 Mar 16:35
1e0a9ba
Compare
Choose a tag to compare
  • [fix] - support complicated regular-expressions in match syntax
  • improved performance testing

13.10.2

12 Mar 22:07
1f3fab9
Compare
Choose a tag to compare
  • [fix] - support matching implicit terms in (or|blocks)
  • [change] - add #Timezone tag (from date-plugin)
  • [change] - add many more cities and regions

13.10.1

04 Mar 16:02
82bfa6d
Compare
Choose a tag to compare
  • [change] - #Date terms can still be a #Conjunction
  • [new] - #Imperative tag and .verbs().isImperative() method
  • [fix] - some tagger issues
  • update deps
    plugin-releases: dates

13.10.0

22 Feb 22:39
d486360
Compare
Choose a tag to compare
  • [new] - #Fraction tag and improved fraction support (thanks Jakeii!)
  • [fix] - edge-case match issues with ! syntax
  • [change] - update deps
  • updates for [email protected], [email protected]

13.9.3

18 Feb 18:02
Compare
Choose a tag to compare
  • [fix] - fix weird ordering issue with named exports #815

13.9.2

07 Feb 18:12
Compare
Choose a tag to compare

typescript fix #811 (thanks Ihor!)

13.9.1

04 Feb 18:40
33683ce
Compare
Choose a tag to compare
  • [fix] - matches over a contraction
  • [new] - add 'implicit' text output

13.9.0

04 Feb 02:28
3d4ca8a
Compare
Choose a tag to compare
  • [new] - World.addConjugations() method
  • [new] - World.addPlurals() method
  • [new] - start compromise-penn-tags plugin
  • [new] - add fuzzy option to match commands
  • [new] - support multiple-word matches in OR matches (a|b|foo bar|c)
  • [change] (internal) - rename 'oneOf' match syntax to 'fastOr'
  • [change] - use new export maps format
  • [fix] - conjugations fixes #800
  • [fix] - tokenization fixes #801