Tags: SSolWEB/string-morpher
Tags
feat: add encodeUrl method (#41) * feat: add encodeUrl method method properly encodes a string for safe use in URLs by converting special characters to their percent-encoded equivalents * test: edge cases like empty, null... * feat: add to copilot instructions edge cases * lint: end of line character from \n to \r\n Refs: #28 Closes: #28
feature: append method (#33) * feat: add append method for string concatenation * docs: add append method for string concatenation * test: add append method for string concatenation * fix: phpcs errors End of line character is invalid; expected "\r\n" but found "\n" Expected 1 newline at end of file; 0 found * docs: add line ending Refs: #18 Closes: #18
add issues templates commit 6461eab Author: Vinicius de Santana <[email protected]> Date: Sat Jan 3 00:40:02 2026 -0300 minor fixes commit 45c96b6 Author: copilot-swe-agent[bot] <[email protected]> Date: Sat Jan 3 03:26:02 2026 +0000 Add GitHub issue templates for String Morpher project - Add feature_request.yml with enhancement label - Add bug_report.yml with bug label - Add documentation.yml with documentation label - Add config.yml with blank issues enabled and documentation link - All templates include proper validation rules and required fields Co-authored-by: viniciusvts <[email protected]> commit 9e096a0 Author: copilot-swe-agent[bot] <[email protected]> Date: Sat Jan 3 03:22:48 2026 +0000 Initial plan
feat: create cases morpher (#12) * fix: type of parameter * feat: create cases morpher * test: test cases morpher * doc: doc cases morpher * feat: add new case conversion methods (train-case, dot.case, flatcase) * doc: add new case conversion methods (train-case, dot.case, flatcase) * test: add new case conversion methods (train-case, dot.case, flatcase) * doc(jekyll): doc cases morpher - CamelCase - PascalCase - snake_case - kebab-case - Train-Case - dot.case - flatcase Refs: #11 Closes: #11
PreviousNext