Skip to content

Releases: runejs/update-server

v1.3.0 - Shaky Penguins

01 Mar 15:00
Compare
Choose a tag to compare

Features

  • Updated to Node v16 LTS
  • Switching from @runejs/core to @runejs/common
  • Updated to TypeScript v4.5

v1.2.2 - One More Run

27 Aug 16:55
Compare
Choose a tag to compare

Technical

  • ESLint support added using configuration from @runejs/eslint-config
  • Linting problems fixed within multiple files
  • TypeScript output directory changed from /dist to /lib
  • Fixed breaking changes from upgrading @runejs/core to v1.5.4

Breaking Changes

  • Update server default configuration path changed from /data/config to /config for simplicity

v1.1.0 - Melted Whispers

11 Apr 18:23
Compare
Choose a tag to compare

Features

  • TypeScript updated from v3 to v4.2
  • Usage of deprecated cache-parser library replaced with @runejs/filestore
    • cache-parser removed as a dependency
  • Various other dependencies updated to their latest stable versions

v1.0.0 - RuneJS Game Update Server Initial Release

28 Dec 23:38
Compare
Choose a tag to compare

Features

  • Full RuneScape game update server protocol support.
  • Filestore/cache loading.
  • Update server file generation for network transport.