Skip to content

Releases: Amarok24/Oxhr

v1.2.1 with minor improvements

11 Feb 18:41
c0c28b6
Compare
Choose a tag to compare
  • Fixed a too strict connection handling, now the same Oxhr instance can safely be re-used for further requests
  • All debug console logs now contains the instance UUID
  • More code refactoring

v1.2.0 with many improvements

11 Feb 09:35
8e74e9c
Compare
Choose a tag to compare
  • Many code improvements, now the library is more robust and handles all kind of wrong usage in a nice way
  • Added 4 new getters: instanceId, status, success, isProcessed
  • Major code refactoring
  • Previous version didn't compile in TypeScript 4.5.4 because of an error, this update fixes it
  • Several small bugfixes, one big bugfix for custom onLoadEnd method which didn't get triggered in TypeScript 4.5.4
  • Added new "debug" parameter for more verbose console log
  • Demo in index.html changed significantly