Releases: janhommes/o.js
Releases · janhommes/o.js
1.0.0
New version based on typescript with new API.
v0.4.0
- fixed demo #74
- Braking changesin options: Changed
isCors
to isWithCredentials
(inconsistent naming) and default to false
- Returning xhr back #62
v0.3.7
- #58 isCors added
- #51 fixed slash issue
- #24
this.raw
added to get all data (including metadata)
v0.3.4
- fixing #49
- accept header now default on GET requests.
v0.3.3
- Added put as seperate function
- Improved documentation
- New
@types
definitions
- JSLint fixes
v0.3.2
- Corrected wrong user documentation
v0.3.1
- added
autoFormat: true/false
as configurable (#39)
- Fixed q.js promise dependency (#33)
- Fixed trailing slashes bug (#36)
- minor spelling and readme improvments.
v0.2.2
Updated package.json and correct minified file.