Skip to content

Releases: tigron/skeleton-object

v1.2.2

07 Jan 14:35
bf88f0e
Compare
Choose a tag to compare
Merge pull request #7 from dimadimx/feature/fix_cached_get_by_ids_keys

fix indexes for cached objects

v1.2.1

02 Jan 14:20
0ba96e5
Compare
Choose a tag to compare

bugfix: maintain index when doing get_by_ids()

v1.2.0

26 Dec 12:21
41b1dc7
Compare
Choose a tag to compare

new feature:

  • get_by_ids($ids = [])

This will improve the speed when obtaining multiple objects.

v1.1.1

02 Dec 13:27
Compare
Choose a tag to compare

performance improvement:

  • don't delete object_text from cache. They will be removed automatically since Object_Text also uses trait Delete

bugfix:

  • use function to retrieve the cache key

v1.1

15 May 07:35
0c7a181
Compare
Choose a tag to compare

Add new trait: number generation

v1.0.10

04 Sep 12:11
Compare
Choose a tag to compare

Fix

  • model: don't require a parent class to work at all

v1.0.9

18 Jul 12:54
Compare
Choose a tag to compare

Fix for compatibility with PHP8.2.

v1.0.8

21 Jun 14:29
Compare
Choose a tag to compare

Feature

  • Remove hard dependency on skeleton-i18n

v1.0.7

12 Jun 15:38
Compare
Choose a tag to compare

fine-grained slug creation: every step is now done in separate methods which can be overridden in your project.

v1.0.6

22 May 14:36
Compare
Choose a tag to compare

Minor change for PHP8.2.