Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

2.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 15:27
· 338 commits to master since this release
2.1.0
d23ec79

2.1.0 (2021-07-29)

⚠ BREAKING CHANGES

  • the getFirstByDate helper static method now takes a resoponse instead of the
    response's items

  • the matchAndSort helper static method now takes a resoponse instead of the
    response's items

  • tools.ItemExtractors class is now called tools.Helpers.

  • tools.ItemExtractors.extractAndSort has been renamed to tools.Helpers.matchAndSort

  • tools.ItemExtractors.extractByDate has been renamed to tools.Helpers.getFirstByDate
    Other helper method kept their signature.

  • added validation of varargs when extracting items from response (f28972c)

  • api items should be nullable (f14bf23)

✨ Features

  • added helper methods to better handle returning data (8423b98)
  • added jbang cli script (7295056)
  • added tools for extracting and comparing response items (b8fb098)

🛠️ Dependency Bumps

  • deps: bump auto-service-annotations from 1.0-rc7 to 1.0 (#56) (9fd399b)
  • deps: bump auto-value-annotations from 1.7.4 to 1.7.5 (#49) (686f197)
  • deps: bump auto-value-annotations from 1.7.5 to 1.8 (#55) (5277560)
  • deps: bump auto-value-annotations from 1.8 to 1.8.1 (#68) (e2f30d7)
  • deps: bump auto-value-annotations from 1.8.1 to 1.8.2 (#128) (8b1451d)
  • deps: bump byte-buddy-agent from 1.10.19 to 1.10.20 (#14) (9530713)
  • deps: bump byte-buddy-agent from 1.10.20 to 1.10.21 (#27) (ceec895)
  • deps: bump byte-buddy-agent from 1.10.21 to 1.10.22 (#41) (e18477e)
  • deps: bump byte-buddy-agent from 1.10.22 to 1.11.0 (#62) (de05cd1)
  • deps: bump byte-buddy-agent from 1.11.0 to 1.11.1 (#95) (66e45b8)
  • deps: bump byte-buddy-agent from 1.11.1 to 1.11.2 (#101) (4869ecb)
  • deps: bump byte-buddy-agent from 1.11.2 to 1.11.3 (#108) (835f312)
  • deps: bump byte-buddy-agent from 1.11.3 to 1.11.5 (#111) (968b0cf)
  • deps: bump byte-buddy-agent from 1.11.5 to 1.11.8 (#123) (b8c70ee)
  • deps: bump byte-buddy-agent from 1.11.8 to 1.11.9 (#135) (5795e86)
  • deps: bump commons-lang3 from 3.11 to 3.12.0 (#34) (8749065)
  • deps: bump descartes from 1.3 to 1.3.1 (#44) (4035761)
  • deps: bump flatten-maven-plugin from 1.2.2 to 1.2.7 (#37) (2370d24)
  • deps: bump jackson.version from 2.12.1 to 2.12.2 (#36) (7cd419e)
  • deps: bump jackson.version from 2.12.2 to 2.12.3 (#61) (9851de2)
  • deps: bump jackson.version from 2.12.3 to 2.12.4 (#117) (80b565e)
  • deps: bump jacoco-maven-plugin from 0.8.6 to 0.8.7 (#76) (35bdc4c)
  • deps: bump junit-platform-maven-plugin from 1.1.1 to 1.1.2 (#28) (f2d06ba)
  • deps: bump license-maven-plugin from 3.0 to 4.0 (#50) (ed93975)
  • deps: bump license-maven-plugin from 4.0 to 4.1 (#69) (70a5b80)
  • deps: bump maven-dependency-plugin from 3.1.2 to 3.2.0 (#103) (ae1231e)
  • deps: bump maven-gpg-plugin from 1.6 to 3.0.1 (#80) (68fc332)
  • deps: bump maven-javadoc-plugin from 3.2.0 to 3.3.0 (#91) (e46060c)
  • deps: bump maven-release-plugin from 3.0.0-M1 to 3.0.0-M4 (#64) (d2a52f5)
  • deps: bump pitest-junit5-plugin from 0.12 to 0.14 (#47) (4f2b934)
  • deps: bump pitest-maven from 1.6.2 to 1.6.3 (#24) (4d1e450)
  • deps: bump pitest-maven from 1.6.3 to 1.6.4 (#43) (538c767)
  • deps: bump pitest-maven from 1.6.4 to 1.6.5 (#67) (782d203)
  • deps: bump pitest-maven from 1.6.5 to 1.6.6 (#72) (72c63a2)
  • deps: bump pitest-maven from 1.6.6 to 1.6.7 (#97) (3294167)
  • deps: bump pitest-maven from 1.6.7 to 1.6.8 (#134) (eb332c7)
  • deps: bump slf4j.version from 1.7.28 to 1.7.31 (#109) (dcb6051)
  • deps: bump slf4j.version from 1.7.31 to 1.7.32 (#130) (8e2122e)

📝 Refactors

  • refactor the utility class (b3c2542)
  • refactor the various enums based on conventions (19a52ff)
  • the getFirstByDate helper static should take a response object (f9a518f)
  • the matchAndSort helper static should take a response object (5ca0098)