factoriomod-debug 1.1.31 → 1.1.33
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 +15 -0
- package/dist/fmtk.js +259 -239
- package/doc/language-lua.md +1 -1
- package/doc/noncharacters.md +2 -0
- package/package.json +34 -33
- package/schema/datainfo.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
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
|
+
## 1.1.33
|
|
6
|
+
* JSON Schema:
|
|
7
|
+
* Mod name must be >3 and <50 characters
|
|
8
|
+
* Tasks:
|
|
9
|
+
* Calculate changelog date only once
|
|
10
|
+
* Sumneko plugin:
|
|
11
|
+
* Detect campaigns and tutorials for distinguishing `global`s
|
|
12
|
+
* Added missing optional tag on various serpent options
|
|
13
|
+
* Debugger:
|
|
14
|
+
* Changed how lua function dumps are passed for substantial speedup in data stage (~3x for `base`)
|
|
15
|
+
|
|
16
|
+
## 1.1.32
|
|
17
|
+
* Debugger:
|
|
18
|
+
* Fixed error when attempting to map paths for zipped mods when zip handling not ready
|
|
19
|
+
|
|
5
20
|
## 1.1.31
|
|
6
21
|
* VSCode:
|
|
7
22
|
* Fixed profiler path mapping
|