Skip to content

Releases: einnxk/Parser-Lib

v4.1.1

Choose a tag to compare

@einnxk einnxk released this 06 Aug 17:33
6e1443e

Whats changed?

  • Fixed the generation of comments when using the @Comments({}) Annotation
  • Bumped version to 4.1.1

v4.1.0-SNAPSHOT

Choose a tag to compare

@einnxk einnxk released this 05 Aug 13:58
dd0654c

Whats new?

  • Introduced EnumConverter to automatically convert enums into their name and retrieve them back from their string value
  • Dependem
  • Bumped version to 4.1.0-SNAPSHOT

v4.0.1

Choose a tag to compare

@einnxk einnxk released this 05 Jul 16:57
49317d5

Changes from previous version

  • Updated Kotlin Jvm to v2.4.0
  • Updated Jackson dependency to v2.22.0

v.4.0.0-SNAPSHOT

Choose a tag to compare

@einnxk einnxk released this 29 Jun 19:45
06dfd59

New Features in v4

  • Addition of Json parser
  • Addition of Properties Parser
  • Addition of Toml Parser
  • Addition of Xml Parser
  • Addition of Hocon Parser
  • Addition of Env Parser
  • Fixed NullPointerException if parent directory doesn't exists in yamler-core module