Skip to content

Releases: elchristo/calendar

v2.1

21 Oct 15:14
b46660a
Compare
Choose a tag to compare
  • Add phpstan and fix errors
  • Improve travis CI and add PHP 7.2
  • Small code improvements and documentation

v2.0

06 Jan 23:02
bb04951
Compare
Choose a tag to compare
  • 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

07 Oct 20:23
Compare
Choose a tag to compare
  • first stable release compatible PHP 5.6
  • deprecated internal service container (preparation for v2) --> see issue #1

v0.6.0

31 Aug 20:56
Compare
Choose a tag to compare

v0.5.0

25 Jul 20:22
Compare
Choose a tag to compare
  • Fix phpunit version for backwards compatibility with PHP 5.6
  • Improved source identifier generation and added corresponding unit tests
  • upgrade vendor dependencies

v0.4.0

19 May 21:06
Compare
Choose a tag to compare
  • add default methods to source interface
  • some refactoring of tests
  • remove PHP 5.5 support
  • update some vendor dependencies

v0.3.1

03 May 17:50
Compare
Choose a tag to compare
  • fix use of converter declared in configuration
  • fix converter tests
  • improve documentation (converters, ...)
  • update vendor packages (composer.lock)

v0.3.0

30 Mar 20:32
Compare
Choose a tag to compare
  • 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

v0.2.0

05 Mar 22:33
Compare
Choose a tag to compare
  • add unit tests (codeception)
  • fix transformation of events collection (to array)
  • missing of some (optional) configuration keys do not throw errors anymore
  • correct method name ("setPublished" --> "setPublic")
  • other small bug fixes and improvements

v0.1.0

28 Feb 22:21
Compare
Choose a tag to compare
  • Add "iCalendar" converter (RFC2445) to convert calendars into VCALENDAR format
  • some documentation improvements