All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Switched to public domain "Unlicense" license
- Removed superfluous
tslib
dependency (now has 0 deps) - Adds
types
field topackage.json
to help with finding types
- Switched package to module type
- Removed CJS, UMD, and minified builds
- Fix support for React 18
- Fix
tslib
importHelpers: true
not being set
- Fix legacy peer deps issue
- removed unused type
- patch upgrade to
ts-lib
tslib
not being included in dependencies when it 💯 should be- using
{}
as a type (should useRecord
instead)
- typescript definitions by rewriting project in typescript
- browser build
browser
umd fieldsideEffects: false
topackage.json
- now using
rollup
for builds - updated
main
andmodule
fields (not usingindex.js
in root folder any more) - updated heaps of dependencies
- moved API docs back to README
- updated license from ISC to BSD-3
- TypeScript support (PR #1)
- bumped dev dependencies
- removed
@babel/polyfill
fromdependencies
- All the things