Skip to content

Releases: Sanguineous1/octyne-api

1.0.3

24 Jan 21:56
ad61a87
Compare
Choose a tag to compare

Contains a fix for ES Modules on modern versions of Node.js 12+.

Patches

  • Update vulnerable dependencies: b1ea38d
  • Bump path-parse from 1.0.6 to 1.0.7: #8
  • Fix for ES Modules: 4e7d242

1.0.2

09 May 17:30
b3824ce
Compare
Choose a tag to compare

Some more fixes.

Patches

  • Fix getServers error, add OctyneError.toString: 08c0bdb
  • Refactor OctyneError, add TODO.: 68bfcd2

1.0.1

04 May 16:31
3570960
Compare
Choose a tag to compare

Small patch release to fix npm publish and to fix client.login function.

Patches

  • Fix build for npm publish: 044cf40
  • 1.0.1 + fix client.login: 3570960

1.0.0

06 Feb 12:08
Compare
Choose a tag to compare

🎉 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

1.0.0-beta.2

13 Dec 18:50
b367485
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

🎉 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

  • Improve lint, switch to Yarn: 5900060
  • Work on browser support, add JSDoc, fix copyFile - Update README - Switch to isomorphic packages - Add missing dot in package.json - openConsole still requires you to set a browser cookie manually: 06a92e6

1.0.0-beta.1

18 Nov 17:31
b4fbb20
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

Initial release of octyne-api!

What's missing:

  • Proper lint scripts.
  • Browser support.
  • Custom errors.
  • File and server classes.
  • JavaScript documentation.