From adbb1b2ad3ac59f1900c50443b3bbd77274f6d9a Mon Sep 17 00:00:00 2001 From: cyfung1031 <44498510+cyfung1031@users.noreply.github.com> Date: Sat, 2 Dec 2023 16:47:51 +0900 Subject: [PATCH 1/3] docs: latest filesize comparsions --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 4d99450..81b433e 100644 --- a/readme.md +++ b/readme.md @@ -9,11 +9,11 @@ Cash is an absurdly small jQuery alternative for modern browsers (IE11+) that pr ## Comparison -| Size | Cash | Zepto 1.2.0 | jQuery Slim 3.4.1 | -| ------------------ | ----------- | ----------- | ----------------- | -| Unminified | **36.5 KB** | 58.7 KB | 227 KB | -| Minified | **16 KB** | 26 KB | 71 KB | -| Minified & Gzipped | **6 KB** | 9.8 KB | 24.4 KB | +| Size | Cash 8.1.5 | Zepto 1.2.0 | jQuery Slim 3.7.1 | +| ------------------ | ------------ | ------------- | -------------------- | +| Unminified | **41.6 KB** | 57.3 KB | 226.6 KB | +| Minified | **16.5 KB** | 25.8 KB | 68.6 KB | +| Minified & Gzipped | **6.1 KB** | 9.6 KB | 23.5 KB | A **76.6%** gain in size reduction compared to jQuery Slim. If you need a smaller bundle, we support [partial builds](https://github.com/fabiospampinato/cash/blob/master/docs/partial_builds.md) too. From c9da20cd34029f56490997a77577ce1edf1782fb Mon Sep 17 00:00:00 2001 From: cyfung1031 <44498510+cyfung1031@users.noreply.github.com> Date: Sat, 2 Dec 2023 16:54:30 +0900 Subject: [PATCH 2/3] docs: typo in filesize --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 81b433e..85a449f 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ Cash is an absurdly small jQuery alternative for modern browsers (IE11+) that pr | ------------------ | ------------ | ------------- | -------------------- | | Unminified | **41.6 KB** | 57.3 KB | 226.6 KB | | Minified | **16.5 KB** | 25.8 KB | 68.6 KB | -| Minified & Gzipped | **6.1 KB** | 9.6 KB | 23.5 KB | +| Minified & Gzipped | **6.1 KB** | 9.6 KB | 23.6 KB | A **76.6%** gain in size reduction compared to jQuery Slim. If you need a smaller bundle, we support [partial builds](https://github.com/fabiospampinato/cash/blob/master/docs/partial_builds.md) too. From c3995c39d85e08af4ce891cfe0d7d5b7c1fb4fc7 Mon Sep 17 00:00:00 2001 From: cyfung1031 <44498510+cyfung1031@users.noreply.github.com> Date: Sat, 2 Dec 2023 16:58:46 +0900 Subject: [PATCH 3/3] docs: removed (IE11+) and updated reduction percentage in README --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 85a449f..8ba4cea 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ # Cash -Cash is an absurdly small jQuery alternative for modern browsers (IE11+) that provides jQuery-style syntax for manipulating the DOM. Utilizing modern browser features to minimize the codebase, developers can use the familiar chainable methods at a fraction of the file size. 100% feature parity with jQuery isn't a goal, but Cash comes helpfully close, covering most day to day use cases. +Cash is an absurdly small jQuery alternative for modern browsers that provides jQuery-style syntax for manipulating the DOM. Utilizing modern browser features to minimize the codebase, developers can use the familiar chainable methods at a fraction of the file size. 100% feature parity with jQuery isn't a goal, but Cash comes helpfully close, covering most day to day use cases. ## Comparison @@ -15,7 +15,7 @@ Cash is an absurdly small jQuery alternative for modern browsers (IE11+) that pr | Minified | **16.5 KB** | 25.8 KB | 68.6 KB | | Minified & Gzipped | **6.1 KB** | 9.6 KB | 23.6 KB | -A **76.6%** gain in size reduction compared to jQuery Slim. If you need a smaller bundle, we support [partial builds](https://github.com/fabiospampinato/cash/blob/master/docs/partial_builds.md) too. +A **74.2%** gain in size reduction compared to jQuery Slim. If you need a smaller bundle, we support [partial builds](https://github.com/fabiospampinato/cash/blob/master/docs/partial_builds.md) too. | Features | Cash | Zepto 1.2.0 | jQuery Slim 3.4.1 | | ------------------------ | ---------------------------------- | ------------------------------ | ------------------------------ |