Skip to content

Releases: MvcControlsToolkit/mvcct-enhancer

version 1.1.0

25 May 08:54
Compare
Choose a tag to compare

Added a type to each module. This way, modules to apply to a chunk of code may be filtered through their types.

version 1.0.2

03 Feb 16:18
Compare
Choose a tag to compare
  1. Added time zone handling
  2. Now original type of a falled back input is stored in the new input

version 1.0.1

25 Oct 13:05
Compare
Choose a tag to compare

Exposed mvcct.enhancer.min in both AMD and Node.js

version 1.0.0

20 Jun 08:22
Compare
Choose a tag to compare

corrected some bugs, RTM

version 1.0.0-rc3

17 May 15:11
Compare
Choose a tag to compare
version 1.0.0-rc3 Pre-release
Pre-release

Corrected a few bugs, added one more argument to the enhance functions signature

version 1.0.0-rc2

08 May 17:33
Compare
Choose a tag to compare
version 1.0.0-rc2 Pre-release
Pre-release

Almost ready. Just bug fixes before RTM.

version 1.0.0-rc1b

03 May 15:13
Compare
Choose a tag to compare
version 1.0.0-rc1b Pre-release
Pre-release

Added basic html5 input fallback module.When fallback is needed, it translates from international numeric/date/time formats to the current locale formats(only when necesary), and performs some keyboard processing (numeric chars only, +/- allowed just when number may be negative, current locale decimal separator). User may register his favourite javascript widgets to improve the basic fallback: they will be automatically applllied when needed.

version 1.0.0-rc1a

03 May 14:46
Compare
Choose a tag to compare
version 1.0.0-rc1a Pre-release
Pre-release

Added basic html5 input fallback module.When fallback is needed, it translates from international numeric/date/time formats to the current locale formats(only when necesary), and performs some keyboard processing (numeric chars only, +/- allowed just when number may be negative, current locale decimal separator). User may register his favourite javascript widgets to improve the basic fallback: they will be automatically applllied when needed.

version 1.0.0-rc1

01 May 19:50
Compare
Choose a tag to compare
version 1.0.0-rc1 Pre-release
Pre-release

First public release