Releases: sindresorhus/terminal-link
Releases · sindresorhus/terminal-link
v3.0.0
v2.1.1
v2.1.0
v2.0.0
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 changeimport terminalLink from 'terminal-link';
toimport terminalLink = require('terminal-link');
Enhancements: