All Versions
34
Latest Version
Avg Release Cycle
93 days
Latest Release
1978 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.5.4 Changes
- ⚡️ Event updates: adding request
-
v2.5.3 Changes
- 🛠 Fixed bug AfterSendEvent
-
v2.5.2 Changes
- 🛠 Fixed bug in event system
-
v2.5.1 Changes
- 🛠 Fixed issue with urlencode
-
v2.5.0 Changes
- ➕ Added logging
- 🛠 Fixed Dyanmo minimum version dependency
-
v2.4.0 Changes
- ➕ Added support for async requests
- 🏗 Using http_build_query() to build all query strings
- 👍 Allowing modification of return data through event
-
v2.3.0 Changes
- 🛠 Fixed events to dispatch objects that can be modified
-
v2.2.0 Changes
- 👍 Allowed body object to be form encoded
- ➕ Added support for serializing \JsonSerializable
- 🛠 Fixed issue with booleans getting cast to ints
- 🛠 Fixed issue with serializing null body objects
- 👌 Improved generated code to exclude serialization contexts if not applicable
-
v2.1.0 Changes
- ➕ Added an event dispatcher
- ➕ Added a library specific exception
-
v2.0.0 Changes
- ✂ Removed composer wrapper
- ✂ Removed guzzle dependency (added support for either v5 or v6)
- Abstracted class generation into tebru/dynamo
- 🛠 Fixed issue with query map
- 🛠 Fixed issue with interface inheritance