Skip to content
Compare
Choose a tag to compare
@ThePhar ThePhar released this 04 Nov 15:21
21370f4

[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 from dependencies in package.json. @ThePhar #207
    • Only true dependencies are ws, uuid, and isomorphic-ws now.
  • 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

Full Changelog: 1.1.0...1.2.0