Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Tags: Kinto/elm-kinto

Tags

8.0.0

Toggle 8.0.0's commit message
Bump 8.0.0.

7.0.0

Toggle 7.0.0's commit message
Update to elm-http 2.0 and elm-http-builder 7.0

6.1.0

Toggle 6.1.0's commit message
v6.1.0 (compatible elm 0.19)

6.0.1

Toggle 6.0.1's commit message
bump v6.0.1

6.0.0

Toggle 6.0.0's commit message
bump v6.0.0

5.0.0

Toggle 5.0.0's commit message
Bump v5.0.0

4.0.1

Toggle 4.0.1's commit message

Unverified

No user is associated with the committer email.
4.0.1 - Fix header parsing on Firefox Nightly.

4.0.0

Toggle 4.0.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
n1k0 Nicolas Perriault
Bump v4.0.0.

- Add support for paginated lists.

3.0.0

Toggle 3.0.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Bump 3.0.0.

Added:
- Add support for custom HTTP authentication realms:
```elm
  - type Auth
        = Basic String String | Bearer String | NoAuth
  + type Auth
        = Basic String String
        | Bearer String
        | Custom String String
        | NoAuth

2.0.0

Toggle 2.0.0's commit message
Bump version 2.0.0