Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 1.07 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.1] - 2022-05-26

  • Fix HasNanoidKey Traits

[2.0] - 2022-05-20

  • Update Laravel 9 support.
  • Add support for nanoid as key, trait HasNanoidKey
  • Add optional prefix to key, trait HasNanoidKey and HasUlidKey
  • Change Str::uuid() to Str::orderedUuid() (timestamp based)
  • Change UuidAsPrimaryKey trait to OptiKeyAsPrimary
  • Change UlidAsPrimaryKey trait to OptiKeyAsPrimary

[1.4] - 2021-01-31

  • Fix minimal PHP requirements to ^7.3 | ^8.0
  • Change variable $uuidFieldName to $optiKeyFieldName
  • Change variable $ulidFieldName to $optiKeyFieldName
  • Change license from Apache 2.0 to MIT

[1.3] - 2020-12-21

  • Update Laravel 8 support.

[1.2] - 2020-03-04

  • Add Laravel v7 and lowercase ULID option.

[1.1] - 2020-01-25

  • Fix PHP and Laravel requirements

[1.0] - 2020-01-24

  • Initial release