dart_apitool 0.2.0
dart_apitool: ^0.2.0 copied to clipboard
A tool for Dart APIs. It allows to create a model of the public API of a given package as well as comparing two different models and provide the needed version jump.
Changelog #
0.2.0 #
- Command cleanup
- Calls
dart pub
orflutter pub
depending on the package dependencies - Refactor Dart and Pub Interaction helpers
- Entry points are now analyzed and diffed as well (List of publicly available import destinations that this element can be reached with)
0.1.2 #
- Adds
--ignore-prerelease
to diff command
0.1.1 #
- Fixes pre-release handling (old version was checked)
0.1.0 #
- Fixes pre-release handling: in case of a pre-release version there is no differentiation between breaking and non-breaking changes
- Fixes some issues with the analyzer and pub package references
- loosened strictness on pre-release versions
0.0.1-dev.1 #
- Initial version