Releases: Wisembly/CalendArt
Fix an issue with Google User object context
Add getters in some Google objects
v1.1.1 [Google] Add getter for raw property in some Google objects
Add raw response on Google objects
Add the raw response on Google objects that can be used for all implementations that CalendArt doesn't handle yet (as recurring events).
Enhance google's api error exception
This release is just adding a getter to fetch what the json error could have throw. to get way more details than a simple ReasonPhrase when fetching things from google
Final Release !
A few things were fixed since the last RC, but this should now be stable enough. A lot of things and refactoring happened on the Google Adapter (such as the breaking of the Event object into several one of those, to handle particularities on the recurring objects).
The Recurring objects are not "truly" yet supported though.
Release Candidate
A few changes since beta 2 (with a few bc breaks)
- An adapter registry was implemented
- The ACL for the calendars were implemented
Event
andCalendar
objects are now abstracts (and thus changed their names)- The
CalendarApiInterface
now requests agetPermissions
for a specific calendar - It is now possible to set the permissions on the go after the
Calendar
was instanciated
On the google adapter, a few things have changed, like...
- The adapter is now injected into the apis
- The user associated to the used token is now fetchable (so now the token also requests the
email
scope) - A user may have more than one email
That's all folks !
1.0 - Second beta
This second beta add the Criteria handling. this allows you to modify your request if you ever need to do it.
A good example is if you need to add some more parameters to the Google adapter, in which you may want to limit your results (such as only events with at most 5 attendees, ... etc).
A doc should be coming on the stable release to explain how
1.0 - First beta
v1.0-beta Add merge tests