File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 5.0.0] - 2023-05-09
8+ ### Added
9+ - Add support for running custom\_ lint as pre commit hook via ` custom-lint ` task
10+
11+ ### Removed
12+ - Removed ` TestImportTask ` and ` LibExportTask ` - superseded by ` custom-lint `
13+
714## [ 4.1.0] - 2023-02-22
815### Added
916- ` osv-scanner ` Task to automatically check for dependencies with security issues
@@ -158,6 +165,7 @@ higher version from the lockfile
158165- Initial release
159166- Automatic deployment
160167
168+ [ 5.0.0 ] : https://github.com/Skycoder42/dart_pre_commit/compare/v4.1.0...v5.0.0
161169[ 4.1.0 ] : https://github.com/Skycoder42/dart_pre_commit/compare/v4.0.0...v4.1.0
162170[ 4.0.0 ] : https://github.com/Skycoder42/dart_pre_commit/compare/v3.0.2...v4.0.0
163171[ 3.0.2 ] : https://github.com/Skycoder42/dart_pre_commit/compare/v3.0.1...v3.0.2
@@ -175,4 +183,4 @@ higher version from the lockfile
175183[ 1.1.0 ] : https://github.com/Skycoder42/dart_pre_commit/compare/v1.0.2...v1.1.0
176184[ 1.0.2 ] : https://github.com/Skycoder42/dart_pre_commit/compare/v1.0.1...v1.0.2
177185[ 1.0.1 ] : https://github.com/Skycoder42/dart_pre_commit/compare/v1.0.0...v1.0.1
178- [ 1.0.0 ] : https://github.com/Skycoder42/dart_pre_commit/releases/tag/v1.0.0
186+ [ 1.0.0 ] : https://github.com/Skycoder42/dart_pre_commit/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 11name : dart_pre_commit
22description : A small collection of pre commit hooks to format and lint dart code
3- version : 4.1 .0
3+ version : 5.0 .0
44homepage : https://github.com/Skycoder42/dart_pre_commit
55
66environment :
You can’t perform that action at this time.
0 commit comments