Skip to content

Releases: PandaPlatform/framework

v2.1.13

Choose a tag to compare

@ioannis-papikas ioannis-papikas released this 17 Feb 10:05
10593f5
  • 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)

Choose a tag to compare

@ioannis-papikas ioannis-papikas released this 08 Jul 17:29
703eb0e
* [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

Choose a tag to compare

@ioannis-papikas ioannis-papikas released this 23 Nov 11:00
Add change to changelog-2.1

v2.1.7

Choose a tag to compare

@ioannis-papikas ioannis-papikas released this 22 Nov 09:03
9a1b30f
Update CHANGELOG-2.1.md

v2.0.2

Choose a tag to compare

@ioannis-papikas ioannis-papikas released this 04 Aug 09:02

Updates

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

v2.0.1

Choose a tag to compare

@ioannis-papikas ioannis-papikas released this 04 Aug 08:46

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

Choose a tag to compare

@ioannis-papikas ioannis-papikas released this 26 Jun 08:36

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