Skip to content

Releases: omaha-js/client-js

1.0.1

28 Aug 22:25
Compare
Choose a tag to compare
  • Fixed timezone offset used when parsing short dates

1.0.0

23 Aug 05:14
Compare
Choose a tag to compare
  • Initial stable release

Changes since 1.0.0-rc.7:

  • Added the new repositories overview endpoint
  • Fixed conversion errors for short dates (YYYY-MM-DD)

1.0.0-rc.7

22 Aug 02:35
Compare
Choose a tag to compare
1.0.0-rc.7 Pre-release
Pre-release
  • Added the new endpoints for email verification to the auth and account collections
  • Added the new constants endpoint for global application settings
  • Clients now retry requests that fail with a 502, 503, or 504 status code.

1.0.0-rc.6

21 Aug 01:05
Compare
Choose a tag to compare
1.0.0-rc.6 Pre-release
Pre-release
  • Added missing groups field to the scope list types
  • Added the new deleted_at field to tokens
  • Added the new deleted_at field to collaborations
  • Added the new existingPassword field on account update types
  • Added the new publisher role
  • Added the repos.getDeleted() method to fetch a deleted repository
  • Added endpoints for notification management
  • Removed name field from asset and tag update types

1.0.0-rc.5

17 Aug 06:50
Compare
Choose a tag to compare
1.0.0-rc.5 Pre-release
Pre-release
  • Added the new attachments.delete() endpoint for draft management

1.0.0-rc.4

16 Aug 03:03
Compare
Choose a tag to compare
1.0.0-rc.4 Pre-release
Pre-release
  • The options parameter in the releases.search() method is now optional
  • Fixed an error from search parameter generation in browsers
  • Fixed an error from undefined query parameters not getting filtered out

1.0.0-rc.3

14 Aug 01:47
Compare
Choose a tag to compare
1.0.0-rc.3 Pre-release
Pre-release
  • Added a token event to listen for authentication changes
  • Added a dispose() method to abort and clean up clients
  • Added loading_start and loading_stop events to track status
  • Added the custom AbortError class to the package exports
  • Fixed scheduled reattempts ignoring abort calls
  • Improved abort detection in browsers

1.0.0-rc.2

13 Aug 00:07
Compare
Choose a tag to compare
1.0.0-rc.2 Pre-release
Pre-release
  • Updated attachment upload form parameters
  • Improved browser support for uploads
  • Removed the status field from release attachments

1.0.0-rc.1

12 Aug 23:06
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release
  • Initial release