Releases: doubleleft/hook-javascript
Releases · doubleleft/hook-javascript
v0.3.9
fix collection().update() method. bump v0.3.9
v0.3.4
fix uploading through file input. bump v0.3.4.
v0.3.2
auth.update
now makes a request to auth/update instead of collection/auths endpoint.
v0.3.0
url
string attribute has been moved to endpoint
.
url(segments)
is now a method, which returns endpoint + segments + credentials
v0.2.2
don't call to getAllResponseHeaders on IE<10
v0.2.0
- API changes on authentication
- New methods on Collections:
select
orWhere
join
distinct
firstOrCreate
v0.1.2
- fix sending strings with FormData
v0.1.1
- fix converting numbers to FormData on IE8
- fix uxhr for CORS check on IE
- don't append filename to FormData payload when value is string
First stable version
v0.1.0
update uxhr to prevent setting timeout on sync requests