diff --git a/CHANGELOG.md b/CHANGELOG.md index aa64905f..ce07a4c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.4.0 - 2015-07-22 + * Added Body to typemap + * Added automatic getters and setters (`$calenderItem->getSubject()` for CalendarItem example) + * Added automatic casting for Start and End in CalendarItem (`$calendarItem->setStart(new \DateTime())` will work) + ## 0.3.2 - 2015-07-21 * Made HttpPlayback to be instanced instead of static (Can make it write to more than one file) * Added Automatic getters and setters for items (Can do $item->getItemId() for example) diff --git a/TODO.md b/TODO.md index a67263cf..1b37ce3a 100644 --- a/TODO.md +++ b/TODO.md @@ -2,8 +2,8 @@ ## Types * Get autogeneration of types running - * Get type maps for classes ($item->setDate('2015-07-31') will cast to DateTime when needed) * Fill out the classmap for autogenerated types + * Add more items to the typeMap ## EWSAutoDiscover * Fix this shit up some day