Skip to content

v1.3.2 - Lifetime of Laughter

Compare
Choose a tag to compare
@Tynarus Tynarus released this 11 Apr 18:13

Features

  • API modified to move everything except for logger into separate sub-directories
    • IE: import { ByteBuffer } from '@runejs/core'; is now import { ByteBuffer } from '@runejs/core/buffer';
  • File and configuration loading helper functions added within @runejs/core/fs
  • ByteBuffer now supports lowercase and abbreviated variations of most types (BYTE/byte, SIGNED/signed, etc)

Breaking Changes

  • Due to the API changes, @runejs/core no longer exports any members except for logger directly