Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 556 Bytes

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 556 Bytes

3.1.0

  • Adding support for NULL case values
  • Adding support for dot-separation to specify table name and column name

3.0.0

  • Adding support for Laravel 11

2.0.0

  • Adding support for Laravel 10

1.4.0

  • Feature: Add caseRaw support

1.3.0

  • Bugfix: make the facade to always resolve a new instance of the CaseBuilder object.

1.2.0

  • Bugfix: create a new instance of the CaseBuilder in the SC bind.

1.1.0

  • Bugfix: fix cases where elseRaw is equal to 0.

1.0.0

  • Initial release.

0.0.1

  • Experimental initial release.