jadob

Jadob framework.

MIT License

Downloads
335
Stars
2
Committers
1

Bot releases are visible (Hide)

jadob - v0.4.18 (bugfix release) Latest Release

Published by pizzaminded 2 months ago

[0.4.18] - 2024-08-17

Changed

  • Applied CS Fixes

Fixed

  • [Container] has() will now return true if service is present, but not instantiated yet
jadob - v0.4.17 (bugfix release)

Published by pizzaminded 3 months ago

Fixed

  • [Aggregate] added autoload in composer.json
  • [EventStore] added autoload in composer.json
jadob - v0.4.16

Published by pizzaminded 3 months ago

Changed

  • [Docs] Merged framework related development docs into one file
  • Removed BeforeControllerEvent in favor of RequestEvent
  • jadob/aggregate and jadob/event-store was extracted from jadob/event-sourcing
  • jadob/container went through first refactor
  • Deprecated jadob/dashboard

Removed

  • PSR-7 Compliance
  • Removed Supervisor component in favor of Authenticator
jadob - v0.4.15

Published by pizzaminded over 1 year ago

[0.4.15] - 2023-03-26

Fixed

  • [BridgeSymfonyConsole] added symfony/console to composer.json
jadob - v0.4.14

Published by pizzaminded almost 2 years ago

[0.4.14] - 2022-11-14

Changed

  • [Objectable] added support for doctrine/collections
  • [Dashboard] added form_transform_hook
jadob - v0.4.13

Published by pizzaminded almost 2 years ago

[0.4.13] - 2022-10-24

Changed

  • [Objectable] deprecated order property in Field

Fixed

  • Added missing return type in service providers with parent providers
jadob - v0.4.12

Published by pizzaminded about 2 years ago

[0.4.12] - 2022-10-14

Changed

  • [Forms] Forms Provider requires a TwigProvider as a parent

Fixed

  • [Doctrine] Removed obsolete helperset class reference
jadob - v0.4.11

Published by pizzaminded over 2 years ago

[0.4.11] - 2022-06-29

Added

  • [TypedGeo] added high precision coordinates with valid doctrine mapping

Fixed

  • [Objectable] return null when no object would be passed while flat object serialization
jadob - v0.4.10

Published by pizzaminded over 2 years ago

[0.4.10] - 2022-06-17

Added

  • dynamite/dynamite Service Provider has been transferred here
  • [Dashboard] Added pagination
  • [Objectable] extract datetime with user-given format
jadob - v0.4.9

Published by pizzaminded over 2 years ago

[0.4.9] - 2022-03-11

Fixed

  • [Router] SERVER_PORT is typecasted in Router Context
jadob - v0.4.8

Published by pizzaminded over 2 years ago

[0.4.8] - 2022-02-22

Added

  • more types for typed-telegram
  • security-supervisor i security-auth now can be used as a standalone package

Fixed

  • [Router] Context does not return exceptions while in CLI mode

Changed

  • [Webhook/Provider/Telegram] TelegramEventExtractor will not accept malformed JSON
  • Downgraded doctrine/cache
  • Bumped infection/infection
  • [Objectable] Field has now default context as a default context

Removed

  • [Objectable] dropped obsolete files
jadob - v0.4.7

Published by pizzaminded over 2 years ago

[0.4.7] - 2022-02-22

Removed

  • [Bridge/Doctrine/DBAL] Removed HelperSet in favor of SingleConnectionProvider
jadob - v0.4.6

Published by pizzaminded over 2 years ago

[0.4.6] - 2022-02-21

Changed

  • Console integration finally got its own home in Jadob/Bridge namespace

Removed

  • Removed pagerfanta integration (not maintained for a long time)
jadob - v0.4.5

Published by pizzaminded over 2 years ago

[0.4.5] - 2022-02-18

Fixed

  • [Objectable] ItemProcessor makes property accessible before getting value
jadob - v0.4.4

Published by pizzaminded over 2 years ago

[0.4.4] - 2022-02-17

Added

  • [Dashboard] Showing single object from persistence
  • [WebhookHandler] added Symfony Bundle
  • [WebhookHandler] more telegram types
jadob - v0.4.3

Published by pizzaminded over 2 years ago

[0.4.3] - 2022-02-13

Added

  • [Dashboard] new contracts

Changed

  • [Objectable] bumped vendors
jadob - v0.4.2

Published by pizzaminded over 2 years ago

[0.4.2] - 2022-02-10

Added

  • First packages are now fully split and ready to be used instead of installing the whole jadob/jadob dep
jadob - v0.4.1

Published by pizzaminded over 2 years ago

Fixed

  • [webhook-provider-telegram] fixed namespaces in composer.json
jadob - v0.4.0

Published by pizzaminded over 2 years ago

Added

  • New jadob/webhook-handler stub
  • New jadob/webhook-provider-telegram stub
  • New jadob/contracts-webhook stub
  • New jadob/objectable component (or to be honest, imported old project and attempting to fit them here)
  • More Telegram types
  • Added PHP-CS-Fixer processing

Changed

  • Almost any file was processed by php-cs-fixer

Removed

  • Support for PHP7 has been dropped.
jadob - v0.3.0

Published by pizzaminded almost 3 years ago

[0.3.0] - 2022-01-07

Added

  • Added jadob/typed-geo component
  • Added jadob/typed-telegran component

Changed

  • new test directory structure