This repository was archived by the owner on Apr 7, 2025. It is now read-only.
Releases: TheDragonCode/simple-data-transfer-object
Releases · TheDragonCode/simple-data-transfer-object
v2.2.1
What's Changed
- Added example and nested object tests by @andrey-helldar in #16
- Changed package name to
dragon-code/simple-dto
by @andrey-helldar in #17
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Removed unnecessary files by @andrey-helldar in #12
- Added
fromArray
,fromJson
,fromObject
andfromRequest
methods by @andrey-helldar in #13 - Small refactoring by @andrey-helldar in #14
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Update README.md by @andrey-helldar in #5
- Updated tests by @andrey-helldar in #6
- Bump dev dependencies by @andrey-helldar in #7
- Normalize
composer.json
by @andrey-helldar in #8
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Changed namespace by @andrey-helldar in #2
- Update README.md by @andrey-helldar in #3
- Added the ability to apply casts by @andrey-helldar in #4
Full Changelog: v1.1.0...v2.0.0
v1.1.0
Merge pull request #1 from TheDragonCode/1.x [1.x] Added the ability to convert to an array
v1.0.1
Update composer.json
v1.0.0
First Initial