All notable changes to this project will be documented in this file.
- Fixed inserting
null
value when UUID field should be translated into byte form. Thanks to @yassinedoghri
- Official release
- Due to changes to the CodeIgniter Model class, we updated methods we use as well.
- Added
UuidCast
class.
- Third beta release
- Due to fixes made to the CodeIgniter Database class, we had to fix the check for the query result.
- Second beta release
- Due to changes to the CodeIgniter Model class, we can now extend its model.
- Added support for
useAutoIncrement
feature.
- First beta realease