Tags: SSolWEB/string-morpher
Tags
chore(deps): bump concurrent-ruby from 1.3.6 to 1.3.7 in /docs (#54) Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases) - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) - [Commits](ruby-concurrency/concurrent-ruby@v1.3.6...v1.3.7) --- updated-dependencies: - dependency-name: concurrent-ruby dependency-version: 1.3.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 <vinicius.vts@gmail.com> Date: Sat Jan 3 00:40:02 2026 -0300 minor fixes commit 45c96b6 Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> 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 <18272399+viniciusvts@users.noreply.github.com> commit 9e096a0 Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> 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