We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e37758 commit ddd1aa6Copy full SHA for ddd1aa6
CHANGELOG.md
@@ -3,6 +3,12 @@
3
All notable changes to this project will be documented in this file. This project adheres to
4
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
5
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
12
## [3.0.0] - 2023-02-14
13
14
### Changed
composer.json
@@ -25,7 +25,7 @@
25
"require": {
26
"php": "^8.1",
27
"ext-json": "*",
28
- "laravel-json-api/core": "^3.0",
+ "laravel-json-api/core": "^3.2",
29
"laravel-json-api/eloquent": "^3.0",
30
"laravel-json-api/encoder-neomerx": "^3.0",
31
"laravel-json-api/exceptions": "^2.0",
0 commit comments