Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Sep 11, 2024
1 parent 1624c31 commit afa7fd3
Showing 1 changed file with 14 additions and 40 deletions.
54 changes: 14 additions & 40 deletions packages/di/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,20 @@

### Features

* @wroud/di-tools-codemod ([1c4c04c](https://github.com/Wroud/foundation/commit/1c4c04c9cb891cce15f8d737dbd9fd38f6ae8130))
* add di analyzer ([5ce1124](https://github.com/Wroud/foundation/commit/5ce1124d770dac7b578b4a353666ca64979bbeab))
* add github pages ([f193d85](https://github.com/Wroud/foundation/commit/f193d8537d6d9f36d8f88faf02b0e2b055f387b4))
* add module and types ([5ebef39](https://github.com/Wroud/foundation/commit/5ebef397420298ccc34e9923b4eb2ffb038a8cb8))
* add strict types to ServicesRegistry.register ([6d43540](https://github.com/Wroud/foundation/commit/6d4354052a9eb1166ddd4823167086ff883ffa6c))
* init workspace ([1306e07](https://github.com/Wroud/foundation/commit/1306e07b7e93270aec66e51576d23f6bd70f3d57))
* lazy implementation loading ([792d6b6](https://github.com/Wroud/foundation/commit/792d6b6cb8ef8eb69a6f1250d9018c6d355f9fec))
- @wroud/di-tools-codemod ([949ab90](https://github.com/Wroud/foundation/commit/949ab90213ef30c3fde2efddf9f764803c38ffec))
- add di analyzer ([2140f1a](https://github.com/Wroud/foundation/commit/2140f1ab92be940f1e0148464644e5f45f6c9a4d))
- add github pages ([2040bf0](https://github.com/Wroud/foundation/commit/2040bf0ad84e3b775f9f8783681ed9a2a6e42b56))
- add module and types ([b2a9561](https://github.com/Wroud/foundation/commit/b2a95618168a16dc04fd184303410d902f72f74f))
- add strict types to ServicesRegistry.register ([d510e68](https://github.com/Wroud/foundation/commit/d510e6834658ff634fc211287d2e00edede6b9ed))
- init workspace ([92f61f5](https://github.com/Wroud/foundation/commit/92f61f5747ffda05c24fa3273726c4c990a15754))
- lazy implementation loading ([df33b20](https://github.com/Wroud/foundation/commit/df33b206d509ad2b0e24c41fd53a5008a73276c4))

### Bug Fixes

* add version ([ae35e9f](https://github.com/Wroud/foundation/commit/ae35e9fcab4d5077c764c2c8af723ac61d735f5a))
* adjust memory threshold for GC ([10c7455](https://github.com/Wroud/foundation/commit/10c7455384549e7cf6becda65a367ea8e565b945))
* ci-cd ([d5ac8c0](https://github.com/Wroud/foundation/commit/d5ac8c08446c8994740982ca74f035b1e9f54640))
* cyclic dependencies detection ([0c7228a](https://github.com/Wroud/foundation/commit/0c7228af1ca44aa0fef839d49b0b510d0dadeed5))
* proper error message while resolving scoped dependency for singleton service ([b6a45ff](https://github.com/Wroud/foundation/commit/b6a45ff17ea33c2309486d12e423838f2775ad81))
* remove dist ([a8879c6](https://github.com/Wroud/foundation/commit/a8879c6e7f8bbf943cb3af66fa6270e7a33d567d))
* update types ([ff3238e](https://github.com/Wroud/foundation/commit/ff3238e9c755a8171ed69d551a160b35da67e76b))
## [0.8.5](https://github.com/Wroud/foundation/compare/di-v0.8.4...di-v0.8.5) (2024-09-09)
## [0.8.4](https://github.com/Wroud/foundation/compare/di-v0.8.3...di-v0.8.4) (2024-09-09)
## [0.8.3](https://github.com/Wroud/foundation/compare/di-v0.8.2...di-v0.8.3) (2024-09-09)
## [0.8.2](https://github.com/Wroud/foundation/compare/di-v0.8.1...di-v0.8.2) (2024-09-09)
## [0.8.1](https://github.com/Wroud/foundation/compare/di-v0.8.0...di-v0.8.1) (2024-09-09)
## 0.8.0 (2024-09-09)

### Features

* @wroud/di-tools-codemod ([949ab90](https://github.com/Wroud/foundation/commit/949ab90213ef30c3fde2efddf9f764803c38ffec))
* add di analyzer ([2140f1a](https://github.com/Wroud/foundation/commit/2140f1ab92be940f1e0148464644e5f45f6c9a4d))
* add github pages ([2040bf0](https://github.com/Wroud/foundation/commit/2040bf0ad84e3b775f9f8783681ed9a2a6e42b56))
* add module and types ([b2a9561](https://github.com/Wroud/foundation/commit/b2a95618168a16dc04fd184303410d902f72f74f))
* add strict types to ServicesRegistry.register ([d510e68](https://github.com/Wroud/foundation/commit/d510e6834658ff634fc211287d2e00edede6b9ed))
* init workspace ([92f61f5](https://github.com/Wroud/foundation/commit/92f61f5747ffda05c24fa3273726c4c990a15754))
* lazy implementation loading ([df33b20](https://github.com/Wroud/foundation/commit/df33b206d509ad2b0e24c41fd53a5008a73276c4))

### Bug Fixes

* add version ([8d5870d](https://github.com/Wroud/foundation/commit/8d5870d58a528e32ac88498ea5574daff6fa67d4))
* adjust memory threshold for GC ([684bfe1](https://github.com/Wroud/foundation/commit/684bfe1bd050110296e8b556038c99e9cc99c8d9))
* ci-cd ([eeac88e](https://github.com/Wroud/foundation/commit/eeac88efe4d1d84dba49b592b303784b731406e3))
* cyclic dependencies detection ([2845f79](https://github.com/Wroud/foundation/commit/2845f79c7573955f8899257e27f9e73a78816107))
* proper error message while resolving scoped dependency for singleton service ([7138853](https://github.com/Wroud/foundation/commit/7138853bfcaa6fa8cba37a542b7456a750759a4b))
* remove dist ([9563ee2](https://github.com/Wroud/foundation/commit/9563ee2659e391c2892ce1083c077fafa17028bb))
* update types ([eeee11c](https://github.com/Wroud/foundation/commit/eeee11ced4f8d50512927245a7071ab578020341))
- add version ([8d5870d](https://github.com/Wroud/foundation/commit/8d5870d58a528e32ac88498ea5574daff6fa67d4))
- adjust memory threshold for GC ([684bfe1](https://github.com/Wroud/foundation/commit/684bfe1bd050110296e8b556038c99e9cc99c8d9))
- ci-cd ([eeac88e](https://github.com/Wroud/foundation/commit/eeac88efe4d1d84dba49b592b303784b731406e3))
- cyclic dependencies detection ([2845f79](https://github.com/Wroud/foundation/commit/2845f79c7573955f8899257e27f9e73a78816107))
- proper error message while resolving scoped dependency for singleton service ([7138853](https://github.com/Wroud/foundation/commit/7138853bfcaa6fa8cba37a542b7456a750759a4b))
- remove dist ([9563ee2](https://github.com/Wroud/foundation/commit/9563ee2659e391c2892ce1083c077fafa17028bb))
- update types ([eeee11c](https://github.com/Wroud/foundation/commit/eeee11ced4f8d50512927245a7071ab578020341))

0 comments on commit afa7fd3

Please sign in to comment.