factoriomod-debug 2.0.4 → 2.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/fmtk-cli.js +100 -99
- package/dist/fmtk-vscode.js +1 -1
- package/dist/fmtk.js +74 -74
- package/language/factorio-changelog.tmLanguage.json +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
[<img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com'/>](https://ko-fi.com/X8X41IE4T)
|
|
4
4
|
|
|
5
|
+
## 2.0.5
|
|
6
|
+
* Changelog LSP:
|
|
7
|
+
* updated list of categories
|
|
8
|
+
* warning for duplicate lines
|
|
9
|
+
* Debugger:
|
|
10
|
+
* fix unclear error when indexing invalid fields on some hooked API objects
|
|
11
|
+
* fix on_event hook incorrectly erroring on Custom Input/Custom Event prototype registrations
|
|
12
|
+
|
|
5
13
|
## 2.0.4
|
|
6
14
|
* LuaLS library package:
|
|
7
15
|
* added types for `meld` library
|