Skip to content

v1.0.2

Choose a tag to compare

@nthndnn nthndnn released this 25 Aug 07:36
· 2 commits to main since this release

What's New

This release introduces significant improvements to the package naming and structure for better clarity and Laravel conventions.

  • Improved Naming Convention: Renamed core model from ModelState to StateHistory for better clarity
  • Better Table Naming: Migration now creates state_histories table instead of model_states
  • Enhanced Performance: All string concatenations replaced with sprintf for better performance
  • Cleaner Codebase: Improved code consistency and maintainability

Full Changelog: v1.0.1...v1.0.2