Releases: overblog/GraphQLBundle
Releases · overblog/GraphQLBundle
v0.5.0
v0.5.0 (2016-09-16)
#54:
- connection builder now accepts extra args
- fix some deprecated error "PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead"
- graphql route use json like default _format
GraphiQL (#59):
- Replace npmcdn.com with unpkg.com
- Fix travis build for nightly and 7.1 versions
- fix base64 tests
- Compatible with graphQL specs april 2016 migration
- Modified Batching to be compatible with react-relay-network-layer
v0.4.0
v0.4.0 (2016-06-24)
- Removed silent try catching on access resolver ( #53 )
- GraphiQL and React version can be manage using semantic config. ( #52 #50 )
- Types mapping validation is more verbose (#40)
- Relay Connection Egde Type, and Mutation Payload or Input, all generated types can now be referenced in mapping file
- All Mapped types are now cached like php classes (ease debug)
- Deprecated field and args builder like a service
- Fix Union type bug
- Fastest tests
- ...
v0.3.0
v0.2.0
v0.1.2
v0.1.1
v0.1.1 (2016-03-11)
Access Control Optimizations
- The error message
Access denied to this field
will be display in case a user trying to access a non authorized field. - You can now use
access
on field using builder. - Add Expression language function
hasAnyPermission
QA
- Add tests to cover Expression language service
- Add tests to cover controllers
- Add tests to cover Access Control
- Add scrutinizer config
- Symplify travis tests
First release
v0.1.0 PHP CS