Skip to content

Releases: Simplix-Softworks/SimplixStorage

3.0.7

26 Feb 18:50
Compare
Choose a tag to compare
3.0.7 Pre-release
Pre-release

Big | Fixed Bug in YamlEditor

<!-- JitPack-Repo -->
<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>
  1. Place this in your dependency-section:
<dependency>
  <groupId>com.github.JavaFactoryDev</groupId>
  <artifactId>LightningStorage</artifactId>
  <version>3.0.7</version>
</dependency>

3.0.6

20 Feb 19:03
Compare
Choose a tag to compare

Fix | Removed debug-message

3.0.5

20 Feb 11:42
Compare
Choose a tag to compare

Bugfix | Removed issue with removing keys from the flatfile

<!-- JitPack-Repo -->
<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>
  1. Place this in your dependency-section:
<dependency>
  <groupId>com.github.JavaFactoryDev</groupId>
  <artifactId>LightningStorage</artifactId>
  <version>3.0.5</version>
</dependency>

BugFix

19 Feb 21:28
Compare
Choose a tag to compare

Bugfix | Removed issue with File-Constructor in FlatFile

<!-- JitPack-Repo -->
<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>
  1. Place this in your dependency-section:
<dependency>
  <groupId>com.github.JavaFactoryDev</groupId>
  <artifactId>LightningStorage</artifactId>
  <version>3.0.4</version>
</dependency>

3.0.3

15 Feb 21:33
Compare
Choose a tag to compare

Bugfix | Removed issue while getting arrays with getOrDefault()

<!-- JitPack-Repo -->
<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>
  1. Place this in your dependency-section:
<dependency>
  <groupId>com.github.JavaFactoryDev</groupId>
  <artifactId>LightningStorage</artifactId>
  <version>3.0.3</version>
</dependency>

3.0.2

15 Feb 11:05
Compare
Choose a tag to compare

Enhanced Nullability
Fixed issue with Arrays

Improvements & Bugfixes

06 Jan 10:17
Compare
Choose a tag to compare

Added FileUtils.listFiles() to get All Files in a special folder.
Improved Builder & FileUtils.replaceExtenstions to replace redundant extensions
used in the builder.

3.0.0 Official!

31 Dec 19:44
Compare
Choose a tag to compare

Official 3.0.0.

Many new opportunities.
Better performance.
New Files

The version 3.x.x is now considered stable.

  • Huge internal recode.
  • Way easier to use API
  • Enhanced speed.
  • Enhanced comment-preservation.
  • Added LightningBuilder.
  • Added LightningFile.
  • Added LightningSerializable.
  • Better documentation.

See Wiki for details

<dependency>
  <groupId>com.github.javafactorydev</groupId>
  <artifactId>lightningstorage</artifactId>
  <version>3.0.0</version>
</dependency>

3.0-Beta-3

10 Dec 21:26
Compare
Choose a tag to compare
3.0-Beta-3 Pre-release
Pre-release

Performance Enhancements

3.0-Beta-2 Almost stable:)

05 Dec 17:44
Compare
Choose a tag to compare

Renamed LightningSerializable.serialize to deserialize and
added a serialize method.

Added new constructors for JSON/TOML/LightningFile.

Improved performance of JSON.