1.0.0
π octyne-api
1.0 is here π
This release adds documentation, complete browser support, Internet Explorer 9 support, exposes token and password properties and adds custom OctyneError
. The API is now stable, and in future only additions and fixes will be accepted.
What's next for 1.1.0?
- Compression API support didn't make the cut.
- Neither did File, Folder or Server classes. These will not be a breaking change.
- Comprehensive unit tests with
ava
to test every part of the library against Octyne itself.
Major Changes
- Add Babel and have separate CommonJS/IE9 bundles: 2803a2e
Minor Changes
- Make token and password properties public: 8ddb1e7
- Remove dependency on Node.js path: e5207ac
- Add JSDoc and ticket API support: fee3b57
- Add jsdoc-to-markdown and update README: 87fdfb0
- Add custom errors: 7f820c4
Patches
- Fix broken JSDoc file: 9df58e7