Skip to content

Latest commit

 

History

History
119 lines (68 loc) · 4.89 KB

CHANGELOG.md

File metadata and controls

119 lines (68 loc) · 4.89 KB

Change Log

5.0.0 (2023-01-08)

View commits

Closed issues:

  • When I try to use the libary, I get: Kotlin: Module org.hildan.fxgson cannot be found in the module graph #21

Implemented enhancements:

  • Add back support for Java 8 #31

Merged pull requests:

4.1.0 (2022-11-20)

View commits

Merged pull requests:

  • Exclude jetbrains annotations from runtime dependents #24 (@Glavo)

Upgraded dependencies:

  • Upgrade JetBrains annotations to version 23.0.0 #26
  • Upgrade Gson to 2.10 #25

4.0.1 (2021-01-20)

View commits

Fixed bugs:

  • Tests are broken on JDK 13+ #18

4.0.0 (2020-11-16)

View commits

Implemented enhancements:

  • Java 9 Modular compatibility #17

3.1.2 (2018-12-26)

View commits

Closed issues:

  • Cannot serialize custom property class extending a generic property type #14

3.1.1 (2018-10-14)

View commits

Implemented enhancements:

  • Cannot extend PropertyTypeAdapter #15

Merged pull requests:

3.1.0 (2017-03-23)

View commits

Closed issues:

  • Deploy to maven central #12

3.0.0 (2017-03-18)

View commits

Fixed bugs:

  • Incorrect serialization/deserialization of italic fonts #8

Implemented enhancements:

  • Add option for null properties serialization #10
  • Clarify exception for invalid Color string #11

2.0.1 (2017-02-09)

View commits

Fixed bugs:

  • Serialize DoubleProperty of NaN #7

2.0.0 (2016-10-29)

View commits

Implemented enhancements:

  • PropertyCreators return null if the json value of the property is null. #5

1.2.3 (2016-09-30)

View commits

Implemented enhancements:

  • ColorTypeAdapter should not rely on Color.toString() #3

1.2.2 (2016-09-14)

View commits

Fixed bugs:

  • Property<Font> crashes serialization #2

1.2.1 (2016-09-14)

View commits

Fixed bugs:

  • Null values incorrectly deserialized for Font and Color #1

1.2.0 (2016-05-15)

View commits