Skip to content

Releases: ChrisMBarr/SongShowPlus-parser

v2.0.4

30 Aug 23:44
Compare
Choose a tag to compare

Now it should work in a web browser context as well as node

v2.0.3

30 Aug 23:01
Compare
Choose a tag to compare

Now including all needed files in the released package, oops!

v2.0.2

30 Aug 21:33
Compare
Choose a tag to compare

Fixing text decoding so it should now work in the browser as well as in Node

v2.0.1

29 Aug 14:30
Compare
Choose a tag to compare

Added the ability to pass in an ArrayBuffer as would be needed when reading files in a browser-based project, in addition to reading a Buffer in a Node-based project

v2.0.0

29 Aug 00:09
Compare
Choose a tag to compare

Completely rewritten to parse these as binary files, as they should be. Now that the file format has been made known to me I was able to use that to deconstruct the file using only the information provided in the file!

v1.0.1

19 Jul 01:02
Compare
Choose a tag to compare

Just updating packages

v1.0.0

03 Jun 01:58
Compare
Choose a tag to compare
Fix stuff for publishing