Releases: Bedrock-OSS/bedrock-boost
Releases · Bedrock-OSS/bedrock-boost
1.0.3
1.0.2
1.0.1
Changelog for Version 1.0.1
Added
- ColorUtils.ts
- New utility class
ColorUtils
with methods for parsing color values to RGBA format.
- New utility class
Changed
- Improved logging filter logic to handle negation filters and include tag matching.
- Added logging for
EntityPulseScheduler
. - Improved entity handling, error logging, and code formatting for readability.
- Changed log level from
warn
todebug
for some messages.
1.0.0
0.1.5
0.1.4
0.1.3
0.1.2
- Added new variants of
Vec3.setX
,Vec3.setY
andVec3.setZ
methods, that accept a converter function - Added
Vec3.update
method, that accepts 3 converter functions - Added
CommandUtils.destroyBlock
function for destroying a block as if the player destroyed it - Added
sendMolangData
function for sending molang data to the chosen players using playAnimation API - Marked
CommandUtils.setInputPermission
as deprecated since the API is stable now. Additionally the implementation now uses that stable API
0.1.1
0.1.0
What's Changed
- Added a variant of
Vec3.fromYawPitch
method, that acceptsVector2
- Added
Vec3.scale
method, that is an alias forVec3.multiply
with one number argument
Full Changelog: 0.0.19...0.1.0