Skip to content

Releases: tminglei/form-binder-java

v0.13.5

23 May 00:32
Compare
Choose a tag to compare
  1. enhance mapping print

v0.13.4

25 May 14:14
Compare
Choose a tag to compare
  1. upgrade jackson-databind to v2.9.9

v0.13.3

21 Apr 04:10
Compare
Choose a tag to compare
  1. enhance mapping/constraint/processor's toString
  2. extract meta names to constants (not visible to end user)

v0.13.1

21 Aug 10:06
Compare
Choose a tag to compare
  1. rename some built-in mapping definitions from v-* to *-v, e.g. vInt/vLong to intv/longv. (!!! broken changes)

v0.13.0

08 Apr 15:53
Compare
Choose a tag to compare
  1. add transform to bean support
  2. more graceful ext/attachment case (p.s. method $ext(..) in Mapping was removed) (!!! broken changes).
  3. rename method mapTo of Mapping to map (!!! broken changes)
  4. rename method node of BindObject to obj (!!! broken changes)

v0.12.0

27 Feb 11:36
Compare
Choose a tag to compare

Refactoring

  1. re-organize package structure and hide internal methods/properties from outside usages
  2. intelligently detect label key and remove i18n option (p.s. labels starting with @ will be used as message key)
  3. rename option items ignoreEmpty/touched to skipUntouched/touchedChecker (!!! broken changes)

v0.11.0

12 Sep 08:18
Compare
Choose a tag to compare
  1. add meta support
  2. add ext info support

v0.10.4

05 Aug 12:22
Compare
Choose a tag to compare

Add has method to BindObject

v0.10.2

02 Aug 09:26
Compare
Choose a tag to compare
  1. added a helper method to Simple, which can convert request.getParemeterMap Map[String, String[]] to data Map[String, String] directly.
  2. some minor bug fix, code refactor and enhancement

v0.10.1

20 Jul 12:35
Compare
Choose a tag to compare

A quick enhancement release.

Removed Binding helper class from Simple.java, and change method name fb to attach.
(This should simplify usage to some degree.)