Skip to content

Releases: robertcorponoi/gameguard-client

v1.0.0

28 Sep 00:54
6e88426
Compare
Choose a tag to compare
  • Simplified the Message object by taking out the toString and toBinary methods and moving them to the utility file.
  • Removed the ClientData and Cookies modules and replaced them with js-cookie to make it more simple and efficient.
  • Improved and added tests.
  • Changed typescript out dir to build instead of lib to match GameGuard server.
  • Added npm scripts to improve build process.