Releases: bfitech/zapcore
Releases · bfitech/zapcore
1.3.5
- Improve routing internals.
- Isolate generated test data.
1.3.4
- Allow chaining for
Router::route
.
- Improve home and host auto-detection and manual setup.
- Fix request processing on prefixed route path.
- Improve JSON response wrapper.
- Mock cookie sender in testing class.
1.3.3
- Add
Router::config
, Router::init
, and Router::deinit
methods.
- Fix prefixed route path extraction.
- Always write log entries in single lines.
1.3.2
- Add send_cookie wrapper to RouterDev.
1.3.1
- Logger may be temporarily silenced to stop certain data from being logged.
- Add general fixture for easier testing by sub-packages.
- Move development classes to top-level
/dev
.
1.3.0
- Improve header-sending wrappers.
- Add Header::send_cookie.
- Integration with Codecov.
- Improve MIME type detection.
- Make tests less platform-dependent.
1.2.0
- Finalize critical methods.
- Add more tests. Significantly improve code coverage.
1.1.1
- Fix erroneous method existence check.
1.1.0
- Add logging service.
- Support all HTTP request methods except a few uncommon ones (
CONNECT
, TRACE
, etc.).
- Finalize some public methods to prevent overrides that will tamper with logging.
- Hook it up with Travis CI.
- Drop support for PHP 5.4.
- Add support for PHP 7.0.
1.0.0
First fully-functioning release.