Skip to content

2.1.0

Compare
Choose a tag to compare
@wanasit wanasit released this 10 Jul 15:13
· 425 commits to master since this release

Package loading

  • The main module is now dist/index.js
  • Typescript's TypeInfo information is now available dist/index.d.ts
  • Change the module type to commonjs
  • Use import chrono from 'chrono-node' instead of import * as chrono from 'Chrono-node' (only Node.js)

Fixes

  • Stop using lookbehind
  • Minor interface changes

v2.0.3...v2.1.0