terminal-link v2.1.1 Release Notes
Release Date: 2019-12-18 // over 5 years agoPrevious changes from 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: