Releases: webstronauts/php-unpoly
Releases · webstronauts/php-unpoly
v3.0.0
Features
- add 304 Not Modified response helper methods (cfa8728)
- add ETag response header setting and generation methods (fc7b307)
- add If-Modified-Since request header reading methods (10e26b9)
- add If-None-Match request header reading methods (a845ae1)
- add Last-Modified response header setting method (1327637)
- add setLocation and setMethod response header methods (7a549fe)
- add Vary header management for cache partitioning (043b93b)
BREAKING CHANGES
- StackUnpoly class has been removed. Users should migrate to using Symfony event subscribers as shown in the updated README.
v2.1.0
Bug Fixes
Features
- Add JSON encoder and decoder for Unpoly headers (fa27e1d)
- Add request header inspection and validation methods (021794c)
- Add response header setting methods for title, target, layers, context, events, and cache (a9b5d95)
- Add updateContext method for merging context changes (9f0bf54)
- Add getOriginMode and openLayer methods for complete 2.x protocol support (5ccff3c)
Refactoring
- Rename is* methods to include Request suffix for clarity (109665c)
v1.0.0
v1.0.0 - 2019-06-07
- initial release