terminal-link v2.1.1 Release Notes

Release Date: 2019-12-18 // over 4 years ago

Previous 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 change import terminalLink from 'terminal-link'; to import terminalLink = require('terminal-link');

    โœจ Enhancements:

    v1.3.0...v2.0.0