Skip to content

Conversation

@caseywebdev
Copy link
Contributor

This fixes #231.

This was another instance of catastrophic backtracking.

@gregjacobs gregjacobs merged commit fb31497 into gregjacobs:master Feb 9, 2018
@gregjacobs
Copy link
Owner

Nicely done!

Thanks for this fix!

@gregjacobs
Copy link
Owner

Released in v1.6.2

@simison
Copy link
Contributor

simison commented Feb 9, 2018

@gregjacobs could we get this released to npmjs.com/package/autolinker as well? :-) Thanks! 🙇

@caseywebdev caseywebdev deleted the url-perf branch February 9, 2018 12:32
@gregjacobs
Copy link
Owner

Hey @simison, @caseywebdev

My bad, I forgot to publish yesterday :X

But now that I tried to publish, I'm getting an error that I've never seen before:

npm ERR! publish Failed PUT 400
npm ERR! code E400
npm ERR! This package contains unacceptable content. Contact [email protected]. : autolinker

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/gjacobs/.npm/_logs/2018-02-10T20_10_12_402Z-debug.log

Not sure what that's about, but I wrote to [email protected]. Their support hours are Mon-Fri though so I might not hear back from them until Monday. Will let you guys know.

In the meantime, if you want to use the latest, you should be able to simply plug in the github url inside your package.json file. Something like this should work:

"dependencies": {
    "autolinker": "https://github.com/gregjacobs/Autolinker.js.git"
}

Some more info: https://docs.npmjs.com/files/package.json#git-urls-as-dependencies

@gregjacobs
Copy link
Owner

Nevermind on the above - one of the guys from npm just responded, cleared the block, and I was able to publish 1.6.2 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Browser freezes on many contiguous characters without whitespace

3 participants