Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Version 1.0.48

Compare
Choose a tag to compare
@ljesparis ljesparis released this 23 Apr 15:21
· 18 commits to master since this release
  • added .npmignore file.
  • added .gitignore file.
  • AUTHORS.md file added.
  • CONTRIBUTORS.md file added.
  • updated example, read_html_file.
  • updated cheerio to version 0.22.0.
  • added test for nodejs 7 to travis file.
  • added yarn support and added yarn.lock file.
  • deleted node_modules directory from repository.
  • web client side not supported anymore and bin directory deleted.
  • updated README.md file, adding new way to install l-string pacakge with yarn.
  • added new keywords, updated cheerio to version 0.22.0, updated l-string to 1.48.0.
  • bug fixed on addStyle2Tag method attribute, margin and padding attribute's value stuck together.
  • bug fixed on addClassName2Tag and addIdName2Tag methods, when a tag has a classname or idname and want to add the same classname or idname, will be added.