Skip to content
This repository has been archived by the owner on Jul 7, 2018. It is now read-only.

Releases: parzhitsky/check

3.7.2

07 Jun 18:44
Compare
Choose a tag to compare

Tiny bug fixes and performance improvements.

Important note: 4th version is about to come in beta!

v3.7.0

07 Jun 10:05
Compare
Choose a tag to compare

Various additions and improvements:

  • add check.isCallable() and check.isNotCallable() (#25)
  • add check.isGenerator() and check.isNotGenerator() (#27)
  • check.equals() now successfully compares circular structures (#24)
  • check.isInRange() now accepts reversed ranges (#28)
  • add alias (#29)
  • improved unit tests
  • minor changes, code reorganizations and bug fixes

v3.6.0-0

02 May 00:04
Compare
Choose a tag to compare
v3.6.0-0 Pre-release
Pre-release

Various additions and improvements:

  • create new chapter "Object"
    • add check.isCircular() and check.isNotCircular()
    • add check.hasProperty() and check.hasNoProperty()
    • turn check.equals() into a distinct method
  • add check.isFunction() and check.isNotFunction()
  • allow to include check to your HTML page
  • more descriptive READMEs
  • minor changes, performance improvements and bug fixes

v3.5.0

24 Apr 22:06
Compare
Choose a tag to compare
  • add alias to check.isFirstIn(): .hasFirst()
  • add alias to check.isLastIn(): .hasLast()
  • add check.ternary() (undocumented)
  • add table of contents in readme chapters
  • minor changes

v3.4.0

24 Apr 19:59
Compare
Choose a tag to compare
  • add check.isIterable(input)
  • add check.isNotIterable(input)

v3.3.1

22 Apr 21:03
Compare
Choose a tag to compare

Add logic gates:

  • add check.and()
  • add check.nand()
  • add check.or()
  • add check.nor()
  • add check.xor()

v3.2.0-0

15 Mar 21:31
Compare
Choose a tag to compare

"Check" is back

The repo was renamed back to "check".

v3.1.0-0

15 Mar 11:14
Compare
Choose a tag to compare
v3.1.0-0 Pre-release
Pre-release

cheek itself now is an alias to cheek.input, so one can now just use:

cheek(42).isNumber();

instead of

cheek.input(42).isNumber();

which is a bit shorter and much more convenient.

v3.0.3-beta.0

11 Mar 22:04
Compare
Choose a tag to compare
v3.0.3-beta.0 Pre-release
Pre-release

Second public beta

v3.0.1-beta.0

11 Mar 18:53
Compare
Choose a tag to compare
v3.0.1-beta.0 Pre-release
Pre-release

#1 issue fixed