Skip to content

Releases: Fusezion/ConfigSerialization

1.1.2 | Reverting a Change

Choose a tag to compare

@Fusezion Fusezion released this 13 Jun 04:39

Full Changelog: 1.1.1...1.1.2

I was an idiot and didn't double check how something should work
reverted the change where ConfigManagert#getXSource() require T to extend ConfigSource and changed it back to Any

1.1.1 | Fixes & Additions

Choose a tag to compare

@Fusezion Fusezion released this 12 Jun 22:10

Full Changelog: 1.1.0...1.1.1

This update aims to fix some more issues with jitpack (god why am I so confused by this thing)

Fixed

  • Fixed an issue where ConfigManager#getFolder() was requiring ConfigSource instead of Any

Added

  • Added FolderConfigSource#hasChild(child: String) and FolderConfigSource#requireChild(child: String)
  • Added ConfigManager#requireFile(identifier: String) and FolderConfigSource#requireFolder(identifier: String, child: String)

Changed

  • ConfigManager.getFileSource() and ConfigManager.getFolderSource() now require T to extend ConfigSource

1.1.0 | Removing Implementations

Choose a tag to compare

@Fusezion Fusezion released this 12 Jun 19:54

Full Changelog: 1.0.2...1.1.0

This update is about resolving some part of my concerns for future dependencies that use this api.
I've now made a Kotlin4Bukkit plugin, the nature of this plugin is to implement everything related to kotlin and its sizes without the concern of increasing the size of the plugin 10 fold.

Thanks to that this plugin goes from a near 3mb size to just roughly 10 kb as this plugin only intends to help solve the copy paste updating found in other projects. Literally this only has 4 files why did it need to be so large ;(

1.0.2 - PLease jitpack I need thisssss

Choose a tag to compare

@Fusezion Fusezion released this 11 Jun 02:18

Full Changelog: 1.0.1...1.0.2

One more time! Please jitpack!

Choose a tag to compare

@Fusezion Fusezion released this 11 Jun 02:08

Full Changelog: 1.0.0...1.0.1

Please please please just work! I dislike you so much jitpack

Initial Release

Choose a tag to compare

@Fusezion Fusezion released this 11 Jun 01:56

Check out the README.md for information on how to use this library