Releases: MvcControlsToolkit/mvcct-enhancer
version 1.1.0
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
- Added time zone handling
- Now original type of a falled back input is stored in the new input
version 1.0.1
Exposed mvcct.enhancer.min in both AMD and Node.js
version 1.0.0
corrected some bugs, RTM
version 1.0.0-rc3
Corrected a few bugs, added one more argument to the enhance
functions signature
version 1.0.0-rc2
Almost ready. Just bug fixes before RTM.
version 1.0.0-rc1b
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
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
First public release