factoriomod-debug 2.0.2 → 2.0.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,27 @@
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.4
6
+ * LuaLS library package:
7
+ * added types for `meld` library
8
+ * corrected some types in `lualib/util` (#149)
9
+ * Remove support for Factorio JSON Docs v4, v5 (Factorio < 2.0)
10
+ * Update event type special cases for Factorio 2.0.24
11
+ * VSCode:
12
+ * add `mod-list.json` and `mod-settings.dat` activation events
13
+ * partial update of `script.dat` viewer
14
+ * support `onlineDocs` in Factorio Version config
15
+ * JSON Schema:
16
+ * add `quality` to migration schema
17
+
18
+ ## 2.0.3
19
+ * LuaLS library package:
20
+ * display `@deprecated` message on more removed/moved apis
21
+ * mark most generated classes as `@class (exact)` for more precise diagnostics
22
+ * add entries for backports of `string.pack`/`unpack`/`packsize`
23
+ * Debugger
24
+ * removed version check when launching
25
+
5
26
  ## 2.0.2
6
27
  * LuaLS library package:
7
28
  * display `@deprecated` message on some removed/moved apis