Skip to content

Latest commit

 

History

History
124 lines (68 loc) · 4.75 KB

CHANGELOG.md

File metadata and controls

124 lines (68 loc) · 4.75 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.5.1 (2020-02-25)

Note: Version bump only for package @thi.ng/checks

2.5.0 (2020-01-24)

Features

  • checks: add hasBigInt() (aa4faed)

2.4.0 (2019-09-21)

Features

  • checks: add generics to existsAndNotNull() (bced8b9)

2.3.0 (2019-08-16)

Bug Fixes

  • checks: better hex string, export, isNil doc (19b1981)
  • checks: fix vscode autoimport (8ac6408)
  • checks: test, better naming (90dce20)

Features

  • checks: isNil and isHexColorString (ebaa15e)

2.2.0 (2019-07-07)

Bug Fixes

  • checks: isMobile for Chrome iOS (8216d48)

Features

  • checks: enable TS strict compiler flags (refactor) (90515e7)

2.1.2 (2019-03-12)

Bug Fixes

  • checks: fix #77, update & minor optimization isPlainObject() (47ac88a)

2.1.0 (2019-02-10)

Features

  • checks: add isPrimitive() (190701e)

2.0.0 (2019-01-21)

Build System

  • update package build scripts & outputs, imports in ~50 packages (b54b703)

BREAKING CHANGES

  • enabled multi-outputs (ES6 modules, CJS, UMD)
  • build scripts now first build ES6 modules in package root, then call scripts/bundle-module to build minified CJS & UMD bundles in /lib
  • all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.

1.5.4 (2018-06-18)

Bug Fixes

  • checks: isOdd() for negative values (3589e15)

1.5.1 (2018-04-29)

Bug Fixes

  • checks: exclude functions in isArrayLike() (ac60404)
  • checks: return type isMap() (76920f7)

1.5.0 (2018-04-26)

Features

  • checks: add date, map, nan, set checks (a865f62)

1.4.0 (2018-04-08)

Features

  • checks: add hasPerformance() check (performance.now) (40d706b)

1.3.2 (2018-04-04)

Bug Fixes

  • checks: add prototype check for isPlainObject(), add tests (bffc443)

1.3.0 (2018-03-08)

Features

  • checks: add isPromise() & isPromiseLike() (9900e99)

1.2.0 (2018-02-08)

Features

  • checks: add new predicates, refactor existing (68f8fc2)