File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,25 @@ 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.99.6] - 2024-03-05
16+
17+ ### Added
18+
19+ - Add ` Arr::snakeCase() `
20+ - Add ` bindOverride() ` to sync definition classes
21+
22+ ### Changed
23+
24+ - In ` AbstractSyncEntity ` , do not expand removable prefixes returned by inheritors
25+ - In "generate sync entity" command:
26+ - Add ` --trim ` option
27+ - Always try to detect dates and times in reference entities
28+
29+ ### Fixed
30+
31+ - Fix "generate sync entity" issue where relationship class is incorrectly normalised
32+ - Fix ` Pcre::split() ` return type
33+
1534## [ v0.99.5] - 2024-03-04
1635
1736### Added
@@ -2073,6 +2092,7 @@ This is the final release of `lkrms/util`. It is moving to [Salient](https://git
20732092
20742093- Allow `CliOption` value names to contain arbitrary characters
20752094
2095+ [v0.99.6]: https://github.com/salient-labs/toolkit/compare/v0.99.5...v0.99.6
20762096[v0.99.5]: https://github.com/salient-labs/toolkit/compare/v0.99.4...v0.99.5
20772097[v0.99.4]: https://github.com/salient-labs/toolkit/compare/v0.99.3...v0.99.4
20782098[v0.99.3]: https://github.com/salient-labs/toolkit/compare/v0.99.2...v0.99.3
You can’t perform that action at this time.
0 commit comments