10000 feat: add ulid method to the id field class · laravel-json-api/laravel@ddd1aa6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ddd1aa6

Browse files
committed
feat: add ulid method to the id field class
1 parent 2e37758 commit ddd1aa6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
55

6+
## Unreleased
7+
8+
### Added
9+
10+
- [core#12](https://github.com/laravel-json-api/core/pull/12) Add `ulid()` method to the `ID` field class.
11+
612
## [3.0.0] - 2023-02-14
713

814
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": "^8.1",
2727
"ext-json": "*",
28-
"laravel-json-api/core": "^3.0",
28+
"laravel-json-api/core": "^3.2",
2929
"laravel-json-api/eloquent": "^3.0",
3030
"laravel-json-api/encoder-neomerx": "^3.0",
3131
"laravel-json-api/exceptions": "^2.0",

0 commit comments

Comments
 (0)
0