Skip to content

Commit f8eb326

Browse files
committed
Version information added
1 parent 8bfccce commit f8eb326

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,23 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1414
### Affected Classes
1515
- NaN
1616

17+
## [1.0.5.0] - 2018-03-16
18+
### Added
19+
- Message search method added
20+
- Basic pagination added
21+
- Prevent automatic body parsing (will be default within the next major version (2.x))
22+
- Unified MessageCollection::class added
23+
- Several small improvements and docs added
24+
- Implementation of the "get raw body" pull request [#59](https://github.com/Webklex/laravel-imap/pull/59)
25+
- Get a single message by uid
26+
27+
### Affected Classes
28+
- [Message::class](src/IMAP/Message.php)
29+
- [Client::class](src/IMAP/Client.php)
30+
- [Folder::class](src/IMAP/Folder.php)
31+
- [MessageCollection::class](src/IMAP/MessageCollection.php)
32+
- [MessageSearchValidationException::class](src/IMAP/Exceptions/MessageSearchValidationException.php)
33+
1734
## [1.0.4.2] - 2018-03-15
1835
### Added
1936
- Support message delivery status [#47](https://github.com/Webklex/laravel-imap/pull/47)

0 commit comments

Comments
 (0)