Skip to content

Releases: EMCECS/atmos-js

Atmos JS Browser 2.1.0

17 Sep 19:36
Compare
Choose a tag to compare
  • Updated atmos-js to 2.1.2 and removed check for Atmos browser-compat feature (ECS supports this but does not advertise the feature)
  • Removes external Jquery dependency from the JSBrowser. This is allowed due to Jquery's MIT license.

AtmosJS 2.1.2

06 Sep 16:01
Compare
Choose a tag to compare
  • Changed AtmosRest constructor to take params object
  • Combined createObject and createObjectOnPath (using params object)
  • Added checksum verification on upload and download

Atmos JS Browser 2.0.1

11 Jul 15:44
Compare
Choose a tag to compare
2.0.1 (re)Release:

(Tweaked about page to include Atmos version)
- Directory selection page (in Move dialog) now scrolls
- About page now shows available features (from service info)
- File list now supports shift-click!
- Fixed bug in ACL removal

AtmosJS 2.1.1

11 Jul 15:45
Compare
Choose a tag to compare
version 2.1.1 release

- added AtmosUtil and ObjectVersion classes
- moved deps global functions into AtmosUtil namespace
- object version list is now fully parsed (instead of just the OIDs)
- fixed bugs in AccessToken parsing/serialization
- moved parseIso8601Date into AtmosUtil namespace