Skip to content

0.13 Release

Compare
Choose a tag to compare
@antkorwin antkorwin released this 23 Apr 23:18
· 24 commits to master since this release
2b6b53f

⭐️ New Features

  • Support of the SpringBoot 2.1.4. ( #48 )
  • Improve support of the GeoJson data types ( #45 )
  • Add an ability to verify that data in MongoDb didn't change after a test execution ( #36 )

🐞 Bug Fixes

  • Use a value in the @Document annotation only with a SpringBoot version 2.1.X ( #47 )
  • Use null-value in the DataSet ( #44 )
  • Using nested arrays of floating point values in the matching(expected) DataSet ( #39 )

📚 Documentation

  • Add an example of using the GeoJson ( #40 )
  • Add an example of using the Immutable DataSet ( #36 )

📦 Dependency Upgrades

  • Update Unit version to 5.4.2 ( #42 )
  • Update SureFire version to 2.22.1 ( #42 )

🛠 Internal Features

  • Test a throwing exceptions in the integration test of MongoDataSet (for error cases) ( #41 )