Skip to content

Releases: acridotheres/hssp-js

Release 4.0.1

29 Aug 09:47
9c4c871
Compare
Choose a tag to compare

Added

nothing

Changed

  • All consts are vars now so no more const overwrition errors will be thrown

Removed

nothing

Release 4.0.0

24 Aug 10:49
61fe779
Compare
Choose a tag to compare

Added

  • HSSP 5 support

Changed

nothing

Removed

nothing

Release 3.0.0

11 Jul 19:04
d97fecd
Compare
Choose a tag to compare

Added

  • HSSP 4 support
  • HSSP.metadata function
  • editor.toBuffers method
  • editor.comment
  • editor.compression
  • editor.addFile & editor.addFolder options
  • Index by name

Changed

  • HSSP class is now HSSP.Editor
  • editor.importFromHSSP method is now known as editor.import
  • editor.addFile setAsIndex parameter is now replaced with editor.addFile options mainFile attribute
  • editor.addFile('//' + ...) to add folders is now replaced with editor.addFolder(...)
  • editor.setPassword(...) method is now replaced with editor.password = ...

Removed

  • Index numbers to access files