Skip to content

Latest commit

 

History

History
183 lines (92 loc) · 5.42 KB

CHANGELOG.md

File metadata and controls

183 lines (92 loc) · 5.42 KB

2.14.0 (January 10th 2021)

  • Ch.js becomes CheckHard.js
  • Project transferred from LCluber to DWTechs account. See README.md for more info.

2.13.0 (December 6th 2020)

  • Add typeCheck parameter to isNumber(), isOdd(), isOrigin(), isPositive(), isNegative(), isPowerOfTwo() methods
  • Improved isNumber() performance

2.12.0 (September 13th 2020)

  • Add IsPowerOfTwo() method

2.11.0 (September 11th 2020)

  • IE9 compatibility for iife version
  • Update Typescript to version 4

2.10.1 (2020-04-05)

Bug Fixes

  • polyfill: add polyfill for typeof (8d3b01c)

2.10.0 (2019-12-25)

Features

  • validator: added isemail and isipaddress validators (99a2990)

2.9.0 (2019-10-16)

Features

  • isregex: added typecheck to isregex (22d9707)

2.8.0 (2019-10-15)

Features

  • isregex: added isregex method (b335980)

2.7.1 (2019-10-06)

Bug Fixes

  • readme: updated readme.md documentation (85bbc59)

2.7.0 (2019-09-19)

Features

  • commonjs: added commonjs version of Ch.js into dist folder (fc8dd4e)

2.6.2 (2019-08-16)

Bug Fixes

  • es6: ch.js is now in ES6 format (64cecc3)

2.6.1 (2019-08-10)

Bug Fixes

  • readme: updated description of the library (f7d429f)

2.6.0 (2019-08-09)

Features

  • isascii: now accepts integers with string type (140eba3)

2.5.0 (2019-08-09)

Features

  • isfloat: now with type checking parameter (d4bbc2b)

2.4.0 (2019-08-08)

Features

  • isinteger: now with type checking parameter (38e64e5)

2.3.1 (2019-07-31)

Bug Fixes

  • readme: updated api reference (192074a)

2.3.0 (2019-07-31)

Features

  • html events: added isHTMLEventAttribute method (beaf7ac)

2.2.0 (2019-07-21)

Features

  • numbers: added isEven, isOdd, isOrigin, isPositive, isNegative (61db1c5)

2.1.1 (2019-07-16)

Bug Fixes

  • isfunction: returns false if parameter is null or 0 (4000759)

2.1.0 (2019-07-16)

Features

  • isnumber: added isnumber() method (6f57267)

2.0.1 (2019-07-15)

Bug Fixes

  • htmlelement: & isnode return false with null parameter (86ceeac)
  • isascii: method fixed (b3a74c0)
  • isobject: method now returns false with array parameter (b4c4000)

2.0.0 (2019-07-14)

Bug Fixes

  • package: fix husky pre-push command (0c3c50a)

Features

  • ch: now exports functions instead of a static class (e99066c)

BREAKING CHANGES

  • ch: Is.string method replaced by isString function, Is.array method replaced by isArray... please see README.md for exhaustive documentation

1.2.0 (2019-07-08)

Features

  • isboolean: added Is.boolean() method (250b9cf)

1.1.0 (June 19th 2019)

  • Added Is.htmlElement() method
  • Added Is.node() method

1.0.2 (June 03rd 2019)

  • Improved Is.json() method

1.0.1 (June 02nd 2019)

  • Updated README.md

1.0.0 (June 01st 2019)

  • Deleted Mouette.js dependency
  • Is.json() method now returns a boolean

0.1.2 (April 07th 2019)

  • Updated README.md with documentation and Yarn install command

0.1.1 (February 17th 2019)

  • added Is.array() check
  • added Is.float() check

0.1.0 (December 23th 2018)

  • Initial version from Wee.js