From 2b3666cdc6c18ebfec95a975a3eecf55abe8b235 Mon Sep 17 00:00:00 2001 From: Roman Sirokov Date: Tue, 24 Sep 2024 05:29:48 -0300 Subject: [PATCH] Fix CHANGELOG format for pub.dev --- CHANGELOG.md | 41 ++++++++++++++++++++++++++++++++++------- 1 file changed, 34 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01fc608..0981839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,47 @@ -## [8.0.0] official new release with all the changes +## [8.0.0] + +* official new release with all the changes + ## [8.0.0-pre-7] - 12.08.2024 + * adding cachedFatories and better scope protection against race conditions -## [8.0.0-pre-6] - 11.08.2024 testing weak references in lazySingeltons -## [8.0.0-pre-5] - 25.06.2024 adding `changeTypeInstanceName` -## [8.0.0-pre-4] - 03.06.2024 fixing bug in `unregister` that happened if you tried to unregister a named registration by providing an instance instead of the type and the instance name -## [8.0.0-pre-3] - 31.05.2024 releaseInstance will now throw if the instance isn't registered -## [8.0.0-pre-2] - 29.05.2024 fixing negative reference count + +## [8.0.0-pre-6] - 11.08.2024 + +* testing weak references in lazySingeltons + +## [8.0.0-pre-5] - 25.06.2024 + +* adding `changeTypeInstanceName` + +## [8.0.0-pre-4] - 03.06.2024 + +* fixing bug in `unregister` that happened if you tried to unregister a named registration by providing an instance instead of the type and the instance name + +## [8.0.0-pre-3] - 31.05.2024 + +* releaseInstance will now throw if the instance isn't registered + +## [8.0.0-pre-2] - 29.05.2024 + +* fixing negative reference count + ## [8.0.0-pre-1] - 26.05.2024 + * `getAll()` and `getAllAsync()` now have a `fromAllScopes` parameter. * adding safeguards according to https://github.com/fluttercommunity/get_it/issues/364 to make it impossible to call `push/popScope` while the `init()` function of another pushScope is running. * fixed an unsafe type check when using a runtime type to access an object in get_it. -## [7.7.0] - 15.04.2024 thanks to the PR by @kasefuchs https://github.com/fluttercommunity/get_it/pull/361 `getAll` is now available in an async version too. + +## [7.7.0] - 15.04.2024 + +* thanks to the PR by @kasefuchs https://github.com/fluttercommunity/get_it/pull/361 `getAll` is now available in an async version too. + ## [7.6.9] - 11.04.2024 + * fig for bug that was introduced in 7.6.8 https://github.com/fluttercommunity/get_it/issues/358 ## [7.6.8] - 03.04.2024 + * merged PR by @venkata-reddy-dev https://github.com/fluttercommunity/get_it/pull/356 adding new `skipDoubleRegistration` flag for testing ## [7.6.7] - 18.01.2024