Releases: michalsn/codeigniter4-uuid
Releases · michalsn/codeigniter4-uuid
v1.1.0
What's Changed
- fix: Uuid Model for compatibility with CI 4.5 by @asnanmtakim in #10
New Contributors
- @asnanmtakim made their first contribution in #10
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- fix: add backslash to fromString return type by @yassinedoghri in #7
- fix: add return type for uuid service to satisfy phpstan by @yassinedoghri in #9
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Fixed
- Fixed inserting
null
value when UUID field should be translated into byte form. Thanks to @yassinedoghri
v1.0.0
v1.0.0-beta3
Third beta release
Fixed
- Due to fixes made to the CodeIgniter Database class, we had to fix the check for the query result.
v1.0.0-beta2
Second beta release
v1.0.0-beta1
First beta release - compatible with CodeIgniter 4.0.3