Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Dec 11, 2021
1 parent 79337b0 commit 9dccd23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions COMPARISON.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Here I'd like to give an overview of what the validators are capable of and what

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

## Other Features

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ See the [STAC Validator Comparison](COMPARISON.md) for the features supported by

## Versions

**Current version: 1.1.0**
**Current version: 1.2.0**

| STAC Node Validator Version | Supported STAC Versions |
| --------------------------- | ----------------------- |
| 1.1.x | >= 1.0.0-rc.1 |
| 1.1.0 / 1.2.x | >= 1.0.0-rc.1 |
| 0.4.x / 1.0.x | >= 1.0.0-beta.2 and < 1.0.0-rc.3 |
| 0.3.0 | 1.0.0-beta.2 |
| 0.2.1 | 1.0.0-beta.1 |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stac-node-validator",
"version": "1.1.0",
"version": "1.2.0",
"description": "STAC Validator for NodeJS",
"author": "Matthias Mohr",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9dccd23

Please sign in to comment.