Releases: gbtb16/kiwi
Releases · gbtb16/kiwi
kiwi v5.0.1
What's Changed
- fix(kiwi-version): fixed all versions of kiwi and kiwi_generator to 5.0.0. by @gbtb16 in #109
- build(deps): bump tj-actions/verify-changed-files from 17 to 18 by @dependabot in #110
- build(deps): bump subosito/flutter-action from 2.12.0 to 2.16.0 by @dependabot in #115
- build(deps): bump tj-actions/verify-changed-files from 18 to 19 by @dependabot in #112
- fix(kiwi-generator): updating analyzer dependency. by @gbtb16 in #119
- fix(general): fix kiwi and kiwi_generator pubspec infos. by @gbtb16 in #120
Full Changelog: v5.0.0...v5.0.1
kiwi_generator v4.2.1
What's Changed
Full Changelog: v5.0.1...kg_v4.2.1
v5.0.0
What's Changed - v5.0.0 [01-31-2024]
- Migration to Android X, replacement of deprecated code and exported kiwi errors. by @hericles-koelher in #76
- Updated versions by @vanlooverenkoen in #79
- Update dependencies & first workflows for github actions by @vanlooverenkoen in #87
- fix(ownership): Fixed where it was pointing to the old repository to point to the new link. by @gbtb16 in #99
- feature(scoped-parent): implemented scoped container that inherit a parent container's registrations (final implementation). by @gbtb16 in #98
- feature(scoped-parent): implemented scoped container that inherit a parent container's registrations (final implementation). by @gbtb16 in #101
- Bump tj-actions/verify-changed-files from 13 to 17 in /.github/workflows by @dependabot in #100
- Bump subosito/flutter-action from 2.8.0 to 2.12.0 by @dependabot in #95
- Bump actions/checkout from 3 to 4 by @dependabot in #97
- fix(kiwi-generator): update referenced build_runner version, using codebase from @geisterfurz007. by @gbtb16 in #102
- feature(is-registered): added a boolean method to indicate if a provider type or name is registered. by @gbtb16 in #103
- fix(typedef): fixed Factory typedef to follow the rules regarding the syntax of generic functions in typedef. by @gbtb16 in #104
- Bump analyzer from 5.13.0 to 6.3.0 in /kiwi_generator by @dependabot in #105
- refactor(all-needed): including basis, directories, pubspecs, examples, github actions, etc by @gbtb16 in #106
- fix(dependabot): fixed workflow file. by @gbtb16 in #107
- version(5.0.0): updated kiwi version. by @gbtb16 in #108
New Contributors
- @hericles-koelher made their first contribution in #76
- @dependabot made their first contribution in #100
Full Changelog: 4.0.1...v5.0.0
4.0.1
[4.0.1] - 2021-10-13
Fixed
- Dart constraint issue for kiwi
4.0.0
[4.0.0] - 2021-10-13
BREAKING
- Support for kiwi_generator 4.0.0
- Dart 2.14 min requirement
Updated dependencies
kg_4.0.1
[4.0.1] - 2021-10-13
Fixed
- Dart constraint issue for kiwi
kg_4.0.0
[4.0.0] - 2021-10-13
BREAKING
- Updated to analyzer 2.0.0
- Dart 2.14 min requirement
Updated dependencies
3.0.0
[3.0.0] - 2021-06-01
Added
- Nullsafety codebase migration
Updated dependencies
- Updated dependencies to make sure we can still build with new dependencies.
kg_3.0.0
[3.0.0] - 2021-06-01
Added
- Nullsafety codebase migration
Updated dependencies
- Updated dependencies to make sure we can still build with new dependencies.
2.1.1
Updated
- Description to make the kiwi package easy to find in pub.dev