Changelog of @hackage/servant-hateoas 0.2.0

Changelog

All notable changes to the servant-hateoas library will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to PVP versioning.

v0.2.0 (2024-10-29)

Added

  • Support for Content-Type application/collection+json
  • Classes EmbeddingResource res & CollectingResource res for resource-modification

Changed

  • (breaking change) Renamed class HasResource to Resource, removed associated type and Content-Type param

v0.1.1 (2024-10-25)

Changed

  • Improved documentation

v0.1.0 (2024-10-25)

Added

  • Released