Skip to content

Commit

Permalink
Adding stuff to ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Garethp committed Jul 22, 2015
1 parent 4f6a29f commit 3edd1e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3edd1e7

Please sign in to comment.