Releases: Bedrock-OSS/bedrock-boost
Releases · Bedrock-OSS/bedrock-boost
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
- Added
toArray
andtoDirection
utility methods toVec3
- Added
rotate
method toVec3
, that will rotate a normal vector along provided axis. - Added caching
heightRange
ofDimension
- Added
isValidLocation
function for checking whether a location is valid in given dimension. This function uses the cache. - Added experimental
jobPromise
andjobProgressPromise
functions, that tries to run a job as a promise. The latter variant also includesonProgress
callback - Added
messagesJoinFunction
configuration to logger. It will be called when trying to join multiple arguments in a log call - Added an alias namespace to all logging related script events. Now you can use either
log:level
orlogging:level
. Same forfilter
0.0.7
- Added
isZero
to Vec3 - Added logging to Vec3
- Changed Timings to use logger
- Fixed logger not using configured json formatter
- Fixed Vec3 error caused by NaN in
angleBetween
,projectOnto
,reflect
anddistanceToLineSegment
- Fixed Vec3 error, when creating a Vec3 from Vector3, that has any of the components equal to 0
- Fixed logger not setting
initialized
flag, which caused multiplescriptevent
listeners