Releases: nathanmac/Parser
Releases · nathanmac/Parser
Release 4.0
Releasing new updated version 4.0
Primarily updates for BSON and YAML (Mongo has been deprecated in favor of MongoDB, and Symfony YAML 3+ handles exception throwing differently than 2.x), but also includes a fix for MSGPack error handling.
- Added support for MongoDB extension (while keeping support for Mongo extension)
- Fixed error detection for MSGPack
- Fixed error detection for YAML, including support for pre-3.1 and post-3.1 differences
- Minor cleanup
Relates to #31, Thanks to @danhunsaker
Update to composer, use symfony yaml 2.0 or 3.0
Fixes dependancy issues for Laravel 5.1+ and Lumen 5.1+
Release 3.9
Release 3.7
- Loosens
symfony/yaml
requirement, easier support for Laravel
Release 3.6
- Fixes empty xml values returning empty array
- Provides mask function see Docs https://github.com/nathanmac/Parser#mask-function
Fix for YAML support
Merge pull request #4 from artn/master Symfony/yaml requirements updated to 2.6.*
Release 3.0
Adding support for Laravel 5 and Lumen.
Release 2.3
Minor syntax changes and documentation updates.
Release 2.2
Minor changes to the testing implementation and mocking tooling.
Release 2.1
Improved architecture and extensibility.
- Support for BSON parsing added.