form-binder v0.12.2 Release Notes
Release Date: 2016-04-08 // about 9 years ago-
๐จ Refactoring:
- rename method
mapTo
of Mapping[T] tomap
(!!! broken changes) โ 2. more graceful attachment way, check here for sample codes.
๐ p.s. method
$ext(..)
inMapping[T]
was removed (!!! broken changes). - rename method
Previous changes from v0.12.1
-
๐ 1. remove unnecessary
scala-reflect
dependency ๐ 2. change json parser fromjson4s
tospray-json
, to reduce nested dependencies