Releases: ChrisMBarr/SongShowPlus-parser
Releases · ChrisMBarr/SongShowPlus-parser
v2.0.4
v2.0.3
Now including all needed files in the released package, oops!
v2.0.2
Fixing text decoding so it should now work in the browser as well as in Node
v2.0.1
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
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
Just updating packages
v1.0.0
Fix stuff for publishing