Skip to content

Releases: stoozey/SSave

V1.4.0

10 Aug 17:47
d5c9275
Compare
Choose a tag to compare
  • I've noticed a lot of people asking for additional help on getting setup, so I've concluded the demo sucks. I've written a new demo that shows the system being properly used. Hopefully this helps!!
  • Updated JSDoc
  • Removed some unused functions

V1.3.3

30 Jul 19:52
8338052
Compare
Choose a tag to compare
  • Removed a duplicated parameter from an internal function
  • Fixed an internal function being called incorrectly

V1.3.2

17 Jul 22:37
16bef94
Compare
Choose a tag to compare
  • Added ssave_get_all
  • Updated ssave_save_all to use ssave_get_all

V1.3.1

10 Jul 16:43
69efc00
Compare
Choose a tag to compare
  • Added utility function ssave_save_all which saves all ssaves being managed by SSaveManager
  • Removed some obselete function arguments

V1.3.0

07 Jul 15:41
Compare
Choose a tag to compare
  • Added a new SSaveManager class that will keep track of all your saves for you.
    With this, you no longer need to create your own save manager object, instead just use the new ssave_get function!

V1.2.0

27 Jan 12:01
aaa61b5
Compare
Choose a tag to compare
  • Buffers are now supported as a valid SSAVE_TYPE
  • File name prefixes are now automatically cast to a string

V1.1.2

22 Oct 21:43
Compare
Choose a tag to compare
  • Commented out SSAVE_TYPE.BUFFER as it is awaiting implementation
  • Updated the way memory is cleared when saving/loading

V1.1.1

16 Oct 22:08
Compare
Choose a tag to compare
  • Added chainable set functions to SSave constructor
  • Fixed a potential memory leak
  • Removed the need for a slash at the end of SSAVE_DIRECTORY

V1.0.1

15 Oct 11:50
Compare
Choose a tag to compare
  • Fixed a potential memory leak

V1.0.0

13 Oct 14:08
dc4f218
Compare
Choose a tag to compare
v1.0.0

Update README.md