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

Soapbox / linkifyjs / 201
96%

Build:
DEFAULT BRANCH: master
Ran 16 Aug 2016 12:35AM UTC
Jobs 2
Files 14
Run time 2min
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

pending completion
201

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%)

3951.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 201.1 16 Aug 2016 12:37AM UTC 0
97.41
Travis Job 201.1
2 201.2 16 Aug 2016 12:35AM UTC 0
97.41
Travis Job 201.2
Source Files on build 201
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #201
  • 2185b8a3 on github
  • Prev Build on master (#169)
  • Next Build on master (#203)
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