Releases: Sanguineous1/octyne-api
Releases · Sanguineous1/octyne-api
1.0.3
1.0.2
1.0.1
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
1.0.0-beta.2
🎉 Fixes the index.d.ts among other bugs, adds JSDoc, does major work on browser support (it works now!), adds lint script to package.json
, switches to Yarn and now exports a function instead of a class by default.
What's left:
- Custom errors.
- File and Server classes.
- Completed browser support (waiting on Octyne, also need to add Babel).
Major Changes
- Export default function, fix types and url param: 0f1564a
Patches
1.0.0-beta.1
Initial release of octyne-api!
What's missing:
- Proper lint scripts.
- Browser support.
- Custom errors.
- File and server classes.
- JavaScript documentation.