form-binder v0.12.2 Release Notes

Release Date: 2016-04-08 // over 8 years ago
  • 🔨 Refactoring:

    1. rename method mapTo of Mapping[T] to map (!!! broken changes) ✅ 2. more graceful attachment way, check here for sample codes.

    🚚 p.s. method $ext(..) in Mapping[T] was removed (!!! broken changes).


Previous changes from v0.12.1

  • 🚚 1. remove unnecessary scala-reflect dependency 📜 2. change json parser from json4s to spray-json, to reduce nested dependencies