Skip to content

Commit

Permalink
Merge pull request #108 from gbtb16/version/v5-0-0
Browse files Browse the repository at this point in the history
version(5.0.0): updated kiwi version.
  • Loading branch information
gbtb16 committed Jan 31, 2024
2 parents 1b24dd8 + 56515ec commit 7cd89ed
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions packages/kiwi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# 5.0.0

Now Kiwi it's a Brazilian package! 🇧🇷 ♥

Thank you ([@vanlooverenkoen](https://github.com/vanlooverenkoen)) for your contribution and trust in our work.
He continued his active and dedicated work on the Kiwi package up to version `4.1.0`.

- feature: it's now possible to create a scoped container with providers copied from a parent, without a direct reference. ([PR #101](https://github.com/gbtb16/kiwi/pull/101))
- feature: it's now possible to check if the instance or builder is registered. ([PR #103](https://github.com/gbtb16/kiwi/pull/103))
- feature: it's now possible to list all providers. ([PR #106](https://github.com/gbtb16/kiwi/pull/106))
- feature: it's now possible to list all named providers. ([PR #106](https://github.com/gbtb16/kiwi/pull/106))
- feature: it's now possible to list all unnamed providers. ([PR #106](https://github.com/gbtb16/kiwi/pull/106))
- feature: it's now possible to convert the _Provider class to String. ([PR #106](https://github.com/gbtb16/kiwi/pull/106))
- refactor: the package structure has been refactored to be in line with the market. ([PR #106](https://github.com/gbtb16/kiwi/pull/106))
- refactor: implemented new dart format rule for line length (160) of package development. ([PR #106](https://github.com/gbtb16/kiwi/pull/106))
- refactor: the _providers now has a more verbose implementation, and it's now easy to read. ([PR #106](https://github.com/gbtb16/kiwi/pull/106))
- refactor: for the new implementations, new tests have been created. ([PR #106](https://github.com/gbtb16/kiwi/pull/106))
- refactor: github actions have been updated. ([PR #106](https://github.com/gbtb16/kiwi/pull/106))
- refactor: github project labels have been updated. ([PR #106](https://github.com/gbtb16/kiwi/pull/106))
- refactor: The Dart CLI tools in the package have been updated. ([PR #106](https://github.com/gbtb16/kiwi/pull/106))
- fix: typedefs have been updated. ([PR #106](https://github.com/gbtb16/kiwi/pull/106))
- fix: pub.dev points now sound great (150/150). ([PR #106](https://github.com/gbtb16/kiwi/pull/106))
- fix: dependabot has been updated. ([PR #107](https://github.com/gbtb16/kiwi/pull/107))
- chore: other minimalist changes.

# 4.1.0
## Updated
- Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/kiwi/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kiwi
description: A simple yet efficient dependency injection container for Dart and Flutter (can be coupled with the kiwi_generator package).
version: 4.1.0
version: 5.0.0
homepage: https://github.com/gbtb16/kiwi/tree/master/packages/kiwi
repository: https://github.com/gbtb16/kiwi/tree/master/packages/kiwi
issue_tracker: https://github.com/gbtb16/kiwi/issues?q=is%3Aissue+is%3Aopen+label%3Akiwi
Expand Down

0 comments on commit 7cd89ed

Please sign in to comment.