factoriomod-debug 1.1.32 → 1.1.34

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,21 @@
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.34
6
+ * Add Support for Factorio JSON Runtime Docs v4 (Factorio >= 1.1.89)
7
+ * Remove Support for Factorio JSON Runtime Docs v1 and v2 (Factorio < 1.1.62)
8
+
9
+ ## 1.1.33
10
+ * JSON Schema:
11
+ * Mod name must be >3 and <50 characters
12
+ * Tasks:
13
+ * Calculate changelog date only once
14
+ * Sumneko plugin:
15
+ * Detect campaigns and tutorials for distinguishing `global`s
16
+ * Added missing optional tag on various serpent options
17
+ * Debugger:
18
+ * Changed how lua function dumps are passed for substantial speedup in data stage (~3x for `base`)
19
+
5
20
  ## 1.1.32
6
21
  * Debugger:
7
22
  * Fixed error when attempting to map paths for zipped mods when zip handling not ready