Releases: omaha-js/client-js
Releases · omaha-js/client-js
1.0.1
1.0.0
- 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
- Added the new endpoints for email verification to the
auth
andaccount
collections - Added the new constants endpoint for global application settings
- Clients now retry requests that fail with a
502
,503
, or504
status code.
1.0.0-rc.6
- 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
- Added the new
attachments.delete()
endpoint for draft management
1.0.0-rc.4
- The
options
parameter in thereleases.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
- Added a
token
event to listen for authentication changes - Added a
dispose()
method to abort and clean up clients - Added
loading_start
andloading_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
- Updated attachment upload form parameters
- Improved browser support for uploads
- Removed the
status
field from release attachments
1.0.0-rc.1
- Initial release