Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

64 lines (36 loc) · 1.51 KB

Changelog

All notable changes to laravel-helpers will be documented in this file.

4.3.1 - 2024-04-11

What's Changed

  • FIX min php version by @enricodelazzari in #23

4.3.0 - 2024-04-11

What's Changed

  • Laravel 11.x Compatibility by @enricodelazzari in #22

4.2.0 - 2023-12-04

What's Changed

4.1.0 - 2023-02-21

What's Changed

4.0.0 - 2023-02-13

What's Changed

  • Add support to Laravel 10.x
  • Drop support to older Laravel versions (8.x)

3.1.0 - 2022-08-29

What's Changed

  • Added HelperMacro interface for better code consistency

3.0.0 - 2022-08-29

What's Changed

  • Moved helper methods to invokable classes in order to improve maintenance
  • Added isUrl helper method
  • Updated documentation

2.0.1 - 2022-03-01

FIX sanitizeUrl method

2.0.0 - 2022-02-15

  • add laravel 9 support
  • drop support to older laravel versions

1.0.0 - 2022-01-18

First release 🚀