factoriomod-debug 2.0.8 → 2.0.10
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 +31 -0
- package/dist/Flamegraph.js +1 -1
- package/dist/ModSettingsWebview.css +1 -1
- package/dist/ModSettingsWebview.js +3 -3
- package/dist/ScriptDatWebview.css +1 -1
- package/dist/ScriptDatWebview.js +1 -1
- package/dist/chunk-EQQFOJIW.js +148 -0
- package/dist/codicon-7WVOR3UC.ttf +0 -0
- package/dist/fmtk-cli.js +82 -82
- package/dist/fmtk-vscode.js +13 -172
- package/eslint.config.ts +3 -3
- package/package.json +49 -42
- package/schema/migration.json +17 -2
- package/schema/modinfo.json +9 -0
- package/.mocharc.json +0 -7
- package/dist/chunk-USWMQ2GW.js +0 -3422
- package/dist/chunk-ZLQDNPPN.js +0 -36
- package/dist/codicon-QHVHTGEQ.ttf +0 -0
- package/dist/multipart-parser-3M5RC66T.js +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,37 @@
|
|
|
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.10
|
|
6
|
+
* NPM:
|
|
7
|
+
* correct some npm package metadata errors
|
|
8
|
+
* VSCode:
|
|
9
|
+
* show commits since last tag in Mod Package view, if applicable
|
|
10
|
+
* match filename pattern `**/locale/*/*.cfg` instead of just extension `.cfg` for Locale files
|
|
11
|
+
* LuaLS library package:
|
|
12
|
+
* added types for `math2d` library
|
|
13
|
+
* don't prefix `defines.*` with `data.*`
|
|
14
|
+
* fix some aux page links
|
|
15
|
+
* Changelog LSP:
|
|
16
|
+
* improved diagnostic rules, better recognition of some edge cases
|
|
17
|
+
* auto-fixes can now apply across a whole file at once
|
|
18
|
+
* Locale LSP:
|
|
19
|
+
* update diagnostics and fixes to use the same AST-rule-based system as Changelog LSP
|
|
20
|
+
|
|
21
|
+
## 2.0.9
|
|
22
|
+
* JSON Schema:
|
|
23
|
+
* Added several missing types to migration schema, warn on unknown types
|
|
24
|
+
* Tasks:
|
|
25
|
+
* Don't escape `&` in markdown files
|
|
26
|
+
* Use [dateformat](https://www.npmjs.com/package/dateformat) for generating changelog datestamps
|
|
27
|
+
* `package.datestamp_format` to set the format to anything supported by `dateformat` (default `isoDate`)
|
|
28
|
+
* named format `factorioDate` to match factorio's `dd. mm. yyyy`
|
|
29
|
+
* LuaLS library package:
|
|
30
|
+
* Add `feature_flags` global var for data stage (for real this time)
|
|
31
|
+
* Fix some parent class links generated incorrectly with `.struct` suffixes
|
|
32
|
+
* VSCode:
|
|
33
|
+
* updated `script.dat` viewer
|
|
34
|
+
* Sync Mod Details task now works correctly when launched from vscode
|
|
35
|
+
|
|
5
36
|
## 2.0.8
|
|
6
37
|
* Debugger:
|
|
7
38
|
* Add missing locale for Restart Session control
|