You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* upgrade git actions from v2 to v3
upgrade spotbugs-annotations from 4.0.3 to 4.6.0
upgrade maven-compiler-plugin from 3.8.1 to 3.10.1
upgrade nexus-staging-maven-plugin from 1.6.8 to 1.6.12
* add upgrade maven-javadoc-plugin from 3.3.1 to 3.3.2
* sync with amphtml
- upgrade spotbugs-annotations from 4.0.3 to 4.6.0
6
+
- upgrade maven-compiler-plugin from 3.8.1 to 3.10.1
7
+
- upgrade nexus-staging-maven-plugin from 1.6.8 to 1.6.12
8
+
- upgrade maven-javadoc-plugin from 3.3.1 to 3.3.2
9
+
- sync validator-all.protoascii with amphtml (2022.05.03)
10
+
3
11
## AMP HTML Validator 1.0.27
4
-
upgrade cssparser from 0.9.27 to 0.9.29
12
+
-upgrade cssparser from 0.9.27 to 0.9.29
5
13
6
14
## AMP HTML Validator 1.0.26
7
-
8
-
upgrade build-helper-maven-plugin from 3.1.0 to 3.3.0
9
-
upgrade maven-dependency-plugin from 3.1.2 to 3.2.0
10
-
upgrade maven-javadoc-plugin from 3.1.1 to 3.3.1
11
-
upgrade os-maven-plugin from 1.6.2 to 1.7.0
12
-
upgrade protobuf from 3.12.2 to 3.16.1
13
-
upgrade maven-surefire-plugin from 3.0.0-M4 to 3.0.0-M5
14
-
upgrade fasterxml.jackson from 2.11.0 to 2.13.1
15
-
upgrade maven-resources-plugin from 3.1.0 to 3.2.0
16
-
upgrade maven-scm-plugin from 1.11.2 to 1.12.2
17
-
upgrade maven-enforcer-plugin from 3.0.0-M3 to 3.0.0
18
-
upgrade maven-checkstyle-plugin from 3.1.1 to 3.1.2
19
-
upgrade testng from 7.1.0 to 7.5
20
-
upgrade junit from 4.13.1 to 4.13.2
21
-
upgrade commons-lang3 from 3.10 to 3.12.0
22
-
upgrade commons-text from 1.8 to 1.9
23
-
24
-
sync validator-all.protoascii with amphtml
25
-
Use SACParserCSS3Constants enum values for all tests
26
-
27
-
disable testCSSSyntaxDisallowedPropertyValue due to change in amp4email position allowing any value now
15
+
- upgrade build-helper-maven-plugin from 3.1.0 to 3.3.0
16
+
- upgrade maven-dependency-plugin from 3.1.2 to 3.2.0
17
+
- upgrade maven-javadoc-plugin from 3.1.1 to 3.3.1
18
+
- upgrade os-maven-plugin from 1.6.2 to 1.7.0
19
+
- upgrade protobuf from 3.12.2 to 3.16.1
20
+
- upgrade maven-surefire-plugin from 3.0.0-M4 to 3.0.0-M5
21
+
- upgrade fasterxml.jackson from 2.11.0 to 2.13.1
22
+
- upgrade maven-resources-plugin from 3.1.0 to 3.2.0
23
+
- upgrade maven-scm-plugin from 1.11.2 to 1.12.2
24
+
- upgrade maven-enforcer-plugin from 3.0.0-M3 to 3.0.0
25
+
- upgrade maven-checkstyle-plugin from 3.1.1 to 3.1.2
26
+
- upgrade testng from 7.1.0 to 7.5
27
+
- upgrade junit from 4.13.1 to 4.13.2
28
+
- upgrade commons-lang3 from 3.10 to 3.12.0
29
+
- upgrade commons-text from 1.8 to 1.9
30
+
- sync validator-all.protoascii with amphtml
31
+
- Use SACParserCSS3Constants enum values for all tests
32
+
- disable testCSSSyntaxDisallowedPropertyValue due to change in amp4email position allowing any value now
28
33
29
34
## AMP HTML Validator 1.0.25
30
-
31
-
Upgrade tagchowder to 2.0.23 to fix void tag parsing error that returned '_' for ending /> if there was a space preceding the '/'
35
+
- Upgrade tagchowder to 2.0.23 to fix void tag parsing error that returned '_' for ending /> if there was a space preceding the '/'
32
36
33
37
## AMP HTML Validator 1.0.0 released
34
-
35
-
AMP HTML Validator 1.0.0 is an initial release. The goal of this project is to keep updating the code with small fixes and features. This project requires unit tests and code coverage by default, and uses github and a automated pipe-line to publish new versions in a automated fashion for every commit that is merged, without humans need for each release.
38
+
- AMP HTML Validator 1.0.0 is an initial release. The goal of this project is to keep updating the code with small fixes and features. This project requires unit tests and code coverage by default, and uses github and a automated pipe-line to publish new versions in a automated fashion for every commit that is merged, without humans need for each release.
0 commit comments