Releases: bearsunday/BEAR.Package
Releases · bearsunday/BEAR.Package
1.0.10
[Fix] The exception thrown when request is invoked in console and return correct code. (It was only logging and return empty string.)
1.0.9
This release fix the bug #220 (Fix receiving json encoded data with POST method)
Thanks @fiahfy !
1.0.8
This release add support uri reverse router for Location
header.
curl -i -X POST --form "title=mail" http://127.0.0.1:8080/task
HTTP/1.1 201 Created
...
Location: /task/11
1.0.7
This release fix ProdModule
issue. #211
The file cache is used when apcu
nor apc
given.
Apcu is available when Doctrine cache supported (doctrine/cache#129)
1.0.6
This release output more proper vnd/error
format. #210.
- 'last_error.log' log is saved at
{app}/var/log
.
logref
property is supported. An exception is numbered and saved with numbered name at {app}/var/log
1.0.5
This release fix the router binding issue regarding PUT / DELETE method request.
1.0.4
This release fix nested array stdin issue #205
Thanks @ritalin
1.0.2
This release change to store $app
using normal Injector
to ScriptInjector
for better application performance.
1.0.1
This release fix override http method parameter values issue. #199
Thanks @hum2