Skip to content

Releases: NickKelly1/nkp-error

v0.0.4.1

30 Jul 00:40
cc7269c
Compare
Choose a tag to compare

0.0.4 - 2021-06-29

Added

  • UMD exports

Changed

  • 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)
  • Updated readme with badges and more information.
  • Temporarily disabled terser rollup plugin. Builds will temporarily not minified.

v0.0.4

30 Jul 00:35
733c237
Compare
Choose a tag to compare

0.0.4 - 2021-06-29

Added

  • UMD exports

Changed

  • 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)
  • Updated readme with badges and more information.
  • Temporarily disabled terser rollup plugin. Builds will temporarily not minified.

v0.0.2

29 Jul 21:11
f26d054
Compare
Choose a tag to compare

Changelog

0.0.2 - 2021-06-29

Re-release

v0.0.1

29 Jul 20:48
8ae63e2
Compare
Choose a tag to compare

0.0.1 - 2021-06-29

Added

  • coerceError
  • trimTrace

Changed

Removed