File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1- 2.19.1
2- Oct 21 , 2022
1+ 2.20.0
2+ Oct 24 , 2022
33
44FIX: Cannot load from object array because "data" is null #335 #337
5+ NEW: Support fast lexing for default comments
6+ NEW: Simplify & unify both lexers
7+ FIX: Empty comment indicator
58
692.19.0
710Jul 24, 2022
Original file line number Diff line number Diff line change 33[ ![ EAP Status] ( https://github.com/SeeSharpSoft/intellij-csv-validator/actions/workflows/CronEAP.yml/badge.svg )] ( https://github.com/SeeSharpSoft/intellij-csv-validator/actions )
44[ ![ Coverage Status] ( https://coveralls.io/repos/github/SeeSharpSoft/intellij-csv-validator/badge.svg?branch=master )] ( https://coveralls.io/github/SeeSharpSoft/intellij-csv-validator?branch=master )
55[ ![ Known Vulnerabilities] ( https://snyk.io/test/github/SeeSharpSoft/intellij-csv-validator/badge.svg?targetFile=build.gradle )] ( https://snyk.io/test/github/SeeSharpSoft/intellij-csv-validator?targetFile=build.gradle )
6- [ ![ Codacy Badge] ( https://api .codacy.com/project/badge/Grade/97769359388e44bfb7101346d510fccf )] ( https://www.codacy.com/app/github_124 /intellij-csv-validator?utm_source=github.com& ; utm_medium=referral& ; utm_content=SeeSharpSoft/intellij-csv-validator& ; utm_campaign=Badge_Grade )
6+ [ ![ Codacy Badge] ( https://app .codacy.com/project/badge/Grade/97769359388e44bfb7101346d510fccf )] ( https://www.codacy.com/gh/SeeSharpSoft /intellij-csv-validator/dashboard ?utm_source=github.com& ; utm_medium=referral& ; utm_content=SeeSharpSoft/intellij-csv-validator& ; utm_campaign=Badge_Grade )
77[ ![ BCH compliance] ( https://bettercodehub.com/edge/badge/SeeSharpSoft/intellij-csv-validator?branch=master )] ( https://bettercodehub.com/results/SeeSharpSoft/intellij-csv-validator/ )
88
99# Lightweight CSV Plugin for JetBrains IDE family
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ jacocoTestReport {
1919}
2020
2121group ' net.seesharpsoft.intellij.plugins'
22- version ' 2.19.1 '
22+ version ' 2.20.0 '
2323
2424apply plugin : ' java'
2525project. sourceCompatibility = JavaVersion . VERSION_11
@@ -78,6 +78,9 @@ intellij {
7878patchPluginXml {
7979 changeNotes = """ <pre style="font-family: sans-serif">
8080FIX: Cannot load from object array because "data" is null #335 #337
81+ NEW: Support fast lexing for default comments
82+ NEW: Simplify & unify both lexers
83+ FIX: Empty comment indicator
8184 </pre>"""
8285}
8386publishPlugin {
You can’t perform that action at this time.
0 commit comments