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.
- Updated README with important importing info
- Actually drop commonjs support
- Drop
tslib
dependency - Fix typescript declaration importing
js-yaml
- Conditional exports fields not pointing to the right files
- Set
"type": "module"
in package.json since we can't output.mjs
with TS
- Rewrote in TypeScript (PR #27)
- BREAKING CHANGE: commonjs no longer outputted in v3.x
- Can't use properly inside a node ESM package (#24)
- bump devDependencies
dist/
output now containsesm/
andcjs/
folders withindex.js
(andindex.map.js
) instead of.cjs.js
and.esm.js
files- fixed copy-paste issues in
rollup.config.js
&package.json
- bumped a number of dev dependencies
- bumped
sspk
for security fix
- using rollup to built ESM & commonjs output to
dist/
folder - security fixes
- new dev experience