Skip to content

Releases: sindresorhus/terminal-link

v3.0.0

18 Apr 05:36
Compare
Choose a tag to compare

Breaking

v2.1.1...v3.0.0

v2.1.1

18 Dec 21:39
Compare
Choose a tag to compare

v2.1.0...v2.1.1

v2.1.0

18 Dec 16:52
Compare
Choose a tag to compare
  • Add fallback: false option to disable the fallback (#13) adf3b1c

v2.0.0...v2.1.0

v2.0.0

01 Sep 05:08
Compare
Choose a tag to compare

Breaking:

  • Require Node.js 8 (#10) e4625fc
  • Add whitespace to fallback output so the URL is correctly linkified (#12) d879caf
    This should not be breaking for most people, unless you do equality testing on the fallback output.

Breaking for TypeScript users:

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

Enhancements:

v1.3.0...v2.0.0

v1.3.0

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

v1.2.0...v1.3.0

v1.2.0

22 Dec 23:43
Compare
Choose a tag to compare