This file is now obsolete - look in CHANGELOG.md for details post-fork
- Removed stdClass restrictions (see #113)
- Added composer support (see #11)
- Reorganized tests and got all unit tests passing (see #31, #36, #55 )
- Added in Travis CI & Coveralls ( see #19 & #26 )
- Fixed a bug when handling query string ($filter & $expand) decoding (see #10 )
- Reduced to only one type of QueryProvider (the one that passes expressions down to the persistence layer) (see #27 )
- Refactored the way format serializers are choosen (see #60 & #68 ) ** Added v3 JSON light format (see #6 ) ** Change writers to have a fluent interface (see #58 )
- Allowed for optimiation of $count implementations (see #3 )
- Added $inlinecount support (see #4 )
- Added any function query in $filter clause support (see #1 )
- Switched names & namespace to POData (see #27 )
- Fixed a ton of PHP Doc problems (see #45, #44, #39, #46 )
- Shortened the name of many classes removing redundent prefixes (see #57 )
- Remove troublesome ?> from end of php files ( see #42 )
- Huge copyright blocks move out of code base ( see #20 )
- Various smaller bug fixes ( see #75 )
- Fixed a ton of grammar mistakes & typos ( https://github.com/MSOpenTech/odataphpprod/issues/2 )
Initial clone from https://github.com/MSOpenTech/odataphpprod/