Skip to content

Releases: jacobhumston/sxcu.api

v2.0.6

03 Jul 00:48
1b30920
Compare
Choose a tag to compare

What's Changed

  • v2.0.6 by @jacobhumston in #16
  • General maintenance changes.
  • Updated developer dependencies.
  • New guides for the CLI.

Full Changelog: v2.0.5...v2.0.6

v2.0.5

19 Apr 22:44
c94af45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4-fix...v2.0.5

v2.0.4-fix

19 Apr 07:29
1ccba3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.0.4-fix

v2.0.4

19 Apr 07:20
27d3304
Compare
Choose a tag to compare

What's Changed

  • Server command is now completely working. (Support for upload options will be coming in the next release.)
  • New build script.
  • Updated docs + new guide.

Full Changelog: v2.0.3...v2.0.4

v2.0.3

04 Apr 21:01
Compare
Choose a tag to compare

What's Changed

  • New README banner, fixed broken links.
  • CLI help command has received major improvements.
  • CLI options system has been completed.
  • Added two commands: server (WIP) and upload.
  • v2.0.3 by @jacobhumston in #11

Full Changelog: v2.0.2...v2.0.3

v2.0.2

28 Mar 22:42
Compare
Choose a tag to compare

Changes

  • Fixed how rate limits are handled in the case of an error.

Full Changelog: v2.0.1...v2.0.2

v2.0.1

21 Mar 04:34
Compare
Choose a tag to compare

Changes

  • Updated development dependencies.
  • Fixed types from request.ts returning 404 in the docs.
  • Fixed an issue with the cli not being able to update the user agent.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

19 Mar 21:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.5...v2.0.0

v1.2.5

24 Jun 04:34
Compare
Choose a tag to compare

Full Changelog: v1.2.4...v1.2.5

Change Log

  • Added utility method setUserAgent. 9cf7658
  • Added utility method convertSxcuFile. 9cf7658
  • Added some package commands for windows users. 9cf7658

Example of the new convertSxcuFile method:

/* eslint-disable */
const { files, utility } = require('sxcu.api');

const converted = utility.convertSxcuFile('example.sxcu');
files.uploadFile('test.png', converted.options, converted.domain).then(function (response) {
    console.log(response.url);
});

v1.2.4

10 Feb 15:26
Compare
Choose a tag to compare

Full Changelog: https://github.com/Lovely-Experiences/sxcu.api/compare/v1.2.3...v1.2.4

Change Log

  • Queue is now a member of the Utility namespace. af042190183ac0926723e4438ee2e96220733a82
  • Added clear method to the queue class. af042190183ac0926723e4438ee2e96220733a82
  • The method <queue>.upload has be renamed to <queue>.push. af042190183ac0926723e4438ee2e96220733a82
  • Some documentation changes. af042190183ac0926723e4438ee2e96220733a82