Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: SSolWEB/string-morpher

Tags

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
viniciusvts Vinicius de Santana
feat: remove add reviewer from pr workflow

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
viniciusvts Vinicius de Santana
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

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat: pad methods (#6)

- padR add characters on right
- padL add characters on left

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
viniciusvts Vinicius de Santana
doc: how to return string primitive value

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add more morphers (#5)

- maskBrReal
- ltrim
- rtrim
- toUpperFirst
- replaceRegex
- reverse
- limit
- normalize

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add more morphers (#3)

- sub
- toBase64
- fromBase64
- toLower
- toUpper
- replace
- trim

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
viniciusvts Vinicius de Santana
style: update the documentation