Skip to content

Latest commit

 

History

History
125 lines (74 loc) · 3.48 KB

CHANGELOG.md

File metadata and controls

125 lines (74 loc) · 3.48 KB

Changelog

2.2.0 (2024-12-09)

Features

2.1.0 (2023-11-25)

Features

  • use tshy to build and support ESM and CommonJS both (#22) (3688cd6)

2.0.1 (2023-08-02)

Bug Fixes

2.0.0 (2023-07-28)

⚠ BREAKING CHANGES

  • drop Node.js <= 14

Features

1.4.0 (2023-05-04)

Features

1.3.0 (2023-05-04)

Features


1.2.1 / 2018-09-22

fixes

others

1.2.0 / 2017-08-10

  • feat: Add async function test function. (#6)

1.1.0 / 2017-07-19

  • deps: upgrade [email protected]
  • feat: is.array() use Array.isArray() directly
  • feat: improve is.error performance
  • feat: improve is.regExp performance
  • test: support coverage
  • feat: imrpove is.date performance (#4)

1.0.0 / 2015-11-09

  • deps: update all dependencies
  • detect class

0.3.1 / 2014-06-20

  • add is.finite()

0.3.0 / 2014-05-10

  • split Long from long
  • fix history

0.2.1 / 2014-04-22

  • bump deps version
  • Merge pull request #1 from node-modules/support-long-module
  • is.long() support long module
  • refactor

0.2.0 / 2014-04-07

  • add readme for isstream
  • add isStream
  • add travis-yml

0.1.0 / 2014-04-03

  • add isNaN

0.0.2 / 2014-04-01

  • add is.int32

0.0.1 / 2014-03-12

  • add readme
  • add test, add number type checker
  • add core-util-is and generator promise
  • Initial commit