Skip to content

Releases: aaemnnosttv/silk

0.12.1

06 Aug 20:48
870fa29
Compare
Choose a tag to compare
  • Fix location of UserNotFoundException
  • Formatting tweaks

v0.12

02 Mar 22:23
402243d
Compare
Choose a tag to compare

Added

Changed

v0.11.1

30 Aug 10:20
Compare
Choose a tag to compare

Changed

  • Restrict tightenco/collect to 5.2 due to incompatibility with newer 5.3.

v0.11

18 Aug 13:17
Compare
Choose a tag to compare

This release brings the following features and enhancements:

Added

  • User\Model
  • User\QueryBuilder
  • url methods on Post\Model & Term\Model
  • Term\Model->children()
  • Model::make() named constructor
  • objectAliases property, allowing for $model->aliasName == $model->object->targetProperty
  • Shorthand property aliases, Eg: $postModel->{name} == $postModel->object->post_{name} (opt-in via trait)

Changed

  • Hook callbacks now automatically return the first argument passed if nothing is returned.
  • ObjectMeta now has a fluent set(key, value) method.
  • Deprecated Post\Model::fromWpPost() and Term\Model::fromWpTerm() (use ::make() instead)
  • Simplified internals of Model->save(), ->delete() and ->refresh()

0.10.1

22 Jul 11:08
Compare
Choose a tag to compare

Fixes a strict notice on PHP 5.

v0.10

16 Jul 10:47
Compare
Choose a tag to compare

This release is a big update (166 commits since 0.9) with a focus on bringing the same functionality and workflow for Post Types and Post Models to Taxonomies and Terms. The Term Query Builder was also introduced, along with the beginnings of some relationship-oriented methods (eg: Taxonomy->terms() and Taxonomy->postTypes()).

There were very few breaking changes with the previous release, mostly namespace changes (see the changelog for details).

Initial release!

27 Jun 11:45
Compare
Choose a tag to compare
add Installation to readme

[skip ci]