@@ -12,6 +12,43 @@ 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.42]  - 2024-02-15 
16+ 
17+ ### Added  
18+ 
19+ -  Add service container methods ` hasSingleton() `  and ` unbindInstance() ` 
20+ 
21+ ### Changed  
22+ 
23+ -  Leave ` unload() ` ed service containers in a usable state
24+ 
25+ ### Fixed  
26+ 
27+ -  Fix issue where ` HasFacade `  doesn't remove references to cloned instances when unloaded
28+ -  Fix issue where service container bindings are forgotten when a facade's underlying instance is removed from a container
29+ 
30+ ## [ v0.21.41]  - 2024-02-15 
31+ 
32+ ### Added  
33+ 
34+ -  Add ` $configDir `  parameter to ` CliApplication::__construct() ` 
35+ 
36+ ### Changed  
37+ 
38+ -  Sync: add deferred entity and relationship types to generated entities
39+ 
40+ ## [ v0.21.40]  - 2024-02-14 
41+ 
42+ ### Added  
43+ 
44+ -  Add ` ConfigurationManager `  and the ` Config `  facade for simple configuration file handling
45+ -  Add ` Arr::get() `  and ` Arr::has() ` 
46+ 
47+ ### Changed  
48+ 
49+ -  ** Load application configuration files from ` <basePath>/config `  by default** 
50+ -  Rename ` Facade `  to ` AbstractFacade ` 
51+ 
1552## [ v0.21.39]  - 2024-02-12 
1653
1754### Added  
@@ -1685,6 +1722,9 @@ The format is based on [Keep a Changelog][], and this project adheres to
16851722
16861723- Allow `CliOption` value names to contain arbitrary characters
16871724
1725+ [v0.21.42]: https://github.com/lkrms/php-util/compare/v0.21.41...v0.21.42
1726+ [v0.21.41]: https://github.com/lkrms/php-util/compare/v0.21.40...v0.21.41
1727+ [v0.21.40]: https://github.com/lkrms/php-util/compare/v0.21.39...v0.21.40
16881728[v0.21.39]: https://github.com/lkrms/php-util/compare/v0.21.38...v0.21.39
16891729[v0.21.38]: https://github.com/lkrms/php-util/compare/v0.21.37...v0.21.38
16901730[v0.21.37]: https://github.com/lkrms/php-util/compare/v0.21.36...v0.21.37
0 commit comments