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 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