Skip to content

Releases: bearsunday/BEAR.Package

1.7.12

20 Jul 05:41
66e4a18
Compare
Choose a tag to compare
  • Fix not to run AppModule twice #278

1.7.11

19 May 14:43
ff18e36
Compare
Choose a tag to compare

Compiler creates auroload.php in application root. #277 .
Better performance and less autoload makes less frustration in debug tracing.

Change autoload.php require in bootstrap.php from

require dirname(__DIR__) . '/vendor/autoload.php'; // original loader

to

require dirname(__DIR__) . '/autoload.php'; // compiled loader

"prod-app" example

1.7.10

16 May 05:16
Compare
Choose a tag to compare
  • [FIX] bear/query-repository version

Thanks for @OdelGreg san for the reporting the issue !

1.7.9

15 May 02:12
17a52cd
Compare
Choose a tag to compare
  • [FIX] fix the prod cache issue #276

All user of 1.7.8 should be updated.

1.7.8

14 May 12:23
adcf761
Compare
Choose a tag to compare
  • This release boosts the bootstrap performance in development like in production.
  • $app application instance is "now cached".
  • You need to touch src or rm -rf var/tmp to update $app bindings such as RouterInterface if you bind by hand. (The vendor timestamp is used for the update, it will cover most use case.)

1.7.7

13 May 11:14
Compare
Choose a tag to compare
  • [FIX] /di re-generate in phpunit test with AppInjector.

1.7.6

12 May 20:12
dc2734c
Compare
Choose a tag to compare
  • [FIX] Prod cache bindings in default single server production cache #272
  • [FIX] Clear tmp/ directory in AppInjector #271 #273
  • [UPDATE] Improve application cache reliability #270
  • [UPDATE] Compile command log DI+AOP bindings log

1.7.5

08 May 17:26
Compare
Choose a tag to compare
  • [update] Change DiCompiler to lazy binding ScriptInjector

1.7.4

01 May 16:31
776ca36
Compare
Choose a tag to compare
  • Compile on demand #263 boost the performance in development time

https://bearsunday.connpass.com/event/81981/

img_8191

1.7.3

30 Mar 07:01
8c34657
Compare
Choose a tag to compare
  • [fix] Fix compatibility issue with AppMeta 1.3.0 #262