Skip to content

Commit 5ec9832

Browse files
committed
VERSION 1.7.2
- Extreme optimization (hope it does not break more stuff) - Fixed a work breaking bug - Understood how npm works (now files are compiled correctly)
1 parent 4cb0775 commit 5ec9832

20 files changed

+141
-387
lines changed

.eslintrc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
"@typescript-eslint"
1010
],
1111
"rules": {
12-
"@typescript-eslint/naming-convention": "warn",
1312
"@typescript-eslint/semi": "warn",
13+
"no-undef": "off",
1414
"curly": "warn",
1515
"eqeqeq": "warn",
1616
"no-throw-literal": "warn",
1717
"semi": "off"
18-
}
18+
},
19+
"extends": "eslint:recommended"
1920
}

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Change Log
22

3+
## [1.7.2] The "Cleanup, but stronger" update
4+
5+
- Extreme optimization (hope it does not break more stuff)
6+
- Fixed a work breaking bug
7+
38
## [1.7.1] The "Cleanup" update
49

5-
- Removed junk around the code
6-
- Fixed some inaccuracies
7-
- Fixed a bug that wouldn't update the context while writing code
10+
- Removed junk around the code
11+
- Fixed some inaccuracies
12+
- Fixed a bug that wouldn't update the context while writing code
813

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

out/classes.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

out/classes.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

out/classes/ZScriptContext.js

Lines changed: 7 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/classes/ZScriptContext.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/classes/ZScriptError.js

Lines changed: 3 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/classes/ZScriptError.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/classes/ZScriptErrorPoint.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

out/classes/ZScriptErrorPoint.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)