2.1.0
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(only Node.js)import chrono from 'chrono-node'
instead ofimport * as chrono from 'Chrono-node'
Fixes
- Stop using lookbehind
- Minor interface changes