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-1] - 26.05.2024
getAll() and getAllAsync() now have a fromAllScopes parameter.
adding safeguards according to fluttercommunity/get_it#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.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps get_it from 7.7.0 to 8.0.2.
Changelog
Sourced from get_it's changelog.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show