Skip to content

Releases: surgiie/transformer

v0.4.0

27 May 17:17
Compare
Choose a tag to compare

What's Changed

  • Add ability to cast arguments to native types.
  • Update dependencies for Laravel 11 support.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

02 Jul 04:26
Compare
Choose a tag to compare

What's Changed

  • Add Laravel 10 support by @surgiie in #15
  • Add tests to request macro and typo by @surgiie in #3
  • test(RequestMacroTest): correct test statement by @xdevor in #5

New Contributors

  • @xdevor made their first contribution in #5

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Oct 03:17
Compare
Choose a tag to compare

Release Notes

Unreleased

v0.2.0 - 2022-10-21

Changed

  • Change shouldDelegateTransformer signature to accept value to reduce code repetition for is_object by @surgiie in f773fdb

Added

  • TransfomerServiceProvider and Request macro for transforming directly on Illuminate\Http\Request by @grantholle in #1

https://github.com/surgiie/transformer/blob/master/CHANGELOG.md

Initial Release

12 Oct 21:35
Compare
Choose a tag to compare

Initial Release Of Package.