All notable changes to postmark-inbound will be documented in this file.
v2.4.0 - 2021-03-02
- Support for PHP 8
#12
v2.3.10 - 2020-09-11
- Updated version constraint.
564423b
v2.3.9 - 2020-03-03
- Updated version constraint.
d010df0
v2.3.8 - 2019-12-03
- Updates version constraints.
cd7fe7c
v2.3.7 - 2019-05-20
- Updated tightenco/collect to ^5.8.
ad7e3ee
v2.3.6 - 2018-08-23
- Curent date/time should be returned on parsing an invalid date/time.
#8
- Adds the tightenco/collect package instead of our own implementation.
#7
v2.3.4 - 2018-08-23
- A quoted contact named should not be quoted.
#5
v2.3.3 - 2018-05-04
- Fixes an issue when Postmark sends invalid email adresses.
469336e
- Hash is optional when constructing a contact.
684127e
v2.3.2 - 2018-05-01
- Added property annotations.
2f77fdc
- Removed unused method from Collectio class.
1ce663b
v2.3.1 - 2018-05-01
- Added a helper method to determine the spam status for a message.
d6eef9a - Added a helper method to get the spam status for a message.
3ddef1a - Added a helper method to get the spam score for a message.
f1884cf - Added a helper method to retrieve valid json in tests.
8c61cbb,027475a
- Fixes issue when trying to access headers if not present.
f28a4bd
v2.3.0 - 2018-04-30
- Added a method to get the original date posted by Postmark.
68ac952 - Added an implode method to Collection class.
0c81e54 - Added a take method to Collection class.
67afee3 - Added a slice method to Collection class.
bdb5f136 - Added a contains method to Collection class.
debf4a6 - Added a reject method to Collection class.
79c1451 - Added a filter and values method to Collection class.
c957ae7
- Fixes an issue with incorrect date formats posted by Postmark.
a656033
- Updated README.
2653a8f
v2.2.0 - 2018-04-30
- Dropped support for PHP 7.0.
bec06b8
v2.1.1 - 2018-04-25
- Added has method to Collection class.
3e012ae - Added a test for messages with an empty subject.
3599155
- Fixes getter to check if it has a key.
2590abb - Fixes tests to match expected/actual pattern.
41b7910
v2.1.0 - 2018-04-25
- Added getTimzoneAttribute method.
278de17 - Added getUtcDateAttribute method.
832ad99 - Added a test for invalid dates.
99c31a5 - Added a test for unknown getters.
f922f19 - Added property annotations.
c134957
- Removed support for PHP 5.6.
2400cd8
v2.0.0 - 2017-11-07
- Renames namespace to
Mvdnbrk.d60d576
v1.0.5 - 2017-11-07
- Updates composer.json.
972576e
v1.0.4 - 2017-11-07
- Added a test in case of receiving a payload without Attachments.
9784ed8
- Updates readme.
8f88946
v1.0.3 - 2017-10-10
- Added getMessageIdFromHeadersAttribute method.
e3925c6 - Added changeKeyCase method.
3a19672 - Added toArray method.
fefd0b4
v1.0.2 - 2017-10-05
- Attachment ContentID can be null.
d5625b5
v1.0.1 - 2017-10-04
- Added test for get with default.
5339052