Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

43 lines (31 loc) · 1.34 KB

rbx_reflection_database Changelog

Unreleased Changes

0.2.6+roblox-572

  • Updated to Roblox version 572.

0.2.5+roblox-530

  • Updated to Roblox version 530.
  • Instance.Attributes is now the canonical version of Instance.AttributesSerialize and is marked as scriptable.

0.2.4+roblox-504

  • Updated to Roblox version 504.
  • Fixed WeldConstraint Part0 and Part1 aliases being incomplete. Part0 and Part1 properties should now serialize correctly.

0.2.3+roblox-503

  • Updated to Roblox version 503.

0.2.2+roblox-498

  • Updated to rbx_reflection 4.2.0
  • Updated to Roblox version 498.
  • Added aliases Part0 and Part1 for WeldConstraint.Part0Internal and WeldConstraint.Part1Internal.
  • Changed type of Instance.Tags from BinaryString to Tags. (#199)

0.2.1+roblox-484 (2021-07-02)

  • Updated to rbx_types 1.1.
  • Updated to Roblox version 484.

0.2.0+roblox-478 (2021-06-26) (yanked)

  • Updated to rbx_reflection 4.0 stable.

0.1.1+roblox-478 (2021-05-14)

  • Updated to Roblox version 478.
  • Fixed scriptability of properties (#177)
  • Fixed PackageId serialization (#175)

0.1.0+roblox-465 (2021-02-16)

  • Initial release, based on Roblox version 465.