Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@dilyand dilyand released this 15 Apr 07:07
· 40 commits to master since this release

API changes

  • Fix handling of $schema on body extraction (#24)
  • Expose input in ParseError message (#53)
  • Add codec for SchemaCriterion (#18)
  • Remove Resolver.scala (#60)

Dependencies

  • Bump specs2 to 4.7.1 (#37)
  • Bump circe to 0.13.0 (#36)
  • Bump json4s to 3.6.7 (#40)

Under the hood

  • Bump sbt to 1.3.9 (#44)
  • Use sbt-mima-plugin to analyse binary compatibility (#30)
  • Use sbt-scoverage plugin to analyse test coverage (#31)
  • Use sbt-coveralls (#59)
  • Use sbt-ghpages plugin to create GH Pages from Scaladoc (#32)
  • Use sbt-scalafmt plugin (#43)
  • Bump Scala to 2.12.11 (#55)
  • Add Scala 2.13 support and drop 2.11 (#34)
  • Remove Libraries object in Dependencies.scala (#45)
  • Iglu Core Circe: remove implicits.scala and rename instances.scala to implicits.scala (#49)
  • Iglu Core Json4s: remove implicits.scala and rename instances.scala to implicits.scala (#57)
  • Iglu Core Circe: fix typo in instances.igluAttachToDataCirce (#50)
  • Iglu Core Circe: fix typo in DecordersSpec.scala (#52)
  • Extend copyright to 2020 (#56)
  • Combine scalacOptions and javacOptions in compilerSettings (#47)
  • Add projectSettings for each module (#46)
  • Change Travis distribution to Trusty (#35)
  • Improve Scaladocs (#48)