File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 4.0.0] - 2024-06-03
11
+
10
12
### Added
11
13
12
14
- Added ` once_loaded ` with fields ` mod ` , ` game ` , and ` save ` (replaces the ` on_ready_* ` fields)
13
15
14
16
### Changed
17
+
15
18
- ` ModUtil.Mod.Data ` will now produce an error when accessed before the game has loaded a save.
16
19
17
20
### Fixed
21
+
18
22
- Fixed ` table ` in the game globals so it is now properly extended (was broken by ` 3.1.2 ` ).
19
23
- As a result of changes in ` SGG_Modding-ENVY ` and this plugin, ` ModUtil.Mod.Data ` now properly affects ` ModData ` .
20
24
21
25
### Deprecated
26
+
22
27
- ` on_ready_early ` now behaves like ` on_ready_late ` .
23
28
- ` on_ready_early ` , ` on_ready_late ` , ` on_ready_final ` have all been renamed.
24
29
@@ -71,7 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
71
76
72
77
- Initial Thunderstore release.
73
78
74
- [ unreleased ] : https://github.com/SGG-Modding/ModUtil/compare/3.1.2...HEAD
79
+ [ unreleased ] : https://github.com/SGG-Modding/ModUtil/compare/4.0.0...HEAD
80
+ [ 4.0.0 ] : https://github.com/SGG-Modding/ModUtil/compare/3.1.2...4.0.0
75
81
[ 3.1.2 ] : https://github.com/SGG-Modding/ModUtil/compare/3.1.1...3.1.2
76
82
[ 3.1.1 ] : https://github.com/SGG-Modding/ModUtil/compare/3.1.0...3.1.1
77
83
[ 3.1.0 ] : https://github.com/SGG-Modding/ModUtil/compare/3.0.0...3.1.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ schemaVersion = "0.0.1"
4
4
[package ]
5
5
namespace = " SGG_Modding"
6
6
name = " ModUtil"
7
- versionNumber = " 3.1.2 "
7
+ versionNumber = " 4.0.0 "
8
8
description = " Utility mod for mod interactions within lua for SGG's games"
9
9
websiteUrl = " https://github.com/SGG-Modding/ModUtil"
10
10
containsNsfwContent = false
You can’t perform that action at this time.
0 commit comments