Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Releases: spiral-modules/components

v0.8.11

21 Jan 19:25
Compare
Choose a tag to compare
  • Minor interfaces improvements
  • BelongsTo relation now can be loaded when parent is not loaded

v0.8.10

28 Dec 21:46
Compare
Choose a tag to compare
  • improvements in dbal expressions
  • more assertions in sorter test

v0.8.9

28 Dec 15:38
Compare
Choose a tag to compare
  • topological sorting for DBAL syncroziation bus

v0.8.8

27 Dec 16:38
Compare
Choose a tag to compare
  • improvements in ORM cache isolation

v0.8.7

25 Dec 20:13
Compare
Choose a tag to compare
  • improvements in json packing for schematic entities

v0.8.6

24 Dec 11:02
Compare
Choose a tag to compare
  • abstract tables now give their dependencies with prefixes (potential issue with cascade schema generation)

v0.8.5

23 Dec 16:34
Compare
Choose a tag to compare
  • tokenizer reflections are simplied
  • field exceptions
  • minor improvements in paginator

v0.8.4

20 Dec 19:16
Compare
Choose a tag to compare
  • deleteDirectory method added

v0.8.3

18 Dec 19:54
Compare
Choose a tag to compare

Minor container improvements.

v0.8.0

15 Dec 21:20
Compare
Choose a tag to compare
  • 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