Skip to content

Releases: otto-de/edison-hal

Release Candidate 3

05 Feb 16:21

Choose a tag to compare

New Features / API extensions

  • Added Traverson.getResourceAs(Class, EmbeddedTypeInfo) and `Traverson.streamAs(Class, EmbeddedTypeInfo> so it is possible to specify the type of embedded items of a resource using Traversons.
  • Added support for client-side traversal of paged resources using
    • Traverson.paginateNext()
    • Traverson.paginateNextAs()
    • Traverson.paginatePrev()
    • Traverson.paginatePrevAs()
    • Traverson.paginate()
    • Traverson.paginateAs()

Release Candidate 2

27 Dec 13:03

Choose a tag to compare

Release Candidate 2 Pre-release
Pre-release

Bugfixes

  • Fixed traversion of links using predicates
  • Fixed parsing of embedded items, where a rel has only only a single item instead of a list of items.

Release Candidate 1

27 Dec 12:43

Choose a tag to compare

Release Candidate 1 Pre-release
Pre-release

New Features / API extensions

  • New methods to select links matching some given predicate

v0.7.0

06 Nov 13:40

Choose a tag to compare

See README.md for details.

v0.6.2

06 Nov 12:28

Choose a tag to compare

See README.md for details.

Release 0.6.0

12 Oct 14:39

Choose a tag to compare

See README.MD for details

Release 0.4.1

22 Sep 12:52

Choose a tag to compare

v0.4.1

public JsonSerializers and Deserializers