All notable changes to the "Text Manipulator" extension will be documented in this file.
Adding previews for each command. Adding a menu that shows live previews. Making it possible to open the menu by adding a shortcut for showTextManipulatorMenu.
Just reformatting some code for easier maintenance.
Just updating the icon.
Fixing dotCase, pathCase, and spaceCase.
Adding a bunch more functions!
Adding the demo gif and 'Text Manipulator' prefix.
Adding in the words
function.
Just updating the documentation a little.
Removing unused commands.
Fixing error.
Adding the git repo to the package.json.
- The following lodash string functions were implimented in this extension:
- camelCase
- capitalize
- deburr
- escape
- escapeRegExp
- kebabCase
- lowerCase
- lowerFirst
- parseInt
- snakeCase
- startCase
- toLower
- toUpper
- trim
- trimEnd
- trimStart
- unescape
- upperCase
- upperFirst