[email protected] Changelog
In anticipation of the release of version 2.0.0 of this library, I have updated the v1 legacy branch, fixing most of the known issues at the time. Sorry it took so long to merge the open PRs and resolve the open issues, but hopefully this helps the folks still requiring use of the v1 library.
If any new bugs are found, I will commit to fixing them, but any new feature requests will likely be moved to the v2 branch.
Changes
- Updated version to
1.2.0
. - Overhaul build system to match v2 by utilizing bun and bun-dts for building and bundling types, instead of webpack. @ThePhar #207
- Removed erroneously added
devDependencies
fromdependencies
in package.json. @ThePhar #207- Only true dependencies are
ws
,uuid
, andisomorphic-ws
now.
- Only true dependencies are
- Add debug logging of versions to AP data storage for debugging purposes (similar to v2). @ThePhar #207
- Fix issue with client reporting connection as still "alive", after disconnecting. @CodeTriangle #194
- Fix
ItemManager.#index
to correct value after receiving items, preventing unnecessary Sync calls. @CodeTriangle #193 - Add
slot_data
connection argument. @kindasneaki #191 - Updated all dependencies to latest version.
New Contributors
- @CodeTriangle made their first contribution in #193
- @kindasneaki made their first contribution in #191
Full Changelog: 1.1.0...1.2.0