UNPKG

@sass-fairy/string

Version:

Provides extended functionality for processing strings in Sass, with interfaces similar to ECMA specifications

33 lines (19 loc) 839 B
# Changelog <!-- The order of list items should be: Critical/Fixes, New, Update, Remove, Underpinnings --> <!-- ## UNRELEASED --> ## 1.3.1 * fix: hide `split` when using combined api ## 1.3.0 * Add [`.repeat()`](https://sass-fairy.com/api/string/repeat) ## 1.2.1 * Update deprecated example in README * Restructure and improve development underpinnings ## 1.2.0 * Add [`.is-quoted()`](https://sass-fairy.com/api/string/is-quoted) ## 1.1.0 * Add [`.replace()`](https://sass-fairy.com/api/string/replace) * Add [`.trim()`](https://sass-fairy.com/api/string/trim), [`.trim-start()`](https://sass-fairy.com/api/string/trim-start), and [`.trim-end()`](https://sass-fairy.com/api/string/trim-end) * Add logo to README ## 1.0.0 * Port from [`sass-string`](https://www.npmjs.com/package/sass-string) to mono-repo * Restart versioning