Skip to content
Compare
Choose a tag to compare
@tomohiro-okuyama tomohiro-okuyama released this 08 Mar 08:57
· 25 commits to master since this release
2b1335d

BREAKING CHANGE

  • fix!: change the type of DateTimeFieldProperty#defaultValue to LocalDateTime (#50)
  • fix!: change the value type of a Calculated field to String (#49)
    • CalcFieldValue#getRawValue() and CalcFieldValue(BigDecimal) were removed.
    • CalcFieldValue#getValue() now returns a String value. Use getValue() instead of getRawValue().
    • If you need a BigDecimal value, please use the constructor of BigDecimal: new BigDecimal(calcField.getValue())

Development

chore: add logging for debug (#51)

Dependency

chore: update dependency Apache HttpClient to 5.3.1 (#48)
chore: update dependency jackson to 2.16.1 (#48)
chore: update spotless to 6.13.0 (java 8) (#48)

CI and Documentation

chore: add supported Java version to README (#41)
ci: add permissions to javadoc.yml (#43)
ci: fix yaml indentation (#45)
docs: replacing devnet URL from old version link to new version link (#42)
ci: set distribution for actions/setup-java (#46)
ci: use actions/deploy-pages (#44)