factoriomod-debug 2.1.3 → 2.1.4

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,15 @@
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.1.4
6
+ * Debugger:
7
+ * fix error when factorioArgs array not present
8
+ * wait for Factorio's `.lock` file to be released up before (re)launching
9
+ * launch debugger with first workspace dir as cwd
10
+ * added `trace` launch option
11
+ * Lua Library package:
12
+ * switch dict types to use `table<K,V>` for better EmmyLua support (previously `{[K]:V}`)
13
+
5
14
  ## 2.1.3
6
15
  * Debugger:
7
16
  * automatically set `--mod-directory` if not set and workspace contains exactly one mod-list.json in a non-default mod dir