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

Releases: ljesparis/l-string

V2.0.0

23 Aug 19:14
Compare
Choose a tag to compare
  • html support deleted
  • extend string property is now optional
  • lstring now support callback style pattern
  • fix lReplace and rReplace bug
  • tests added
  • LICENSE year updated
  • .gitignore and .npmignore updated

Version 1.0.48

23 Apr 15:21
Compare
Choose a tag to compare
  • 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

13 Jan 20:49
Compare
Choose a tag to compare
  • 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

13 Jan 20:49
Compare
Choose a tag to compare
  • updating .travis.yml.
  • updating cheerio dependencies.
  • updating examples.

Version 1.0.45

13 Jan 20:48
Compare
Choose a tag to compare
  • extending the ASCII table.

version 1.0.44

01 Feb 19:27
Compare
Choose a tag to compare
  • new function added, chr.

Version 1.0.43

13 Jan 20:47
Compare
Choose a tag to compare
  • new function added, ord.
  • new file added, ASCII.
  • fixed issues in getCharPosition function

Version 1.0.42

13 Jan 20:48
Compare
Choose a tag to compare
  • fixed issues in smartCount function.
  • new private function added, called _find_letter_position

Version 1.0.41

13 Jan 20:46
Compare
Choose a tag to compare
  • 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

05 Sep 14:38
Compare
Choose a tag to compare
  • donate botton added to README.md.