This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
Releases: ljesparis/l-string
Releases · ljesparis/l-string
V2.0.0
Version 1.0.48
- 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.
Version 1.0.47
- test.js file updated.
- ord function now shall Returns string's ASCII value of every element
- changin ASCII.js to _ASCII.js filename
Version 1.0.46
- updating .travis.yml.
- updating cheerio dependencies.
- updating examples.
Version 1.0.45
- extending the ASCII table.
version 1.0.44
- new function added, chr.
Version 1.0.43
- new function added, ord.
- new file added, ASCII.
- fixed issues in getCharPosition function
Version 1.0.42
- fixed issues in smartCount function.
- new private function added, called _find_letter_position
Version 1.0.41
- new function added smartCount.
- new function isSubString changed.
- new file added, utils.js.
- old name _parse_tag, new name _parse_char (renamed), private function.
- addstyle2tag improved the function.
Version 1.0.40
- donate botton added to README.md.