Skip to content

Releases: Hipo/hipo-exceptions-js

1.1.0

26 Mar 13:15
777277f
Compare
Choose a tag to compare
Merge pull request #36 from studiobakers/npm-publish-automation

(v1.1.0) Update package.json, add NPM publish automation

v1.0.9

22 Jan 10:02
ca65ffb
Compare
Choose a tag to compare
  • Solves issue #19
  • Updates getStringMessage function
  • Adds some additional tests

v1.0.8

26 Nov 13:13
Compare
Choose a tag to compare
  • Upgrades dependencies (also solves dependabot issues here)
  • Adds explicit prettier config instead of eslint prettier plugin for more consistent formatting rules
  • Re-formats files with new prettier config
  • Solves a few TS errors (errors were mostly about using object or {} while declaring types, TS doesn't like it)

v1.0.7

28 Oct 07:26
Compare
Choose a tag to compare
  • Makes generated error messages more customizable and user-friendly

v1.0.6

01 Sep 14:46
Compare
Choose a tag to compare
  • Fix previous faulty publish to npm

v1.0.5

01 Sep 09:11
Compare
Choose a tag to compare
  • Update README
  • Change TS compiler target to ES5 for better cross-browser compatibility
  • Add unit tests for errorUtils
  • Do minor package updates

v1.0.4

02 Mar 12:15
Compare
Choose a tag to compare
  • Publish lib files to npm

v1.0.3

02 Mar 11:23
6043a20
Compare
Choose a tag to compare
  • Remove lib output from the repo
  • Add lib to package.json whitelist. ("files" property)
  • Setup husky and lint-staged for running tests pre-commit

v1.0.2

02 Mar 11:19
7231fe8
Compare
Choose a tag to compare
  • Fix some bugs
  • Add unit tests