Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 682 Bytes

CHANGELOG-2.x.md

File metadata and controls

26 lines (20 loc) · 682 Bytes

Changelog

Added

  • Laravel 11 support

Added

  • Laravel 10 support
  • compressed type
  • base64 type
  • pipe type
  • Static analysis
  • Mutation testing

Changed

  • encrypted type usage
  • \JnJairo\Laravel\Cast\Contracts\Type contract now has a setCast and getCast method to access the Cast instance
  • Minimal PHP version 8.1
  • Minimal Laravel version 8.83
  • Tests using Pest
  • Code style PSR-12