All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.4.1 (2020-05-27)
- use explicit file extensions with es modules (d8c2236)
0.4.0 (2020-05-27)
- We no longer support Node 8 or earlier. Node 10 is the oldest version actively maintained.
- 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)
- File name getter
- Fix issue loading MPQs >= 2GB
- Fix incompatibility with ES module support in Node
- Improve README
- File searching
- File opening and closing
- File reading
- MPQ patching
- Upgrade to emscripten 1.38.11
- Improve test suites
- Initial release