Skip to content

v0.6.1

Pre-release
Pre-release

Choose a tag to compare

@kapxapot kapxapot released this 05 May 08:30
· 415 commits to master since this release
  • Warcry revamped up to index page working.
  • Associations stable.
  • Moved generic collections to \Plasticode\Collections\Basic.
  • Added DbModelCollection & ScalarCollection.
  • Added DbModelInterface.
  • Added TagsConfigInterface for configuring tag tabs.
  • Added functions isCallable() & isScalar().
  • Removed MenuRepository from base controller, menus are provided by AppContext now.
  • Rewritten File functions so they work both for Unix & Windows paths.
  • Revamped SortStep & Sort.
  • Renamed Sort::multi() to Sort::byMany().
  • Description & CachedDescription traits are not used and marked as deprecated.
  • New and changed model traits: Linkable, Parented, Tagged.
  • New Query methods: apply, applyIf, applyIfElse, page.
  • New Arrays method: adopt.
  • Replaced \Closure with callable where it makes sense.
  • Renamed Collection->distinct() to Collection->distinctBy(). Specialized collections have their specific distinct().