dart_apitool 0.1.2
dart_apitool: ^0.1.2 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.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