terminal-link v2.0.0 Release Notes

Release Date: 2019-09-01 // over 4 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:

    v1.3.0...v2.0.0