Skip to content

Commit

Permalink
VERSION 1.7.2
Browse files Browse the repository at this point in the history
-   Extreme optimization (hope it does not break more stuff)
-   Fixed a work breaking bug
-   Understood how npm works (now files are compiled correctly)
  • Loading branch information
KaptainMicila committed May 3, 2021
1 parent 4cb0775 commit 5ec9832
Show file tree
Hide file tree
Showing 20 changed files with 141 additions and 387 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/naming-convention": "warn",
"@typescript-eslint/semi": "warn",
"no-undef": "off",
"curly": "warn",
"eqeqeq": "warn",
"no-throw-literal": "warn",
"semi": "off"
}
},
"extends": "eslint:recommended"
}
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Change Log

## [1.7.2] The "Cleanup, but stronger" update

- Extreme optimization (hope it does not break more stuff)
- Fixed a work breaking bug

## [1.7.1] The "Cleanup" update

- Removed junk around the code
- Fixed some inaccuracies
- Fixed a bug that wouldn't update the context while writing code
- Removed junk around the code
- Fixed some inaccuracies
- Fixed a bug that wouldn't update the context while writing code

## [1.7.0] The "Absolute Decorate Man" update

Expand Down
22 changes: 0 additions & 22 deletions out/classes.js

This file was deleted.

1 change: 0 additions & 1 deletion out/classes.js.map

This file was deleted.

30 changes: 7 additions & 23 deletions out/classes/ZScriptContext.js

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

2 changes: 1 addition & 1 deletion out/classes/ZScriptContext.js.map

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

21 changes: 3 additions & 18 deletions out/classes/ZScriptError.js

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

2 changes: 1 addition & 1 deletion out/classes/ZScriptError.js.map

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

25 changes: 0 additions & 25 deletions out/classes/ZScriptErrorPoint.js

This file was deleted.

1 change: 0 additions & 1 deletion out/classes/ZScriptErrorPoint.js.map

This file was deleted.

127 changes: 43 additions & 84 deletions out/extension.js

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

Loading

0 comments on commit 5ec9832

Please sign in to comment.