Skip to content

Releases: Calendart/CalendArt

v1.6.0

14 Apr 09:14
Compare
Choose a tag to compare

Add a new interface for invalid credentials exceptions, and now the NotFoundExceptionInterface extends the parent ApiErrorInterface thanks to @rgazelot in #6 and #7

Add options when persisting events

13 Apr 15:36
Compare
Choose a tag to compare

Not quite a bc break, but be careful with the interfaces (@krichprollsch in #8)

1.5 : Generic exceptions

08 Apr 13:16
Compare
Choose a tag to compare

Added some generic exceptions interfaces, so that they can be caught easily for any adapters. (thanks @rgazelot in #6)

1.4 : Cleaning up

23 Mar 13:45
Compare
Choose a tag to compare

This release is really a cleanup of some strange behaviours that were too specifics. BC BREAK and all that shit though

  • fd6b0fe Remove the Registry... Shouldn't be the scope of CalendArt, but only of the thing using it
  • e251184 The Criterion is too specific to google, so it should go there instead of having dependencies on something not necessary in the interfaces
  • 9519add, 4afb5cd The EventApi should not have to be scoped with a AbstractCalendar
  • 253e00f The Acl getter is now in his own interface, as not every calendar api out there have an acl system

1.3

03 Mar 10:55
Compare
Choose a tag to compare
1.3

This new release added a persist() method in the EventApiInterface. This is a BC BREAK, hence the new minor release.

Split

10 Feb 10:57
Compare
Choose a tag to compare

The repository was splitted in two (the main part of the library, which is the base of all adapters, and the GoogleAdapter is now living in its own repository)

You will then need to include two dependencies if you wish to use it like before :

  • calendart/calendart ~1.0
  • calendart/google-adapter ~1.0 for google adapter