Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
explooosion committed Mar 13, 2020
1 parent 7170cc8 commit 6a85e6f
Show file tree
Hide file tree
Showing 3 changed files with 3,454 additions and 27 deletions.
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log
All notable changes to the "poe-filter" extension will be documented in this file.

## Update
## Released

### 2020-03-13 - `0.1.3`
- Added support for new attributes and keywords ([#4](https://github.com/explooosion/PoeFilterSyntax/pull/4))
- Add color provider and completion provider. ([#3](https://github.com/explooosion/PoeFilterSyntax/pull/3))
- Update test files from [NeverSink's filter](https://github.com/NeverSinkDev/NeverSink-Filter).

### 2019-06-09 - `0.1.2`
- Add missing keywords ([#2](https://github.com/explooosion/PoeFilterSyntax/pull/2))

### 2019-06-09 - `0.1.2`
- Add missing keywords ([#2](https://github.com/explooosion/PoeFilterSyntax/pull/2))
Expand All @@ -15,10 +23,3 @@ All notable changes to the "poe-filter" extension will be documented in this fil
### 2017-11-17 - `0.0.4`
- Update readme

## Released

### 2017-11-17
- Initial release

### 2018-06-09
- Update keywords ([NeverSink-Filter](https://github.com/NeverSinkDev/NeverSink-Filter))
40 changes: 21 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "poe-filter",
"displayName": "POE Filter",
"description": "Highlighting for POE filter.",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"author": "Robby",
"publisher": "robby",
Expand All @@ -20,15 +20,17 @@
"bugs": {
"url": "https://github.com/explooosion/PoeFilterSyntax/issues"
},
"main": "./dist/extension",
"activationEvents": ["workspaceContains:*.filter"],
"scripts": {
"vscode:prepublish": "webpack --mode production",
"compile": "webpack --mode none",
"watch": "webpack --mode none --watch",
"postinstall": "node ./node_modules/vscode/bin/install",
"test-compile": "webpack --mode development"
},
"main": "./dist/extension",
"activationEvents": [
"workspaceContains:*.filter"
],
"scripts": {
"vscode:prepublish": "webpack --mode production",
"compile": "webpack --mode none",
"watch": "webpack --mode none --watch",
"postinstall": "node ./node_modules/vscode/bin/install",
"test-compile": "webpack --mode development"
},
"contributes": {
"languages": [
{
Expand Down Expand Up @@ -56,12 +58,12 @@
"publisherDisplayName": "Robby",
"publisherId": "d3da4c8a-6031-4a1b-8bc5-fc54c208c025"
},
"devDependencies": {
"@types/node": "^12.0.10",
"ts-loader": "^6.0.4",
"typescript": "^3.5.2",
"vscode": "^1.1.34",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.4"
}
}
"devDependencies": {
"@types/node": "^12.0.10",
"ts-loader": "^6.0.4",
"typescript": "^3.5.2",
"vscode": "^1.1.34",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.4"
}
}
Loading

0 comments on commit 6a85e6f

Please sign in to comment.