Skip to content

Releases: nathanmac/Parser

Release 4.0

Choose a tag to compare

@nathanmac nathanmac released this 28 Jul 22:24

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

Choose a tag to compare

@nathanmac nathanmac released this 26 Mar 16:20

Fixes dependancy issues for Laravel 5.1+ and Lumen 5.1+

Release 3.9

Choose a tag to compare

@nathanmac nathanmac released this 27 Aug 16:39

Updated Content-Type Detection

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

Release 3.7

Choose a tag to compare

@nathanmac nathanmac released this 09 Jul 13:27
  • Loosens symfony/yaml requirement, easier support for Laravel

Release 3.6

Choose a tag to compare

@nathanmac nathanmac released this 03 Jul 11:28

Fix for YAML support

Choose a tag to compare

@nathanmac nathanmac released this 26 May 08:03
Merge pull request #4 from artn/master

Symfony/yaml requirements updated to 2.6.*

Release 3.0

Choose a tag to compare

@nathanmac nathanmac released this 16 May 23:11

Adding support for Laravel 5 and Lumen.

Release 2.3

Choose a tag to compare

@nathanmac nathanmac released this 08 Jan 09:30

Minor syntax changes and documentation updates.

Release 2.2

Choose a tag to compare

@nathanmac nathanmac released this 03 Jan 21:47

Minor changes to the testing implementation and mocking tooling.

Release 2.1

Choose a tag to compare

@nathanmac nathanmac released this 11 Nov 18:13

Improved architecture and extensibility.

  • Support for BSON parsing added.