Removed invalid key types
from package.json
(thanks @imjordanxd)
Fix issue with build, dist/
wasn't included with the ESM change (thanks @imjordanxd)
Fix Typescript version in CHANGELOG (thanks @rnestler)
Adds Node v20 support (CI coverage)
Now using React 18.2.0 and Typescript 5.0.4. If this change effects your application, depend directly on 2.0.0
BREAKING: Package is now ESM-compatible (thanks @imjordanxd!)
Bumps a number of deep dependencies with security issues
Removes index.ts
from the distributed package
Avoid adding an extra first period to the keys at the zero depth (what was
..$apple
is now .$apple
)
Initial release