Releases: EvaisaDev/LethalLib
Releases · EvaisaDev/LethalLib
LethalLib-1.2.0
LethalLib-1.1.1
LethalLib [1.1.1]
Added
- MonoDetour added as a Thunderstore dependency to provide CIL analysis in stack traces when any ILHook (includes HarmonyX transpilers) manipulation target method throws on compilation. LethalLib has no real dependency on it. This change is purely made to make debugging ILHooks/transpilers easier for modders who happen to have LethalLib installed.
LethalLib-1.1.0
LethalLib [1.1.0]
Fixed
- Updated mod version to work with V70 Lethal.
LethalLib-1.0.3
LethalLib [1.0.3]
Fixed
- Changed the validation to be a clamp and not forced to be 1.
LethalLib-1.0.2
LethalLib [1.0.2]
Added
- Validation to scrap and shop items registered with invalid weight values (above 4 and under 1).
LethalLib-1.0.1
LethalLib [1.0.1]
Added
- LethalLib NuGet package now ships with xml docs (wow!!)
- Enabled embedded debug symbols for easier to read stacktraces for when LethalLib explodes
Fixed
- Null checks to avoid errors with loading into lobby with empty MapObjects
LethalLib-1.0.0
LethalLib [1.0.0]
Note
Despite the major version jump from 0.16.4 to 1.0.0, no major or breaking changes were made.
This change was made to properly follow SemVer to show that LethalLib's public API is stable.
Added
- Ability for items, levels, outside and inside mapobjects to register to levels through their LethalLevelLoader content tag.
Fixed
- mapobjects maybe having the same issues that items and enemies had the previous two versions with case sensitivity and leveltype validation.
LethalLib-0.16.4
LethalLib [0.16.4]
- Fixed
AddEnemyToLevelneeding aLevelTypeto validate custom moon enemy rarities. - Fixed
AddScrapItemToLevelhaving the same issue as above.
LethalLib-0.16.3
LethalLib [0.16.3]
Fixed
GetLLLNameOfLevelfunction now returns a lowercase level name so input is no longer case sensitive.
LethalLib-0.16.2
LethalLib [0.16.2]
Fixed
- The last return value of
spawnRateFunctionof MapObjects no longer overwrites a map object's spawn curve for each moon.