Skip to content

2.0.0

Compare
Choose a tag to compare
@bpierre bpierre released this 20 Nov 18:43
· 69 commits to main since this release
5f074b4

This version removes the default export. If you were using it, it might still work as some bundlers will automatically replace convert it into import * as. If not, please move to the import * as syntax:

- import dn from 'dnum'
+ import * as dn from 'dnum'