• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Soapbox / linkifyjs / 201 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 16 Aug 2016 12:37AM UTC
Files 14
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Aug 2016 12:31AM UTC coverage: 97.412% (-0.09%) from 97.5%
201.1

push

travis-ci

web-flow
Revamped options utility (#154)

* Enhancements and deprecations for options hash

Features

* Added ability to override default options via linkify.options.defaults
* Options that take functions with value and type arguments can now be
  specified as objects, where each key is the target type. For example:

```
'github.com is #rad, please email nick@example.com'.linkify({
    formatHref: {
        email: (mailto) => `${mailto}?subject=Hello`,
        hashtag: (hashtag) => `https://twitter.com/hashtag/${hashtag.substr(1)}`
    }
});
```

Bug fixes

* Allow disabling linkClass (by using default options) - Fixes #144

Deprecations

* Deprecated `linkClass` option. Use `className` instead
* Deprecated `linkAttributes` option. Use `attributes` instead.
* The `linkified` default class name for links will no longer be provided in a
  future release

Breaking Changes

* Fully removed deprecated `newLine` option

* Unit tests for linkify options utilities

Including improvements and fixes for QUnit tests

* Additional refactorings and updates to get IE to work

Note to self: IE8 is the devil

828 of 850 relevant lines covered (97.41%)

1975.56 hits per line

Source Files on job 201.1
  • Tree
  • List 0
  • Changed 11
  • Source Changed 11
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 201
  • Travis Job 201.1
  • 2185b8a3 on github
  • Prev Job for on master (#169.1)
  • Next Job for on master (#203.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc