This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
Releases: spiral-modules/components
Releases · spiral-modules/components
v0.8.11
v0.8.10
v0.8.9
v0.8.8
v0.8.7
v0.8.6
v0.8.5
v0.8.4
v0.8.3
v0.8.0
- Migration to Symfony\Events
- Translator now share interface with Symfony\Translation
- Template engine renamed to Stempler, templating syntax separated from templater itself (Dark)
- Improvements and refactoring in Databases, all parameters are now automatically wrapped using ParameterInterface
- Configuration now represented using standalone injectable classes
- HMVC core moved to framework
- HTTP core moved to framework
- StorageManager refactored
- Tokenizer splitted into multiple classes (InvocationLocatorInterface and ClassLocatorInterface)
- Snapshots moved into framework
- Cache stores are simplified
- Encrypter are sumplified, serialize function usage dropped
- PaginatorInterface splitted into multiple interfaces
- ORM and ODM sources introduced
- Dumper and Higligher now have ability to change their rendering styles
- Files now depends on Symfony\Finder
- ContainerInterface has been splitted into multiple sub interfaces
- DI now based on Interop Container
- ContainerInterface splitted into 3 interfaces: Factory, Container and Resolver
- Native spiral logger dropped in order to be replaced with Monolog