Releases: toon-format/toon-java
Releases · toon-format/toon-java
v2.0.0
What's Changed
- Bump tools.jackson.core:jackson-databind from 3.0.4 to 3.1.0 by @dependabot[bot] in #101
- Bump actions/upload-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #103
- Bump tools.jackson.module:jackson-module-blackbird from 3.0.4 to 3.1.0 by @dependabot[bot] in #102
- Bump gradle-wrapper from 9.3.1 to 9.4.0 by @dependabot[bot] in #104
- Bump softprops/action-gh-release from 2.5.0 to 2.6.1 by @dependabot[bot] in #105
- Bump tools.jackson.core:jackson-databind from 3.1.0 to 3.1.1 by @dependabot[bot] in #110
- Bump gradle-wrapper from 9.4.0 to 9.4.1 by @dependabot[bot] in #109
- Bump tools.jackson.module:jackson-module-blackbird from 3.1.0 to 3.1.1 by @dependabot[bot] in #108
- Bump EndBug/add-and-commit from 9.1.4 to 10.0.0 by @dependabot[bot] in #106
- Bump info.solidsoft.pitest from 1.19.0-rc.3 to 1.19.0 by @dependabot[bot] in #107
- Bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in #116
- Bump softprops/action-gh-release from 2.6.1 to 3.0.0 by @dependabot[bot] in #114
- Bump com.github.spotbugs from 6.4.8 to 6.5.0 by @dependabot[bot] in #113
- Bump actions/github-script from 8 to 9 by @dependabot[bot] in #112
- Bump tools.jackson.core:jackson-databind from 3.1.1 to 3.1.2 by @dependabot[bot] in #111
- Bump tools.jackson.module:jackson-module-blackbird from 3.1.1 to 3.1.2 by @dependabot[bot] in #115
- Bump gradle-wrapper from 9.4.1 to 9.5.0 by @dependabot[bot] in #118
- Bump com.github.spotbugs from 6.5.0 to 6.5.1 by @dependabot[bot] in #117
- Bump tools.jackson.module:jackson-module-blackbird from 3.1.2 to 3.1.3 by @dependabot[bot] in #120
- Bump com.github.spotbugs from 6.5.1 to 6.5.4 by @dependabot[bot] in #121
- Bump tools.jackson.core:jackson-databind from 3.1.2 to 3.1.3 by @dependabot[bot] in #119
- Bump gradle-wrapper from 9.5.0 to 9.5.1 by @dependabot[bot] in #123
- Security: fix 23 vulnerabilities from V12 audit by @jenspapenhagen in #122
- Specs 3.1 by @jenspapenhagen in #124
- Spec 3.3.0 by @jenspapenhagen in #125
Full Changelog: v1.0.9...v2.0.0
v1.0.9
What's Changed
- Use an other GitHub Action for update the coverage badge by @jenspapenhagen in #86
- Bump gradle-wrapper from 9.2.0 to 9.3.1 by @dependabot[bot] in #93
- Bump actions/setup-java from 5.1.0 to 5.2.0 by @dependabot[bot] in #92
- Bump tools.jackson.module:jackson-module-afterburner from 3.0.3 to 3.0.4 by @dependabot[bot] in #91
- Bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #89
- Bump tools.jackson.core:jackson-databind from 3.0.3 to 3.0.4 by @dependabot[bot] in #90
- Adding Test for RaceCondition by @jenspapenhagen in #88
- Using Delimiter enum values instead of hardcoded chars by @Invokedzz in #94
- Using constants to avoid the use of hardcoded values by @Invokedzz in #95
- Cleanup by @jenspapenhagen in #96
- Bump com.github.spotbugs from 6.0.15 to 6.4.8 by @dependabot[bot] in #99
- Bump org.junit:junit-bom from 6.0.2 to 6.0.3 in the test group by @dependabot[bot] in #98
- performance test by @jenspapenhagen in #97
- Update to Spec 3.0.3 by @jenspapenhagen in #100
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Readme cleanup by @jenspapenhagen in #78
- SQL Date extends from util.Date but do not support toInstant by @jenspapenhagen in #81
- Bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #82
- Fix: timezone-related test failures in JsonNormalizerTest (#83) by @nileader in #84
- Adding some test between the years by @jenspapenhagen in #80
- Bump org.junit:junit-bom from 6.0.1 to 6.0.2 in the test group by @dependabot[bot] in #85
New Contributors
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Enhance Testcoverage by @jenspapenhagen in #61
- refactor decode by @Invokedzz in #62
- Bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #65
- Bump tools.jackson.core:jackson-databind from 3.0.2 to 3.0.3 by @dependabot[bot] in #64
- Bump tools.jackson.module:jackson-module-afterburner from 3.0.2 to 3.0.3 by @dependabot[bot] in #63
- Testcoverage by @jenspapenhagen in #66
- Only count leading Spaces once in DecodeHelper by @jenspapenhagen in #68
- test: add unit tests for special numeric value encoding (NaN, Infinity) by @akash4chandran in #67
- replace DecodeParser by @jenspapenhagen in #69
- Specs301 by @jenspapenhagen in #70
- Bump softprops/action-gh-release from 2.4.2 to 2.5.0 by @dependabot[bot] in #72
- Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #74
- Bump actions/setup-java from 5.0.0 to 5.1.0 by @dependabot[bot] in #73
- Singletone ObjectMapper by @jenspapenhagen in #71
- Keep Order of Fields like in the given Java Bean by @jenspapenhagen in #76
New Contributors
- @akash4chandran made their first contribution in #67
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Spec3.0 by @jenspapenhagen in #59
- chore: update CHANGELOG for version 1.0.6, adding new features and im… by @felipestanzani in #60
Full Changelog: v1.0.5...v1.0.6
v1.0.5
Full Changelog: v0.1.5...v1.0.5
v0.1.4
What's Changed
- Migration by @felipestanzani in #51
Full Changelog: v0.1.3...v0.1.4
What's Changed
- Migration by @felipestanzani in #51
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Jackson3 by @jenspapenhagen in #19
- feature: improved PrimitiveEncoder numerical handling by @Invokedzz in #20
- feature: create test case for json encoding by @Invokedzz in #22
- Bump tools.jackson.core:jackson-databind from 3.0.1 to 3.0.2 by @dependabot[bot] in #23
- Bump tools.jackson.module:jackson-module-afterburner from 3.0.1 to 3.0.2 by @dependabot[bot] in #24
- feat: add TOON decoding support by @koinsaari in #17
- Conformance test suite by @felipestanzani in #29
- JaCoCo by @jenspapenhagen in #31
New Contributors
- @Invokedzz made their first contribution in #20
- @koinsaari made their first contribution in #17
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Create dependabot.yml by @jenspapenhagen in #6
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #7
- Bump softprops/action-gh-release from 1 to 2 by @dependabot[bot] in #8
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #9
- Bump org.junit:junit-bom from 5.10.0 to 6.0.1 by @dependabot[bot] in #10
- Bump com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.20.1 by @dependabot[bot] in #11
- Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #12
- Update version to 0.1.2 and change Java language version to 17 in build by @felipestanzani in #16
New Contributors
- @jenspapenhagen made their first contribution in #6
- @dependabot[bot] made their first contribution in #7
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Improve Documentation and Test Coverage for JToon by @felipestanzani in #2
- Refactor encoders and normalizers, add utilities and tests, and enhance Gradle build by @felipestanzani in #3
- Add plain JSON string encoding entry points (encodeJson) and docs/tests (v0.1.1) by @felipestanzani in #4
Full Changelog: v0.1.0...v0.1.1