Skip to content

Releases: bearsunday/BEAR.Package

1.0.10

05 Oct 08:28
Compare
Choose a tag to compare

[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

17 Aug 19:59
Compare
Choose a tag to compare

This release fix the bug #220 (Fix receiving json encoded data with POST method)

Thanks @fiahfy !

1.0.8

05 Mar 19:33
Compare
Choose a tag to compare

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

24 Dec 01:33
Compare
Choose a tag to compare

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

19 Sep 01:52
Compare
Choose a tag to compare

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

24 Aug 12:06
Compare
Choose a tag to compare

This release fix the router binding issue regarding PUT / DELETE method request.

1.0.4

15 Aug 05:45
Compare
Choose a tag to compare

This release fix nested array stdin issue #205
Thanks @ritalin

1.0.3

04 Jul 20:50
Compare
Choose a tag to compare

This release fix a issue of HAL render.

#202, #203

Thanks @harikt.

1.0.2

19 Jun 08:09
Compare
Choose a tag to compare

This release change to store $app using normal Injector to ScriptInjector for better application performance.

1.0.1

03 Jun 18:04
Compare
Choose a tag to compare

This release fix override http method parameter values issue. #199

Thanks @hum2