factoriomod-debug 1.1.45 → 1.1.47

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,20 @@
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.47
6
+ * Fix tasks broken by bundling changes
7
+
8
+ ## 1.1.46
9
+ * Improved Neovim setup docs (#132)
10
+ * VSCode's migration to ESM interally breaks context detection and requires splitting the all-in-one bundle. Now separate bundles for cli/vscode/shared.
11
+ * LuaLS library package:
12
+ * Add `data.ModSettingsPrototype` types for settings stage (#137)
13
+ * Add support for Factorio JSON Docs v6 (Factorio >= 2.0)
14
+ * Support generating from online docs (cli only for now)
15
+ * Debugger
16
+ * Fix error when listing LuaObjects with `operator[]` but no `operator#`
17
+ * Fix error when calling `__DebugAdapter.print(nil)`
18
+
5
19
  ## 1.1.45
6
20
  * Debugger
7
21
  * Don't choke on metatables with broken metatables