Skip to content

Releases: locomotivemtl/charcoal-core

charcoal-core 0.2.6

24 Jul 22:07
Compare
Choose a tag to compare

Highlight:

  • Use get_class() instead of ModelInterface::objType() to retrieve the model class in CollectionLoader

charcoal-core 0.2.5

24 Jul 22:06
Compare
Choose a tag to compare

Highlight:

  • Fixed caching of non-existent objects in ModelLoader

charcoal-core 0.2.4

24 Jul 22:06
Compare
Choose a tag to compare

Improved the CollectionLoader.

Highlight:

  • Added "before" callback to manipulate the model before the raw data is applied
  • Moved model building from CollectionLoader::processCollection() to CollectionLoader::processModel()

charcoal-core 0.2.3

05 Apr 21:28
Compare
Choose a tag to compare

Highlights:

Removed Charcoal Translation

24 Feb 17:57
Compare
Choose a tag to compare

charcoal-core 0.2.1

20 Feb 04:30
Compare
Choose a tag to compare
  • Fixed prefix for 'property/factory'
  • Provide translator to property constructor.
  • More helpful Exception message
  • Use '/' for slash. This breaks full-psr6 compliance but allows to have hierarchical cache.

charcoal-core 0.2

03 Feb 20:21
Compare
Choose a tag to compare

Highlights:

  • Upgraded Charcoal dependencies
  • Improved "default_data" support to metadata; disabled automatic merge of default data;
  • Improved MetadataLoader
  • Improved DatabaseOrder and DatabaseFilter
  • Improved property value parsing (single, multiple, L10N)
  • Improved CollectionLoader
  • Refactored Collection
  • Fixed PHPCS issues and unit tests

charcoal-core 0.1

14 Sep 20:02
Compare
Choose a tag to compare

Initial (alpha) release