Skip to content

Releases: bearsunday/BEAR.Package

0.11.0

27 May 23:28
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release

This release is mainly focused DI / AOP stability as production quality.

  • fix DiCompiler bug / improve DI performance
  • fix Aop class file loader bug
  • improve error handling in development
  • @embed annotation
  • Object graph visualization
  • [#123] StandardPackageModule for simpler cofigulation but no BC break for PackageModule

0.10.1

10 Apr 09:16
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release

0.10.0

07 Apr 01:50
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release
  • new application file layout
    • {Vendor.Application} application name
    • /var fodler
    • enable to application first setting
  • URI mapper
  • AuraRouter / WebRouter / Collection Router
  • DI Compiler
  • bear/dev-package
  • Bootstrap class
  • PSR4
  • HTTP method override with '_method' in form
  • bug fix / optimization

0.9.2

15 Oct 00:26
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release
  • mysql setup is no more necessary for Sandbox blog demo (use pdo_sqlite instead)
  • use bootstrap CDN (remove twitter/bootstrap)
  • minor bug fix