Releases: PandaPlatform/framework
Releases · PandaPlatform/framework
v2.1.13
v2.1.11: [Events] Skip message dispatch on subscriber when decoration fails (#7)
* [Exceptions] Create custom Invalid payload exception * [Events] Add try..catch on decorate call when dispatching events * [Changelog] Add event dispatch change to changelog 2.1 md * Fix class name in invalid payload exception * [Events] Add type of exception thrown in abstract function decorate
v2.1.8
Add change to changelog-2.1
v2.1.7
Update CHANGELOG-2.1.md
v2.0.2
Updates
- [Framework] Fix Kernel and Application to adopt BootLoader updates
v2.0.1
Updates
- [Contracts] Set request to be optional to allow mocking for tests
- [Framework] Fix logging path to be relative to application and not to storage path
v2.0.0
Changelog
New Packages
- [Registry] Create Registry Package
- [Config] Create Config Package
- [Localization] Create Localization Package
Updates
- [Helpers] Add StringHelper, DateTimeHelper and NumberHelper
- [Storage] Add StorageAdapterInterface and create Filesystem implements StorageAdapterInterface
- [Contracts] Move interface to their packages
- [Framework] Improve Application structure and logic
- [Framework] Separate BootLoaders and create BootstrapRegistry (extends SharedRegistry)
- [Framework] Add more BootLoaders
- [Framework] Improve Application structure and logic
- [Framework] Add Facades method docblocks
- [Framework] Work with views as plain html files without specific folder structure