@@ -12,6 +12,30 @@ The format is based on [Keep a Changelog][], and this project adheres to
1212[ Keep a Changelog ] : https://keepachangelog.com/en/1.1.0/
1313[ Semantic Versioning ] : https://semver.org/spec/v2.0.0.html
1414
15+ ## [ v0.21.49] - 2024-02-26
16+
17+ This is the final release of ` lkrms/util ` . It is moving to [ Salient] ( https://github.com/salient-labs/ ) as ` salient/toolkit ` .
18+
19+ ### Changed
20+
21+ - Sync: move abstract and high-priority classes to ` Salient\Sync `
22+ - Rename:
23+ - ` ISyncClassResolver ` -> ` SyncClassResolverInterface `
24+ - ` ISyncContext ` -> ` SyncContextInterface `
25+ - ` ISyncDefinition ` -> ` SyncDefinitionInterface `
26+ - ` ISyncEntity ` -> ` SyncEntityInterface `
27+ - ` ISyncEntityProvider ` -> ` SyncEntityProviderInterface `
28+ - ` ISyncEntityResolver ` -> ` SyncEntityResolverInterface `
29+ - ` ISyncProvider ` -> ` SyncProviderInterface `
30+ - ` ISyncSerializeRules ` -> ` SyncSerializeRulesInterface `
31+ - ` SyncDefinition ` -> ` AbstractSyncDefinition `
32+ - ` SyncEntity ` -> ` AbstractSyncEntity `
33+ - ` SyncOperations ` -> ` SyncOperationGroup `
34+ - ` SyncProvider ` -> ` AbstractSyncProvider `
35+ - ` SyncException ` -> ` AbstractSyncException `
36+ - ` SyncEvent ` -> ` AbstractSyncEvent `
37+ - ` SyncStoreEvent ` -> ` AbstractSyncStoreEvent `
38+
1539## [ v0.21.48] - 2024-02-26
1640
1741### Added
@@ -1944,6 +1968,7 @@ The format is based on [Keep a Changelog][], and this project adheres to
19441968
19451969- Allow `CliOption` value names to contain arbitrary characters
19461970
1971+ [v0.21.49]: https://github.com/lkrms/php-util/compare/v0.21.48...v0.21.49
19471972[v0.21.48]: https://github.com/lkrms/php-util/compare/v0.21.47...v0.21.48
19481973[v0.21.47]: https://github.com/lkrms/php-util/compare/v0.21.46...v0.21.47
19491974[v0.21.46]: https://github.com/lkrms/php-util/compare/v0.21.45...v0.21.46
0 commit comments