Release Information
Project: Levelling Framework
Version: v1.0.1
Downloads: 0
Release Notes
Bug Fixes
- Fixed boolean argument validation incorrectly rejecting valid
falsevalues. - Improved handling of optional boolean parameters during validation.
- Fixed
:GetRequiredXPToLevel()infinitely iterating when provided with a target level lower than the player's current level.
Changes
- Added
CHANGELOG.mdto the project's root directory. - Removed unnecessary validation checks from
Validation.luau.