terminal-link

Create clickable links in the terminal

MIT License

Downloads
39.2M
Stars
609
Committers
9

Bot releases are visible (Hide)

terminal-link - Latest Release

Published by sindresorhus over 3 years ago

Breaking

  • Require Node.js 12 151b2c1
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/terminal-link/compare/v2.1.1...v3.0.0

terminal-link -

Published by sindresorhus almost 5 years ago

  • Allow fallback option to be true (#14) 25ba62a

https://github.com/sindresorhus/terminal-link/compare/v2.1.0...v2.1.1

terminal-link -

Published by sindresorhus almost 5 years ago

  • Add fallback: false option to disable the fallback (#13) adf3b1c

https://github.com/sindresorhus/terminal-link/compare/v2.0.0...v2.1.0

terminal-link -

Published by sindresorhus about 5 years ago

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:

  • Add stderr support (#9) 1d248b6

https://github.com/sindresorhus/terminal-link/compare/v1.3.0...v2.0.0

terminal-link -

Published by sindresorhus over 5 years ago

  • Refactor TypeScript definition to CommonJS compatible export (#6) a649623

https://github.com/sindresorhus/terminal-link/compare/v1.2.0...v1.3.0

terminal-link -

Published by sindresorhus almost 6 years ago

  • Add TypeScript definition (#3) 6ae37f9