Skip to content

Releases: tminglei/form-binder-java

v0.13.5

Choose a tag to compare

@tminglei tminglei released this 23 May 00:32
  1. enhance mapping print

v0.13.4

Choose a tag to compare

@tminglei tminglei released this 25 May 14:14
  1. upgrade jackson-databind to v2.9.9

v0.13.3

Choose a tag to compare

@tminglei tminglei released this 21 Apr 04:10
  1. enhance mapping/constraint/processor's toString
  2. extract meta names to constants (not visible to end user)

v0.13.1

Choose a tag to compare

@tminglei tminglei released this 21 Aug 10:06
  1. rename some built-in mapping definitions from v-* to *-v, e.g. vInt/vLong to intv/longv. (!!! broken changes)

v0.13.0

Choose a tag to compare

@tminglei tminglei released this 08 Apr 15:53
  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

Choose a tag to compare

@tminglei tminglei released this 27 Feb 11:36

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

Choose a tag to compare

@tminglei tminglei released this 12 Sep 08:18
  1. add meta support
  2. add ext info support

v0.10.4

Choose a tag to compare

@tminglei tminglei released this 05 Aug 12:22

Add has method to BindObject

v0.10.2

Choose a tag to compare

@tminglei tminglei released this 02 Aug 09:26
  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

Choose a tag to compare

@tminglei tminglei released this 20 Jul 12:35

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.)