TweetParser.js Versions Save

tweetParser.js Parse an element containing a tweet and turn URLS, @user & #hashtags into working urls

v2.2.0

8 years ago

port base code to es6 syntax

v2.1.3

8 years ago

Fix #10 - Target parameter issue

v2.1.2

8 years ago

emojis image tags links are now ignored

v2.1.1

8 years ago

include the jQuery compatibility file is no more required. Just include tweetParser.js

v2.1.0

8 years ago

You can now use tweetParser in a VanillaJS way OR jQuery way

v2.0.1

8 years ago

v2.0.0

8 years ago

Remove jQuery dependencies - Improve URL Regex. FIREFOX ISSUE - USE 2.0.1

v1.3.1

8 years ago

I know that the min version say that is 1.3.0 but it's 1.3.1 ... my bad :)

I made some changes in this version that tweetParser is now more developper Friendly.

With "Developper Friendly", I mean that it's now more easy for me to uglify tweetParser and change the demonstration.

  • I removed Gruntfile to switch to gulp.
  • Add sourcemaps
  • publish to npm

v1.3.0

8 years ago

v1.0.0

9 years ago

Initial release