Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 950 Bytes

CHANGELOG.md

File metadata and controls

43 lines (22 loc) · 950 Bytes

Changelog

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

v1.2.3 - 2023-03-02

What's Changed

  • Add additional comparison methods

Full Changelog: https://github.com/webfox/laravel-backed-enums/compare/v1.1.0...v1.2.3

v1.2.2 - 2023-02-28

What's Changed

  • Add support for direct value comparisons

Full Changelog: https://github.com/webfox/laravel-backed-enums/compare/v1.2.1...v1.2.2

v1.2.1 - 2023-02-22

What's Changed

  • Add support for laravel 10

Full Changelog: https://github.com/webfox/laravel-backed-enums/compare/v1.1.0...v1.2.1

v1.1.0 - 2022-10-04

What's Changed

  • Add support for rendering enums in blade templates

Full Changelog: https://github.com/webfox/laravel-backed-enums/compare/v1.0.1...v1.1.0

Added new fields to toArray, minor bug fixes - 2022-09-21

Added new fields to toArray, minor bug fixes

v1.0.0 - 2022-09-19

Initial release