Skip to content

Commit 9dccd23

Browse files
committed
v1.2.0
1 parent 79337b0 commit 9dccd23

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

COMPARISON.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Here I'd like to give an overview of what the validators are capable of and what
1414

1515
| | Python Validator | PySTAC | STAC Node Validator |
1616
| :------------------------- | ------------------------------------------ | ------------------- | ------------------- |
17-
| Validator Version | 1.0.1 | 0.5.2 | 1.1.0 |
17+
| Validator Version | 1.0.1 | 0.5.2 | 1.2.0 |
1818
| Language | Python 3.6 | Python 3 | NodeJS |
1919
| CLI | Yes | No | Yes |
2020
| Programmatic | Yes | Yes | Planned |
@@ -32,7 +32,7 @@ Here I'd like to give an overview of what the validators are capable of and what
3232
| Validates Core Extensions | Yes | Yes | Yes |
3333
| Validates External / Custom Extensions | No | No | Yes |
3434
| Validates STAC API responses | No | No | Partially (only items/collections in lists) |
35-
| Validates STAC API extensions | No | No | No |
35+
| Validates STAC API conformance classes | No | No | No |
3636

3737
## Other Features
3838

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ See the [STAC Validator Comparison](COMPARISON.md) for the features supported by
66

77
## Versions
88

9-
**Current version: 1.1.0**
9+
**Current version: 1.2.0**
1010

1111
| STAC Node Validator Version | Supported STAC Versions |
1212
| --------------------------- | ----------------------- |
13-
| 1.1.x | >= 1.0.0-rc.1 |
13+
| 1.1.0 / 1.2.x | >= 1.0.0-rc.1 |
1414
| 0.4.x / 1.0.x | >= 1.0.0-beta.2 and < 1.0.0-rc.3 |
1515
| 0.3.0 | 1.0.0-beta.2 |
1616
| 0.2.1 | 1.0.0-beta.1 |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stac-node-validator",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "STAC Validator for NodeJS",
55
"author": "Matthias Mohr",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)