Skip to content

2.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Nov 15:03
· 1301 commits to master since this release

2.1.0 (2023-11-10)

Features

  • rename actual map in mapWithId and add map which not considers the ids (3c95142)

Dependency updates

  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.71 (710fa00)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.72 (cd1e069)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.73 (8de97b3)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.74 (21f3d67)
  • deps: update plugin kotlin-qa to v0.54.0 (25dc557)
  • deps: update plugin publishoncentral to v5.0.19 (eb13b70)

Bug Fixes

  • solve a StackOverflowException in equals on fields (f73047d)

Tests

  • add field operation tests (6d1000e)
  • test the field using a closing operation insead the returning lazy field (b596958)

Build and continuous integration

  • fix license and developers for maven pubblication (7ace8cb)
  • revert to non-K2 language version and re-enable allWarningsAsErrors = true (946097d)
  • revert to non-K2 the compiler plugin (9f64b06)
  • set jvm target to 1.8 (bb60c6e)

Style improvements

Refactoring

  • implement cache-based field implementation (9658d00)
  • new field implementation (67f136e)
  • remove smart contructor with list (148c04c)
  • use lazy field when mapping (dd85ba8)