factoriomod-debug 2.0.3 → 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,19 @@
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
+
5
18
  ## 2.0.3
6
19
  * LuaLS library package:
7
20
  * display `@deprecated` message on more removed/moved apis