Skip to content

Releases: PandaPlatform/framework

v2.1.13

17 Feb 10:05
10593f5

Choose a tag to compare

  • 2.1.13

    • [Session] Enable or Disable session based on configuration, if any
  • 2.1.12

    • [Framework] Introduce optional info logger handler

v2.1.11: [Events] Skip message dispatch on subscriber when decoration fails (#7)

08 Jul 17:29
703eb0e

Choose a tag to compare

* [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

23 Nov 11:00

Choose a tag to compare

Add change to changelog-2.1

v2.1.7

22 Nov 09:03
9a1b30f

Choose a tag to compare

Update CHANGELOG-2.1.md

v2.0.2

04 Aug 09:02

Choose a tag to compare

Updates

  • [Framework] Fix Kernel and Application to adopt BootLoader updates

v2.0.1

04 Aug 08:46

Choose a tag to compare

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

26 Jun 08:36

Choose a tag to compare

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