dart_pre_commit 1.1.1 dart_pre_commit: ^1.1.1 copied to clipboard
A small collection of pre commit hooks to format and lint dart code
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
Added #
Changed #
Deprecated #
Removed #
Fixed #
Security #
[1.1.1] - 2020-10-22 #
Fixed #
- Fixed bug that caused a crash in
--check-pull-up
if dependencies declared in thepubspec.yaml
are missing inpubspec.lock
(#1)
[1.1.0] - 2020-10-19 #
Added #
- Support for check if the version of dart dependencies can be pulled up to a higher version from the lockfile
[1.0.1] - 2020-10-07 #
Fixed #
dart analyze
now treats lint infos as errors- Replace legacy dart tools in README
- Add missing await in program runner
[0.1.0] - 2020-10-02 #
- Initial release