SimplixStorage

Library to store data in a better way

APACHE-2.0 License

Stars
137
Committers
20

Bot releases are hidden (Show)

SimplixStorage - 3.0.7

Published by KotlinFactory over 4 years ago

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>
SimplixStorage - 3.0.6

Published by KotlinFactory over 4 years ago

Fix | Removed debug-message

SimplixStorage - 3.0.5

Published by KotlinFactory over 4 years ago

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>
SimplixStorage - BugFix

Published by KotlinFactory over 4 years ago

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>
SimplixStorage - 3.0.3

Published by KotlinFactory over 4 years ago

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>
SimplixStorage - 3.0.2

Published by KotlinFactory over 4 years ago

Enhanced Nullability
Fixed issue with Arrays

SimplixStorage - Improvements & Bugfixes

Published by KotlinFactory almost 5 years ago

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

SimplixStorage - 3.0.0 Official!

Published by KotlinFactory almost 5 years ago

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>
SimplixStorage - 3.0-Beta-3

Published by KotlinFactory almost 5 years ago

Performance Enhancements

SimplixStorage - 3.0-Beta-2 Almost stable:)

Published by KotlinFactory almost 5 years ago

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

Added new constructors for JSON/TOML/LightningFile.

Improved performance of JSON.

SimplixStorage - Official Beta of 3.0

Published by KotlinFactory almost 5 years ago

  • Huge internal recode.
  • The layout has changed a lot.
  • Way easier to use API
  • Better documentation
  • Enhanced Speed.
  • Enhanced CommenPreservation.
  • Added LightningFile

See Wiki for details

SimplixStorage - 2.5-Beta

Published by KotlinFactory about 5 years ago

SimplixStorage -

Published by KotlinFactory about 5 years ago

Improvement | Getting a primitive datatype also works from String
Bugfix | No more console spam while removing entries
Bugfix | No more NPE while trying to use final File Constructor from in Json-class
Bugfix | Deleting JSON now works better. Issues with opened InputStream fixed.

SimplixStorage - 2.3.8 - Repackaging of the used dependencies

Published by KotlinFactory about 5 years ago

+Repackaging of the dependencies
+Smaller jar file -> 800kb -> 200kb

SimplixStorage - Creating LightningFiles via java.io.File!

Published by KotlinFactory over 5 years ago

The constructor TOML/YAML/JSON (final File file) is now public and can be used to create a new LightningFile!

SimplixStorage - 2.3.6

Published by EsGibtKeineMitte over 5 years ago

2.3.6
Bug fix | Removing keys is now working (Error in writer)
Easier to use | Easier to use Remove & Remove key are now delegating to each other

SimplixStorage - Made config klass accessible

Published by EsGibtKeineMitte over 5 years ago

Made config class accessible

SimplixStorage - Fixed bug in Toml

Published by EsGibtKeineMitte over 5 years ago

Fixed a bug in Toml -> getFloat now works with Doubles

SimplixStorage -

Published by KotlinFactory over 5 years ago

SimplixStorage -

Published by KotlinFactory over 5 years ago

Badges
Extracted from project README
Discord
Related Projects