Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

58 lines (32 loc) · 1.62 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.1 (2020-05-27)

Bug Fixes

  • use explicit file extensions with es modules (d8c2236)

0.4.0 (2020-05-27)

⚠ BREAKING CHANGES

  • We no longer support Node 8 or earlier. Node 10 is the oldest version actively maintained.

Bug Fixes

  • support new esm handling in node 12 and 14 (#53) (11d0842)
  • use explicit file extensions with es modules (#51) (ae78d74)
  • use module field as esm hint for bundlers (#52) (92083e0)

0.3.0 - 2018-08-17

Added

  • File name getter

Fixed

  • Fix issue loading MPQs >= 2GB
  • Fix incompatibility with ES module support in Node

Changed

  • Improve README

0.2.0 - 2018-08-12

Added

  • File searching
  • File opening and closing
  • File reading
  • MPQ patching

Changed

  • Upgrade to emscripten 1.38.11
  • Improve test suites

0.1.0 - 2018-01-15

Added

  • Initial release