Releases: Dan503/time-input-polyfill-utils
Releases · Dan503/time-input-polyfill-utils
v2.0.0 - Added UMD, MJS, TS and CJS support
The package has been restructured to be able to provide CommonJS, ES6 Module JS, UMD, and TS support
v1.0.3 - More generic util functions
I made toArray
and selectAll
more generically useful so that I'm able to use them in more situations.
Note that selectAll
now defaults to returning an array of any HTML element now instead of defaulting to returning an array of input elements.
v1.0.2 - Added toLeadingZero12HrString util
toLeadingZero12HrString('1:2 PM') // '01:02 PM'
v1.0.1 - Removing unwanted MS license
Terser was outputting a Microsoft license for some reason saying it owned the code.
v1.0.0 - 1st stable release
React-Time-Input-Polyfill has managed to successfully use this set of utility functions now to create the expected behavior.