Skip to content

Releases: peek-travel/lurch

Release 0.3.0 - Query params bugfix

31 May 21:11
83e6807
Compare
Choose a tag to compare

0.3.0 - 2018-05-31

Fixed

  • Query parameters like "foo[0][bar]=one&foo[1][bar]=two" being turned into "foo[][bar]=one&foo[][bar]=two"

Release 0.2.0 - Better Error Handling

04 Nov 21:08
1074544
Compare
Choose a tag to compare

0.2.0 - 2017-11-04

Fixed

  • Better error handling; server response status code is now always included in the exception message.
  • Calling fetch on an already loaded collection will just return itself now instead of raising a NoMethodError

Release 0.1.0

04 Nov 21:02
24c79d9
Compare
Choose a tag to compare

0.1.0 - 2017-10-30

Initial public release

Fix base urls with path not working

19 Nov 01:06
Compare
Choose a tag to compare
Merge pull request #21 from gadabout/hotfix/base-url-path

Fix base urls with path not working.

Rewrite tests -> 100% coverage

18 Nov 19:46
Compare
Choose a tag to compare
Merge pull request #20 from gadabout/feature/rewrite-tests

Rewrite tests to use minitest and use a more scenario driven approach

Pagination & Logging

15 Nov 19:16
Compare
Choose a tag to compare
Merge pull request #17 from gadabout/feature/pagination

Add pagination and collections.

Configurable inflection modes and more query support.

20 Oct 17:28
Compare
Choose a tag to compare
Merge pull request #16 from gadabout/feature/configuration

Configurable inflection modes and more query support.

Changeset error reporting.

18 Oct 17:49
Compare
Choose a tag to compare
Merge pull request #15 from gadabout/feature/changeset-error-reporting

Adds errors to changesets.

Added ability to add relationships to changesets.

18 Oct 01:17
Compare
Choose a tag to compare
Merge pull request #14 from gadabout/feature/add-related-to-changesets

Added ability to add relationships to changesets.

Fix coveralls reporting.

17 Oct 17:21
Compare
Choose a tag to compare
0.0.13

Release 0.0.13