Skip to content

Releases: mindustry-ddns-net/FileStore

v2.1.1 release

02 Jul 11:43
Compare
Choose a tag to compare
  • Now using JitPack to distribute the library.
  • Updated some libraries.
  • Updated to Java 17 (LTS)

v2.1.0 release

17 Apr 00:47
v2.1.0
069ae71
Compare
Choose a tag to compare
  • Type inference bug fix.

Attention, breaking update, the static constructors of FileStore<T> now require to manually create the TypeToken<T>.

v2.0.0 release

14 Apr 12:36
v2.0.0
3127e72
Compare
Choose a tag to compare
Total overhaul of the library, it is much more intuitive to use now...

v1.4.0 release

12 Mar 11:37
Compare
Choose a tag to compare

A very nice release :

  • Addition of the PropertiesFileStore for simple and efficient property loading/saving.
  • Refactoring of the AbstractFileStore class, less code to write for custom implementations.
  • Javadoc improvements...
  • Renamed the root package from store to filestore. (Xasmedy)
  • Some stuff I may have forgotten...