honeycomb 0.9.1+1
honeycomb: ^0.9.1+1 copied to clipboard
IoC-Container written in pure Dart with Flutter in mind. Provides compile-time checks, typed factories, scoping and much more.
0.9.1+1 #
- DOCS: added dart doc.
0.9.1 #
- FEAT: added more docs and get_it comparison.
0.9.0+1 #
- DOCS: more dartdocs.
0.9.0 #
Note: This release has breaking changes.
- BREAKING FIX: cleaned public api a bit.
0.8.1 #
- FEAT: add caching to
readcall.
0.8.0 #
Note: This release has breaking changes.
- BREAKING FEAT: removed duplicate Override export.
0.7.0 #
Note: This release has breaking changes.
- BREAKING FEAT: add ability to override dependencies on any level.
0.6.0+1 #
- DOCS: removed logo.
- DOCS: added logo.
0.6.0 #
Note: This release has breaking changes.
- BREAKING FIX: wrong equality fixed.
0.5.0 #
Note: This release has breaking changes.
- FEAT: added factory static function to Provider.
- BREAKING FEAT: massive refactoring.
0.4.0 #
Note: This release has breaking changes.
- BREAKING FEAT: shared scope.
0.3.1 #
- FEAT: downgrade meta deps.
0.3.0 #
Note: This release has breaking changes.
- BREAKING FEAT: removed fic from dependencies.
0.2.0+1 #
- DOCS: updated documentation to align with new scoping.
0.2.0 #
Note: This release has breaking changes.
- FEAT: linear (O(n)) dependency resolving.
- DOCS: updated benchmark results.
- BREAKING FIX: prohibited nested overriding.
0.1.1+2 #
- DOCS: clarification.
- DOCS: fix typo.
0.1.1+1 #
- FIX: remove dead code.
0.1.1 #
- FEAT: added commit hooks.
- FEAT: integrated melos.
0.1.0 #
- Initial version.