All Versions
76
Latest Version
Avg Release Cycle
57 days
Latest Release
2451 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.2.2 Changes
February 08, 2016- ๐ Fix handle ANY request method
- ๐ Fix soap proxy controller content negotiation
-
v1.2.1 Changes
February 07, 2016- โ Add pseudo ANY request method to the routing parser
- โ Removed annotation loader
- Dispatcher add option to disable sending the response to the client
- โ Add SoapProxyController which handles all SOAP communication
- โ Add option to restrict fields at the table abstract class
-
v1.2.0 Changes
January 24, 2016- โ Add annotation API controller which can be used to specify the API behaviour through annotations
- ๐ Improved api generation command
- โ Add doctrine annotation reader for annotation parsing
- Unify doctrine cache usage and improve entity manager integration
- Oauth2 token endpoint handle also client_id and client_secret parameter
-
v1.1.4 Changes
December 29, 2015- The schema API handles now automatically HEAD requests
- โ Add support for PATCH request method
- ๐ Fix automatic template detection for psr4 namespaces
- โก๏ธ Renamed doCreate and doUpdate method to doPost and doPut to follow the http request method naming scheme
- ๐ป Json schema document throw an exception if a json pointer could not be resolved
-
v1.1.3 Changes
December 27, 2015- ๐ Fixed a missing import alias which causes a problem in the loader
- ๐ Organize uses and fixed coding styles
-
v1.1.2 Changes
December 27, 2015- โ Add option to specify global middlewares
- โก๏ธ Updated composer dependencies
- Graph traverser handle also objects which implement JsonSerializable, ArrayObject or Traversable
- 0๏ธโฃ JsonSchema parser set default id if not available
- ๐ Improve dispatcher dont send the response for nested calls
- ๐ Fixed comperator record comparsion and add test case
-
v1.1.1 Changes
November 21, 2015- โ Add logger configuration settings and factory
- โ Add json patch and pointer implementation. The accessor uses now also the json pointer syntax
- โ Add record serializer and add transformer which builds a record graph from arbitrary data
- โ Add option to attach a validator to the importer inside a controller
- ๐ Make ImporterManager immutable so that it is not possible to globally change a importer object
- ๐ Improved validator
- ๐ Renamed some classes for PHP7 compatibility
- โ Removed class PSX\Data\Object and added static factory method fromArray to PSX\Data\Record
- ๐ป Adjust visitor exception messages
-
v1.1.0 Changes
October 05, 2015- Curve array nest method handle indexed arrays
- JSON Schema add title property to complex types
- ๐ Documentation controller returns also the API endpoint url
- XML generator validate element names
- ๐ Documentation controller returns now the complete json schema which can be used by the API client to generate a documentation
- ๐ Improved swagger and json schema generator
- Extended api resource methods
-
v1.0.7 Changes
August 22, 2015- ๐ Improved condition class
- Schema html generator fix traversing nested schema properties
-
v1.0.6 Changes
August 03, 2015- ๐ Fix schema parse read description of array and scalar types
- โ Add any schema property type
- Messages of StatusCodeException are now shown to the user when in production mode
- โ Add title and required parameter to accessor
- Set controllerClass variable for template writers