From 77be2ff42e81581b02778b894cdc83a886d00ff1 Mon Sep 17 00:00:00 2001 From: Jahirul Tusar Date: Sun, 17 Aug 2025 08:26:01 +0100 Subject: [PATCH 1/4] Add playground demo --- playground.html | 87 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 playground.html diff --git a/playground.html b/playground.html new file mode 100644 index 0000000..d064f9c --- /dev/null +++ b/playground.html @@ -0,0 +1,87 @@ + + + + + string-utils-lite Playground + + + +

string-utils-lite Playground

+

Type something below to see transformations:

+ + + + + + + + + + +
FunctionResult
+ + + + From a0c029669bf23ee0b26b975a3f8c830c61440847 Mon Sep 17 00:00:00 2001 From: Jahirul Tusar Date: Sun, 17 Aug 2025 08:30:05 +0100 Subject: [PATCH 2/4] Add playground demo 2 --- index.html | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..d064f9c --- /dev/null +++ b/index.html @@ -0,0 +1,87 @@ + + + + + string-utils-lite Playground + + + +

string-utils-lite Playground

+

Type something below to see transformations:

+ + + + + + + + + + +
FunctionResult
+ + + + From e06909f86f3fb57be05f40af047589d6464070fa Mon Sep 17 00:00:00 2001 From: Jahirul Tusar Date: Sun, 17 Aug 2025 08:32:22 +0100 Subject: [PATCH 3/4] docs: Added playground demo link --- README.md | 6 ++++ playground.html | 87 ------------------------------------------------- 2 files changed, 6 insertions(+), 87 deletions(-) delete mode 100644 playground.html diff --git a/README.md b/README.md index 54a5869..774d8f1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ [![Release](https://github.com/jahirultusar/JavaScript-string-utils-lite/actions/workflows/release.yml/badge.svg)](https://github.com/jahirultusar/JavaScript-string-utils-lite/actions/workflows/release.yml) [![license](https://img.shields.io/github/license/jahirultusar/JavaScript-string-utils-lite)](./LICENSE) +## 🎮 Live Playground + +Try the library instantly in your browser: +👉 [Playground Demo](https://jahirultusar.github.io/JavaScript-string-utils-lite/playground.html) + + ## What is `string-utils-lite`? diff --git a/playground.html b/playground.html deleted file mode 100644 index d064f9c..0000000 --- a/playground.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - string-utils-lite Playground - - - -

string-utils-lite Playground

-

Type something below to see transformations:

- - - - - - - - - - -
FunctionResult
- - - - From 33c817aabf0acd2dd98b26ee438b098a5bcd8af7 Mon Sep 17 00:00:00 2001 From: Jahirul Tusar Date: Sun, 17 Aug 2025 08:36:16 +0100 Subject: [PATCH 4/4] 0.1.8 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a39d4e2..053e4de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "string-utils-lite", - "version": "0.1.7", + "version": "0.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "string-utils-lite", - "version": "0.1.7", + "version": "0.1.8", "license": "MIT", "devDependencies": { "tsup": "~8.1.0", diff --git a/package.json b/package.json index e8fb77f..4e49a8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "string-utils-lite", - "version": "0.1.7", + "version": "0.1.8", "description": "Tiny string helpers: capitalize, titleCase, kebab-case, snake_case, camelCase, and PascalCase.", "keywords": [ "string",