Skip to content

1.0.0

Compare
Choose a tag to compare
@1999 1999 released this 14 Oct 04:26
· 137 commits to master since this release
  • new: full tests coverage with Travis CI: Travis CI, tests
  • new: CommonJS module syntax support
  • new: skladConnection.close() method to explicitly close existing connection (#3)
  • new: semver support
  • new: blocked event support with InvalidStateError DOMError
  • fix: callbacks with errors could run more than once
  • fix: external docs page contains close to truth examples (#2)
  • breaking change: callbacks are now invoked with DOMError instance as a first argument if error happens during operation, previously it could be either String or Error. Check out docs for examples.
  • breaking change: skladConnection.get() invokes callback with not objects but array with objects with key and value keys (details). Previously it was an object and this was a design error.

There's also a short migration guide here.