Releases: Simplix-Softworks/SimplixStorage
3.0.7
Big | Fixed Bug in YamlEditor
<!-- JitPack-Repo -->
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
- Place this in your dependency-section:
<dependency>
<groupId>com.github.JavaFactoryDev</groupId>
<artifactId>LightningStorage</artifactId>
<version>3.0.7</version>
</dependency>
3.0.6
Fix | Removed debug-message
3.0.5
Bugfix | Removed issue with removing keys from the flatfile
<!-- JitPack-Repo -->
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
- Place this in your dependency-section:
<dependency>
<groupId>com.github.JavaFactoryDev</groupId>
<artifactId>LightningStorage</artifactId>
<version>3.0.5</version>
</dependency>
BugFix
Bugfix | Removed issue with File-Constructor in FlatFile
<!-- JitPack-Repo -->
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
- Place this in your dependency-section:
<dependency>
<groupId>com.github.JavaFactoryDev</groupId>
<artifactId>LightningStorage</artifactId>
<version>3.0.4</version>
</dependency>
3.0.3
Bugfix | Removed issue while getting arrays with getOrDefault()
<!-- JitPack-Repo -->
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
- Place this in your dependency-section:
<dependency>
<groupId>com.github.JavaFactoryDev</groupId>
<artifactId>LightningStorage</artifactId>
<version>3.0.3</version>
</dependency>
3.0.2
Enhanced Nullability
Fixed issue with Arrays
Improvements & Bugfixes
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!
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
Performance Enhancements
3.0-Beta-2 Almost stable:)
Renamed LightningSerializable.serialize to deserialize and
added a serialize method.
Added new constructors for JSON/TOML/LightningFile.
Improved performance of JSON.