Releases: mindustry-ddns-net/FileStore
Releases · mindustry-ddns-net/FileStore
v2.1.1 release
v2.1.0 release
- Type inference bug fix.
Attention, breaking update, the static constructors of
FileStore<T>
now require to manually create theTypeToken<T>
.
v2.0.0 release
Total overhaul of the library, it is much more intuitive to use now...
v1.4.0 release
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
tofilestore
. (Xasmedy) - Some stuff I may have forgotten...