Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 406 Bytes

CHANGELOG.md

File metadata and controls

17 lines (12 loc) · 406 Bytes

Changelog

All notable changes to laravel-sti will be documented in this file

1.0.0

  • initial release

4.0.0

  • rename getModelClassViaAttributes -> resolveModelClassViaAttributes
  • always call applyTypeCharacteristics if model is filled with type
  • improve readme
  • add isTypeDirty function
  • add resolveType function
  • remove handleSaved function
  • update table name guessing