Skip to content

Release 1.2.1

Compare
Choose a tag to compare
@Chris-V Chris-V released this 20 Jan 21:01
· 2200 commits to master since this release

GWTP

  • Display a warning at compilation if there is a newer version of GWTP available

MVP

  • This is not backward compatible.. PlaceRequest, TokenFormatter, ParameterTokenFormatter and RouteTokenFormatter have moved from com.gwtplatform.mvp.client.proxy to com.gwtplatform.mvp.shared.proxy.
  • PresenterWidget methods are no longer final, making it easier to test
  • Allow "#!" as delimiter for crawlable route-like place tokens.
  • Fixed a bug in encoding of query parameters in route-like place tokens.
  • Fixed Analytics' logged URL when using.
  • Enabled Analytics in Dev Mode.

REST Dispatcher

  • Added a @NoXsrfHeader annotation to disable CSRF protection on specific calls.
  • Added a configuration method to the Gin Module Builder to change the requests timeout.
  • Added a configuration methods to the Gin Module Builder to automatically add parameters.
  • Added a configuration method to the Gin Module Builder to set a date format for Query, Form and Header parameters.
    • Parameters can be configured for specific HTTP methods (POST, GET, etc.)
  • Added a @DateFormat annotation to set the date format of specific fields in your service interface.
  • Fixed an issue with composition of service interface.