Skip to content

Commit 14a177f

Browse files
committed
Merge branch 'master' of github.com:fluttercommunity/get_it
2 parents 80132fc + 34881c5 commit 14a177f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
* adding cachedFatories and better scope protection against race conditions
44
## [8.0.0-pre-6] - 11.08.2024 testing weak references in lazySingeltons
55
## [8.0.0-pre-5] - 25.06.2024 adding `changeTypeInstanceName`
6-
## [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 istance instead of the type and the instance name
6+
## [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
77
## [8.0.0-pre-3] - 31.05.2024 releaseInstance will now throw if the instance isn't registered
8-
## [8.0.0-pre-2] - 29.05.2024 fixing negitiv reference count
8+
## [8.0.0-pre-2] - 29.05.2024 fixing negative reference count
99
## [8.0.0-pre-1] - 26.05.2024
1010
* `getAll()` and `getAllAsync()` now have a `fromAllScopes` parameter.
11-
* adding safeguards according to https://github.com/fluttercommunity/get_it/issues/364 to make it impossilble to call `push/popScope` while the `init()` function of another pushScope is running.
12-
* fixed an usafe type check when using a runtime type to acess an object in get_it.
11+
* 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.
12+
* fixed an unsafe type check when using a runtime type to access an object in get_it.
1313
## [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.
1414
## [7.6.9] - 11.04.2024
1515
* fig for bug that was introduced in 7.6.8 https://github.com/fluttercommunity/get_it/issues/358

0 commit comments

Comments
 (0)