Skip to content

v0.17.0

Compare
Choose a tag to compare
@lauraluiz lauraluiz released this 22 Feb 17:57
· 134 commits to master since this release

Features

  • Fixed bug that generated unencoded query strings when using pagination.

Technical

  • The dynamic fields in the view models are following now the same access and modifier pattern as a Map. When used together with SunriseJavaBeanValueResolver for Handlebars (by default enabled) it allows to directly access them as if they were simple fields of the corresponding ViewModel subclass, without needing to access dynamic field in the template. This way you can extend your view model directly by using this feature without having to actually create your own class and extending the corresponding ViewModel class.
  • Using SunriseJavaBeanValueResolver allows LocalizedString instances to be processed by the Handlebars template engine directly.
  • RequestScopedSphereClientProvider renamed to MetricSphereClientProvider to better reflect what kind of SphereClient it generates.
  • JVM SDK updated to v1.9.0.