tweet-to-html
Version:
Browser friendly package that converts twitter's API tweet objects text property to HTML. Takes care of all the entities and its links. Handles emoji's.
19 lines (10 loc) • 500 B
Markdown
## 1.0.2 (2015-11-12)
Bugfixes:
- [#3](https://github.com/blessenm/tweet-to-html/issues/3) - Urls are now searched with the indices given by the twitter api.
Enhancements:
- [#4](https://github.com/blessenm/tweet-to-html/issues/4) - Now quoted text are also parsed in included in the final output.
## 1.0.1 (2015-10-27)
Bugfixes:
- [#2](https://github.com/blessenm/tweet-to-html/issues/2) - User mentions with upper/lower case are now handled.
## 1.0.0 (2015-10-26)
- Initial release