Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shellyln committed Aug 24, 2020
1 parent eca3ce4 commit 7180bee
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 39 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.1.2
## v0.2.0

* Nested scalar/aggregate function calls.
* Improve `select` query performance.
Expand All @@ -10,6 +10,8 @@
* Update dependencies.


---

## v0.1.1

* `[FIX]` Fix CSV resolver: Column names should be not dangerous names.
Expand Down
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "open-soql",
"private": false,
"version": "0.1.1",
"version": "0.2.0",
"description": "Open source implementation of the SOQL.",
"keywords": [
"SOQL",
Expand Down Expand Up @@ -32,10 +32,10 @@
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@types/jasmine": "^3.5.12",
"@types/jasmine": "^3.5.13",
"@types/node": "^14.6.0",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"@typescript-eslint/eslint-plugin": "^3.10.0",
"@typescript-eslint/parser": "^3.10.0",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"eslint": "^7.7.0",
Expand All @@ -46,7 +46,7 @@
"rimraf": "^3.0.2",
"shx": "^0.3.2",
"source-map-loader": "^1.0.2",
"ts-loader": "^8.0.2",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
Expand Down

0 comments on commit 7180bee

Please sign in to comment.