Skip to content

Releases: hydephp/realtime-compiler

v2.7.0 - 2022-10-18

18 Oct 18:15
Compare
Choose a tag to compare

v2.6.0 - 2022-08-12

12 Aug 09:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.2...v2.6.0

v2.5.2 - 2022-08-01

01 Aug 10:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.5.2

v2.5.1 - 2022-08-01

01 Aug 10:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0 - 2022-08-01

01 Aug 10:03
Compare
Choose a tag to compare

About

This update removes the deprecated LegacyPageRouter class from the Hyde Realtime Compiler (HydeRC). Along with this release, the HydeRC is now on version 2.5, and requires Hyde version 0.48.0-beta or higher.

Changes

  • hyde/hyde now requires HydeRC version 2.5 or higher.
  • hyde/realtime-compiler no longer supports Framework versions older than v0.48.0-beta.
  • hyde/realtime-compiler now requires Framework ^48.0, instead of having it as a suggested dependency.

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0 - Update to use the new framework router

10 Jul 10:37
Compare
Choose a tag to compare

This backwards compatible release brings immediate support for the new routing service introduced in hyde/framework v0.48.0-beta.

Full Changelog: v2.3.0...v2.4.0

v2.3.0 - Update to new page model namespace

06 Jul 10:06
Compare
Choose a tag to compare

Updates to be compatible with Hyde v0.44.0-beta.

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

v2.2.1 - Fix memory bug in exception handler

24 Jun 21:04
efbcd9d
Compare
Choose a tag to compare

About

Fixes a bug in the primary exception response handler leading to unintentional recursion in the auxiliary handler causing an out of memory errors in both the browser and the PHP server. You can (and should) upgrade right away as the fix is compatible.

What's Changed

  • Fix bug causing out of memory failures in exception handler by @caendesilva in #16

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

v2.2.0 - Improve documentation page support

24 Jun 13:54
c231ac1
Compare
Choose a tag to compare

About

  • Add support for the full page search in
  • Fix #10 "Visiting /docs should resolve to /docs/index.html"
  • Fix #9 "Add ping route"

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0 - Update to Hyde v0.35.x

14 Jun 17:29
5088e71
Compare
Choose a tag to compare

What's Changed

This service update fixes a few bugs, adds an auxiliary exception handled, but primarily serves to add compatibility with Hyde v0.35.x and up.

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