Skip to content

Releases: nathanmac/Parser

Release 4.0

28 Jul 22:24
Compare
Choose a tag to compare

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

26 Mar 16:20
Compare
Choose a tag to compare

Fixes dependancy issues for Laravel 5.1+ and Lumen 5.1+

Release 3.9

27 Aug 16:39
Compare
Choose a tag to compare

Updated Content-Type Detection

  • Improved support for real world content types #14 (Thanks to @jvanharn for point out the issue)

Release 3.7

09 Jul 13:27
Compare
Choose a tag to compare
  • Loosens symfony/yaml requirement, easier support for Laravel

Release 3.6

03 Jul 11:28
Compare
Choose a tag to compare

Fix for YAML support

26 May 08:03
Compare
Choose a tag to compare
Merge pull request #4 from artn/master

Symfony/yaml requirements updated to 2.6.*

Release 3.0

16 May 23:11
Compare
Choose a tag to compare

Adding support for Laravel 5 and Lumen.

Release 2.3

08 Jan 09:30
Compare
Choose a tag to compare

Minor syntax changes and documentation updates.

Release 2.2

03 Jan 21:47
Compare
Choose a tag to compare

Minor changes to the testing implementation and mocking tooling.

Release 2.1

11 Nov 18:13
Compare
Choose a tag to compare

Improved architecture and extensibility.

  • Support for BSON parsing added.