Skip to content

Commit 5254b81

Browse files
nthndnngithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 4443bde commit 5254b81

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v1.0.2 - 2025-08-25
4+
5+
### What's New
6+
7+
This release introduces significant improvements to the package naming and structure for better clarity and Laravel conventions.
8+
9+
- **Improved Naming Convention:** Renamed core model from ModelState to StateHistory for better clarity
10+
- **Better Table Naming:** Migration now creates state_histories table instead of model_states
11+
- **Enhanced Performance:** All string concatenations replaced with sprintf for better performance
12+
- **Cleaner Codebase:** Improved code consistency and maintainability
13+
14+
**Full Changelog**: https://github.com/nthndnn/laravel-state-history/compare/v1.0.1...v1.0.2
15+
316
## v1.0.1 - 2025-08-24
417

518
### What's Changed

0 commit comments

Comments
 (0)