Releases: hydephp/realtime-compiler
v2.7.0 - 2022-10-18
Full Changelog: v2.6.0...v2.7.0
v2.6.0 - 2022-08-12
What's Changed
- Remove legacy compiler deprecated in v2.4 hydephp/develop#415
Full Changelog: v2.5.2...v2.6.0
v2.5.2 - 2022-08-01
What's Changed
- Reconfigure version constraints to be compatible with monorepo in hydephp/develop@debdf27
Full Changelog: v2.5.1...v2.5.2
v2.5.1 - 2022-08-01
What's Changed
- Replace caret version constraint with unbound version constraint in HydeRC Composer by @caendesilva in hydephp/develop#316
Full Changelog: v2.5.0...v2.5.1
v2.5.0 - 2022-08-01
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
- Remove deprecated LegacyPageRouter from HydeRC by @caendesilva in hydephp/develop#314
- Update HydeRC Composer structure by @caendesilva in hydephp/develop#315
Full Changelog: v2.4.0...v2.5.0
v2.4.0 - Update to use the new framework router
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
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
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
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
- Style fixes by @caendesilva in #13
- Merge pull request #104 from hydephp/experimental by @caendesilva in #14
- Update suggested Framework version by @caendesilva in #15
Full Changelog: v2.1.0...v2.2.0
v2.1.0 - Update to Hyde v0.35.x
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.
- v2.1.x - Monorepo merge by @caendesilva in #11
- v2.1.x Monorepo merge by @caendesilva in #12
- Add auxiliary exception handler hydephp/develop@7718fcd
- Bugfix: explicitly send exception response hydephp/develop@- df15b004b104f968600c574151878c02e528625d
- v2.1.x - Handle new bootstrapping file hydephp/develop@6a10ab2
- Bump Composer dependencies hydephp/develop@fbc66ea
- HydeRC: Update README.md
- HydeRC: Clean up bootstrap handling
- HydeRC: Prep for v2.1 release
Full Changelog: v2.0.1...v2.1.0