Skip to content

Releases: rawilk/laravel-casters

v3.1.0

04 Oct 02:47
Compare
Choose a tag to compare

What's Changed

  • Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #22
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #23
  • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #24
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #25
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #26
  • Add HasSingleNameColumn contract to help models with a single name column in the db serialize their name correctly - 3034500

Full Changelog: v3.0.4...v3.1.0

v3.0.4

10 Mar 23:00
e7e93a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.0.4

v3.0.3

16 May 20:16
64157c9
Compare
Choose a tag to compare

What's Changed

  • [Name Cast]: Don't attempt to store computed columns to the database by @rawilk in #12

Full Changelog: v3.0.2...v3.0.3

v3.0.2

11 May 17:50
da3f063
Compare
Choose a tag to compare

What's Changed

  • Bump creyD/prettier_action from 4.2 to 4.3 by @dependabot in #8
  • Bump actions/checkout from 2 to 3 by @dependabot in #9
  • Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in #10
  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #11
  • Deprecated the Password cast in favor of the hash cast added to Laravel in v10.10.0

Full Changelog: v3.0.1...v3.0.2

v3.0.1

15 Feb 16:16
6c51c67
Compare
Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #4
  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #6
  • Bump aglipanci/laravel-pint-action from 1.0.0 to 2.1.0 by @dependabot in #5
  • Php 8.2/Laravel 10.x Compatibility by @rawilk in #7

Full Changelog: v3.0.0...v3.0.1

v3.0.0

01 Nov 19:37
d7dcfab
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 2 to 3 by @dependabot in #2
  • Bump creyD/prettier_action from 3.0 to 4.2 by @dependabot in #3
  • Update syntax to take advantage of newer PHP features

Breaking Changes

  • Drop PHP 7.4 support
  • Drop PHP 8.0 support
  • Drop Laravel 8.0 support
  • Remove Encrypted cast in favor of native laravel encryption cast

Full Changelog: v2.0.2...v3.0.0

v2.0.2

06 Apr 19:59
15009e9
Compare
Choose a tag to compare

Fixed

  • Make Rawilk\LaravelCasters\Support\Str compatible with base Str class by making squish method signature compatible with parent signature

v2.0.1

23 Feb 15:00
2b27456
Compare
Choose a tag to compare

Updated

  • Add Laravel 9.* support
  • Add PHP 8.1 support

Fixed

  • Handle null values correctly on Password cast in Laravel 9

2.0.0

12 Nov 18:22
86a86c4
Compare
Choose a tag to compare

Breaking Changes

  • Drop support for Laravel 7

Added

  • Add a name cast

1.0.1

21 Sep 15:45
ecda972
Compare
Choose a tag to compare

Fixed

  • Fix bug in password cast causing passwords to be re-hashed - #1.