Skip to content

Releases: solovets/str.scss

1.2.0

24 Nov 18:26
Compare
Choose a tag to compare

v. 1.2.0

  • str-quote function is added
  • str-unique-id function is added
  • str-unquote function is added
  • str-to-uppercase is renamed to str-to-upper-case
  • str-to-lowercase is renamed to str-to-lower-case

1.1.1

22 May 10:38
Compare
Choose a tag to compare

v. 1.1.1

  • Fix of error in Gist
  • Fix of _str-get-not-scipped-char-index private function error

1.1.0

22 May 10:20
Compare
Choose a tag to compare

v. 1.1.0

  • $str-scss-strong-type-check global setting is added
  • Private functions are moved to helpers directory
  • $lowercase-rest argument of str-decapitalize function is removed
  • Error handling of some arguments is added

1.0.0

29 Aug 16:26
Compare
Choose a tag to compare

Initial public release. It Includes:

  • 23 public string functions,
  • 4 private functions,
  • documentation for public functions,
  • tests for public and some private functions.