Releases: Bedrock-OSS/bedrock-boost
Releases · Bedrock-OSS/bedrock-boost
0.0.6
- Added new ColorJSON class, that allows for stringifying a value as well as customizing any aspect of the output
- Refactored Vec3 class to allow any vector-like object as parameter to most methods
- Added json formatter configuration to logger
0.0.5
- Added
clearVelocity
to player polyfill
- Added ChatColor
- Added Logger
- Changed how polyfills are used
0.0.4
Added getDimension
function, that also caches the dimensions to reduce calling time
0.0.3
Added profiling dummy
Added toString
function to Vec3
class
Added new impulse implementation