All Versions
583
Latest Version
Avg Release Cycle
5 days
Latest Release
-

Changelog History
Page 54

  • v2.5.1 Changes

    • Slight tweak to GSON auto-marshalling to allow for use of raw Arrays with auto-marshalling
  • v2.5.0 Changes

    • ➕ Add Thymeleaf templating support
  • v2.4.0 Changes

    • ➕ Add Pebble templating support
  • v2.3.0 Changes

    • 👉 Make Route a Router so we can nest them together.
  • v2.2.1 Changes

    • ✂ Remove excess "charset" from headers in Undertow.
  • v2.2.0 Changes

    • 📇 Rename by() to bind() in routing for clarity.
  • v2.1.2 Changes

    • 🛠 Fix for #24 - UriTemplate captures query parameters when the trailing path parameter is a regex.
  • v2.1.0 Changes

    • ➕ Added GSON full-auto functions to convert arbitrary objects to/from JSON.
  • v2.0.5 Changes

    • 🛠 Fix #23. Contract now supports multi-part URL params (for hardcoded parts)
  • v2.0.4 Changes

    • 🛠 Fix #22. Uri template does not parse out correct path params when URL starts with a path part.