Skip to content

Releases: doubleleft/hook-javascript

v0.3.9

13 Jan 20:36
Compare
Choose a tag to compare
fix collection().update() method. bump v0.3.9

v0.3.4

22 May 23:00
Compare
Choose a tag to compare
fix uploading through file input. bump v0.3.4.

v0.3.2

04 Mar 21:47
Compare
Choose a tag to compare
  • auth.update now makes a request to auth/update instead of collection/auths endpoint.

v0.3.0

19 Feb 14:22
Compare
Choose a tag to compare
  • url string attribute has been moved to endpoint.
  • url(segments) is now a method, which returns endpoint + segments + credentials

v0.2.2

19 Feb 14:22
Compare
Choose a tag to compare
don't call to getAllResponseHeaders on IE<10

v0.2.0

18 Dec 22:10
Compare
Choose a tag to compare
  • API changes on authentication
  • New methods on Collections:
    • select
    • orWhere
    • join
    • distinct
    • firstOrCreate

v0.1.2

24 Nov 20:39
Compare
Choose a tag to compare
  • fix sending strings with FormData

v0.1.1

03 Oct 20:57
Compare
Choose a tag to compare
  • 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

01 Jul 14:21
Compare
Choose a tag to compare
v0.1.0

update uxhr to prevent setting timeout on sync requests