Skip to content

Releases: locomotivemtl/charcoal-object

charcoal-object 0.5.0

02 May 14:54
Compare
Choose a tag to compare

Applying Charcoal Redux changes

charcoal-object 0.4.1

04 Dec 15:56
Compare
Choose a tag to compare
  • setDependencies is now protected (following recent changes in charcoal-core)
  • do not distribute development files in zip package (.gitattributes)

0.4

20 Nov 18:41
Compare
Choose a tag to compare
0.4

Highlights:

0.3: Determine slug uniqueness by using the lang property

17 Oct 18:36
Compare
Choose a tag to compare
Determine slug uniqueness by using the lang property (#4)

0.2.6: Fixed cache issue with Routable Mixin

13 Jul 15:08
Compare
Choose a tag to compare

Removed class-based caching from RoutableTrait::lastestObjectRoute().
Caused issues with asynchronous calls fetching an empty model

0.2.5: Added Hierarchical Features

13 Jul 15:06
Compare
Choose a tag to compare

Imported some hierarchical concepts from mcaskill/charcoal-support

0.2.4: Fixed Publishable Mixin

13 Jul 15:05
Compare
Choose a tag to compare

Use PublishableTrait::publishDateStatus() instead of PublishableTrait::publishStatus() for retrieving default or special status.

Changes:

  • Simplified PublishableTrait::publishStatus() to return the set value
  • Modified PublishableTrait::publishDateStatus()'to return default status if object isn't published
  • Exposed PublishableTrait::publishDateStatus() to public scope
  • Moved documentation of statuses from PublishableTrait::publishStatus() to PublishableInterface

0.2.3: Cleanup Publishable Mixin

13 Jul 15:03
Compare
Choose a tag to compare

Changes:

  • Fixed PublishableTrait::publishDateStatus() returning "pending" instead of "upcoming"
  • Added constants for the default statuses
  • Fixed handling of special statuses
  • Improved handling of date/time values
  • Cleanup Publishable documentation

charcoal-object 0.2.1.1

19 Apr 20:53
Compare
Choose a tag to compare
  • RoutableTrait lang fix.

charcoal-object 0.2.1

19 Apr 20:40
Compare
Choose a tag to compare
  • RoutableTrait fixes