Skip to content

Releases: sindresorhus/yn

v5.0.0

14 Aug 20:48
Compare
Choose a tag to compare

Breaking

v4.0.0...v5.0.0

v4.0.0

01 Dec 09:17
Compare
Choose a tag to compare

Breaking

  • Require Node.js 10 bbc3121
  • Return undefined instead of null when no match b1cd76b

Breaking for TypeScript users

  • Only use a CommonJS export for the TypeScript definition
    You need to change import yn from 'yn'; to import yn = require('yn');

Enhancements

v3.1.1...v4.0.0

v3.1.1

30 Jul 18:20
Compare
Choose a tag to compare

v3.1.0...v3.1.1

v3.1.0

06 Apr 11:56
Compare
Choose a tag to compare
  • Refactor TypeScript definition to CommonJS compatible export (#23) 6fb9f33

v3.0.0...v3.1.0

v3.0.0

08 Dec 20:16
Compare
Choose a tag to compare

Breaking:

Other: