Skip to content

Releases: openapi-tools/jackson-dataformat-hal

Support @JsonView

24 May 10:05
Compare
Choose a tag to compare

Introducing support for @JsonView annotations (#33)

Thank to @timothy-volvo for the contribution.

Dependency update

05 Apr 19:28
Compare
Choose a tag to compare
  • Updating dependencies (9e8aab0)
  • Updated JUnit version (#30)
  • Updated README.md(#36)

Feature Release

15 Jan 18:57
Compare
Choose a tag to compare
  • Fixing reference to vulnerable Jackson version
  • HALLink serializable (#22)

Bug Fix

15 Jan 18:48
Compare
Choose a tag to compare
  • Fixing problem with @JsonTypeInfo (#25)

Thanks to @Phil404 for the contribution.

Adding Curie Support

10 Nov 11:10
Compare
Choose a tag to compare

Adding support for using curies in the definition of link relation keys - as defined by the HAL specification. Proposed in #4.