Releases: locomotivemtl/charcoal-object
Releases · locomotivemtl/charcoal-object
charcoal-object 0.5.0
Applying Charcoal Redux changes
charcoal-object 0.4.1
- setDependencies is now protected (following recent changes in charcoal-core)
- do not distribute development files in zip package (.gitattributes)
0.4
Highlights:
- Updated for locomotivemtl/charcoal-core:0.3
- Various fixes to source and tests
0.3: Determine slug uniqueness by using the lang property
Determine slug uniqueness by using the lang property (#4)
0.2.6: Fixed cache issue with Routable Mixin
Removed class-based caching from RoutableTrait::lastestObjectRoute()
.
Caused issues with asynchronous calls fetching an empty model
0.2.5: Added Hierarchical Features
Imported some hierarchical concepts from mcaskill/charcoal-support
0.2.4: Fixed Publishable Mixin
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()
toPublishableInterface
0.2.3: Cleanup Publishable Mixin
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
- RoutableTrait lang fix.
charcoal-object 0.2.1
- RoutableTrait fixes