File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 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
77
88## [ Unreleased]
99
10+ ## [ 4.0.0] - 2024-06-03
11+
1012### Added
1113
1214- Added ` once_loaded ` with fields ` mod ` , ` game ` , and ` save ` (replaces the ` on_ready_* ` fields)
1315
1416### Changed
17+
1518- ` ModUtil.Mod.Data ` will now produce an error when accessed before the game has loaded a save.
1619
1720### Fixed
21+
1822- Fixed ` table ` in the game globals so it is now properly extended (was broken by ` 3.1.2 ` ).
1923- As a result of changes in ` SGG_Modding-ENVY ` and this plugin, ` ModUtil.Mod.Data ` now properly affects ` ModData ` .
2024
2125### Deprecated
26+
2227- ` on_ready_early ` now behaves like ` on_ready_late ` .
2328- ` on_ready_early ` , ` on_ready_late ` , ` on_ready_final ` have all been renamed.
2429
@@ -71,7 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7176
7277- Initial Thunderstore release.
7378
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
7581[ 3.1.2 ] : https://github.com/SGG-Modding/ModUtil/compare/3.1.1...3.1.2
7682[ 3.1.1 ] : https://github.com/SGG-Modding/ModUtil/compare/3.1.0...3.1.1
7783[ 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"
44[package ]
55namespace = " SGG_Modding"
66name = " ModUtil"
7- versionNumber = " 3.1.2 "
7+ versionNumber = " 4.0.0 "
88description = " Utility mod for mod interactions within lua for SGG's games"
99websiteUrl = " https://github.com/SGG-Modding/ModUtil"
1010containsNsfwContent = false
You can’t perform that action at this time.
0 commit comments