- Updated readme.md
- Fixed exports
- Updated readme.md
- Updated readme.md
- Added
maybeError
- Added tests for
maybeError
- Added
@nkp/maybe
as a dependency
- Changed
coerceError
toalwaysError
- Updated readme.md
- Updated dependencies
- Updated project build and testing configuration
- No longer minify exports
- Updated tsconfig.json
- Updated tsconfig.build.json
- Updated jest.config.ts
- Updated dependencies
- Updated release.yml
- Added
"sideEffects": false
topackage.json
. Allows tree shaking in bundlers.
Re-release
- Upgraded readme
- Added tests for readme examples
- Minified export
- Fixed README.md in npmjs.
- UMD exports
- Instead of the root folder, the
dist
folder is now published. The published project structure is now:- d: dist (published)
- f: LICENSE
- f: package.json
- d: es (project as es modules)
- d: cjs (project as cjs)
- d: umd (project as umd)
- d: dist (published)
- Updated readme with badges and more information.
- Temporarily disabled terser rollup plugin. Builds will temporarily not minified.
Re-release
coerceError
trimTrace