Skip to content

Releases: Pupix/lol-file-parser

v1.0.0

18 Dec 21:22

Choose a tag to compare

The module has been converted into an ES6 class and all methods have been converted to promises.

Added

  • _create - More info in the README
  • _write - More info in the README
  • _parse - More info in the README
  • _read - More info in the README
  • _extract - More info in the README

Changed

  • create - Transformed into a promise
  • write - Transformed into a promise
  • parse - Transformed into a promise
  • read - Transformed into a promise
  • extract - Transformed into a promise

v0.10.1

26 Jun 17:41

Choose a tag to compare

parse(), create() and extract() now accept both String and Buffer as first argument

v0.10.0

21 Jun 21:19

Choose a tag to compare

Parser now gets passed down to read() and extract().

v0.9.0

16 Oct 21:36

Choose a tag to compare

Initial commit.