Releases: elchristo/calendar
Releases · elchristo/calendar
v2.1
v2.0
- new stable release compatible PHP 7.1 (drop PHP 5.6 support)
- replace internal service container by Zend Framework service manager component (#1)
- use factories to create "builder" instances and events (declared as "services" in configuration)
- fix color strategies not initialized correctly on event creation
- improve unit tests and documentation
v1.0
v0.6.0
- add converter for "FullCalendar" events (see https://github.com/fullcalendar/fullcalendar)
- fix psr-4 autoloading declaration
- fix some phpdoc
- upgrade vendor dependencies
v0.5.0
v0.4.0
v0.3.1
v0.3.0
- configuration keys ("sources", "events") are not mandatory anymore (53c0dd7)
- calendar builder configuration is now optional (0b741b8)
- event sources, calendar events and converters can now be created by passing a classname (c655dae d94da67 b0b296b)
- fix converter instances cache (0a2d598)
- improved handling of services by internal container (4348960)
- added and updated some unit tests
- update vendor dependencies (54526b1)
- update documentation