Releases: wowserhq/stormjs
Releases · wowserhq/stormjs
v0.4.1
Bug Fixes
- use explicit file extensions with es modules (d8c2236)
v0.4.0
⚠ 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 module field as esm hint for bundlers (#52) (92083e0)
v0.3.0
Added
Fixed
- Fix issue loading MPQs >= 2GB
- Fix incompatibility with ES module support in Node
Changed
v0.2.0
Added
- File searching
- File opening and closing
- File reading
- MPQ patching
Changed
- Upgrade to emscripten 1.38.11
- Improve test suites