form-binder v0.12.2 Release Notes

Release Date: 2016-04-08 // about 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