factoriomod-debug 1.1.42 → 1.1.43

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,29 @@
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.43
6
+ * Locale:
7
+ * Don't emit documentSymbols with empty names (#118)
8
+ * Warn on key ending with whitespace
9
+ * PropertyTree: (mod settings, etc)
10
+ * Correct saving mid-length (129-254) strings
11
+ * VSCode:
12
+ * Use "Restart Extension Host" instead of "Reload Window" to restart the LuaLS (#119)
13
+ * Trim whitespace off API keys (#117)
14
+ * Set extensionDependency on LuaLS for easier installation
15
+ * Debugger:
16
+ * Fixed some missing captures that could cause errors if mods overwrite Lua builtins
17
+ * Fixed hang when attemping to debug simulations
18
+ * Use `--version` to check the binary's version instead of relying on json version
19
+ * Fixed that `on_nth_tick` hook could hide errors for some incorrect calls
20
+ * LuaLS library package:
21
+ * Changed enums to generate typed values instead of `integer`
22
+ * Generate overloads for `script.on_event`, removed plugin on_event module
23
+ * Add Support for Factorio JSON Runtime Docs v5 (Factorio >= 1.1.108)
24
+ * Remove Support for Factorio JSON Runtime Docs v3 (Factorio < 1.1.89)
25
+ * Fill in `defines.prototypes` with dumped values instead of `{[string]:{[string]:0}}`
26
+ * Include `.base` type in the union for `variant_parameter_groups` types
27
+
5
28
  ## 1.1.42
6
29
  * Debugger:
7
30
  * Display each Lua VM as a DAP "Thread"