Skip to content

Latest commit

 

History

History
51 lines (23 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

51 lines (23 loc) · 2.02 KB

1.0.0 (2023-05-08)

Bug Fixes

  • ci: 🐛 👷 fix ci scripts (a54cb73)

  • refactor(api)!: 💥 ♻️ Change the key of error message (6b00eac)

Features

  • ✨ more events (1ba50f3)
  • ✨ work as websocket client (e4ff699)
  • api: ✨ add get_player_info (413dfd9)
  • api: ✨ add get_player_inventory partial (ab28c74)
  • api: ✨ get_player_list (620d075)
  • event: ✨ player/player_death (295459b)

BREAKING CHANGES

  • change the key from 'message' to 'error_message'

0.1.0 (2023-05-05)

Bug Fixes

  • 🐛 Dev build not working (17cb934)

  • refactor!: 💥 ♻️ Restart the project from skeleton (880aaa1)

Features

  • ✨ websocket server, basic events, apis (621c899)

BREAKING CHANGES

  • removed almost all code and format the project as a new project. The project will no run at the time.