Skip to content

Releases: Bedrock-OSS/bedrock-boost

1.0.3

21 Feb 10:42
Compare
Choose a tag to compare

Changelog for Version 1.0.3

Changed

  • Improved entity handling by using the new EntityPulseScheduler.addIfMatchesWithRetry method.
  • Enhanced formatting and readability of the code.

1.0.2

21 Feb 10:41
Compare
Choose a tag to compare

Changelog for Version 1.0.2

Changed

  • Improved logging by adding source mapping support.
  • Enhanced logging format and code readability.
  • Added stringifyError method to format error messages with source mapping.
  • Refined logging level and output configurations.

1.0.1

21 Feb 10:40
Compare
Choose a tag to compare

Changelog for Version 1.0.1

Added

  • ColorUtils.ts
    • New utility class ColorUtils with methods for parsing color values to RGBA format.

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 to debug for some messages.

1.0.0

13 Jan 08:19
Compare
Choose a tag to compare

BREAKING CHANGE: Vec3.North and Vec3.South has been swapped to be the same as in the game.

0.1.5

13 Jan 08:17
Compare
Choose a tag to compare
  • Fixed exporting TimeOfDay, VanillaBlockTags and VanillaItemTags

0.1.4

13 Jan 08:17
Compare
Choose a tag to compare
  • Added DirectionUtils data class, that contains opposites and perpendiculars to directions
  • Fixed sendMolangData function

0.1.3

13 Jan 08:16
Compare
Choose a tag to compare
  • Added TimeOfDay data class, that contains tick values for times of days
  • Added VanillaBlockTags data class, that contains all vanilla block tags
  • Added Vanilla ItemTags data class, that contains all vanilla item tags
  • Improve sendMolangData function

0.1.2

25 Nov 11:53
Compare
Choose a tag to compare
  • Added new variants of Vec3.setX, Vec3.setY and Vec3.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

25 Nov 11:50
Compare
Choose a tag to compare
  • Added setTagsOutputVisibility option to Logging by @r4isen1920 in #2
  • Added TimeOfDay values
  • Added Vec3.toYawPitch method
  • Fixed precision issues in camera shake

0.1.0

26 Jun 05:33
Compare
Choose a tag to compare

What's Changed

  • Added a variant of Vec3.fromYawPitch method, that accepts Vector2
  • Added Vec3.scale method, that is an alias for Vec3.multiply with one number argument

Full Changelog: 0.0.19...0.1.0