File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.0 - 2015-07-22
4+ * Added Body to typemap
5+ * Added automatic getters and setters (` $calenderItem->getSubject() ` for CalendarItem example)
6+ * Added automatic casting for Start and End in CalendarItem (` $calendarItem->setStart(new \DateTime()) ` will work)
7+
38## 0.3.2 - 2015-07-21
49 * Made HttpPlayback to be instanced instead of static (Can make it write to more than one file)
510 * Added Automatic getters and setters for items (Can do $item->getItemId() for example)
Original file line number Diff line number Diff line change 22
33## Types
44 * Get autogeneration of types running
5- * Get type maps for classes ($item->setDate('2015-07-31') will cast to DateTime when needed)
65 * Fill out the classmap for autogenerated types
6+ * Add more items to the typeMap
77
88## EWSAutoDiscover
99 * Fix this shit up some day
You can’t perform that action at this time.
0 commit comments