factoriomod-debug 2.0.3 → 2.0.5

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.5
6
+ * Changelog LSP:
7
+ * updated list of categories
8
+ * warning for duplicate lines
9
+ * Debugger:
10
+ * fix unclear error when indexing invalid fields on some hooked API objects
11
+ * fix on_event hook incorrectly erroring on Custom Input/Custom Event prototype registrations
12
+
13
+ ## 2.0.4
14
+ * LuaLS library package:
15
+ * added types for `meld` library
16
+ * corrected some types in `lualib/util` (#149)
17
+ * Remove support for Factorio JSON Docs v4, v5 (Factorio < 2.0)
18
+ * Update event type special cases for Factorio 2.0.24
19
+ * VSCode:
20
+ * add `mod-list.json` and `mod-settings.dat` activation events
21
+ * partial update of `script.dat` viewer
22
+ * support `onlineDocs` in Factorio Version config
23
+ * JSON Schema:
24
+ * add `quality` to migration schema
25
+
5
26
  ## 2.0.3
6
27
  * LuaLS library package:
7
28
  * display `@deprecated` message on more removed/moved apis