rbx_reflection_database 0.2.4+roblox-504

Bundled reflection database for Roblox projects
Documentation
# rbx\_reflection_database Changelog

## Unreleased Changes

## 0.2.3+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.2+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])

[#199]: https://github.com/rojo-rbx/rbx-dom/pull/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])

[#177]: https://github.com/rojo-rbx/rbx-dom/pull/177
[#175]: https://github.com/rojo-rbx/rbx-dom/pull/175

## 0.1.0+roblox-465 (2021-02-16)
* Initial release, based on Roblox version 465.