Skip to content

Releases: vanilla/garden-hydrate

v4.0.0

14 May 17:33
9e4e645
Compare
Choose a tag to compare

What's Changed

  • Update to use garden-schema 3 & 4 and support php 8.3 by @acharron-hl in #16

New Contributors

Full Changelog: v3.0.2...v4.0.0

v3.0.2

16 Jan 20:06
50b5918
Compare
Choose a tag to compare

Changes

  • Widen dependency specifiers to allow newer versions.

Full Changelog: v3.0.0...v3.0.2

v3.0.0 - Garden Schema v3

16 Jan 19:56
7aab577
Compare
Choose a tag to compare

What's Changed

  • Add github actions by @charrondev in #15
  • This project now requires garden-schema v3

Full Changelog: v2.3.0...v3.0.0

Release v2.3.0

26 Apr 15:53
89ff58e
Compare
Choose a tag to compare

What's Changed

  • Cache resolved nodes when require hydration by @gpomer in #12

Full Changelog: v2.2.1...v2.3.0

v2.2.1

10 Feb 17:37
76344e5
Compare
Choose a tag to compare

What's Changed

  • Add ability to get all resolvers registered with the hydrator by @thundrax in #11

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0 - Middleware Schemas

18 Jan 19:01
13fe9cd
Compare
Choose a tag to compare

Changes

  • Middlewares now validate their parameters with a schema.
  • Improved utility in AbstractMiddleware.

Version 2.1.1

03 Dec 14:59
4be3db8
Compare
Choose a tag to compare

What's Changed

  • Fix resolver not validating if the schema came from a getSchema override by @charrondev in #8

Version 2.1.0

30 Nov 15:46
5e323ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

Version 2.0.1

29 Oct 18:06
20701cc
Compare
Choose a tag to compare

Fix the garden schema version requirement.

Version 2.0

03 Aug 13:14
e2ca7dc
Compare
Choose a tag to compare

This version includes a major update that lets data resolvers register schemas so that entire hydrate specs can be validated.