From dca2db7fe8c1b5b0b2b131c6ace151ebb0169c20 Mon Sep 17 00:00:00 2001 From: Fabio Spampinato Date: Thu, 9 May 2019 01:20:46 +0200 Subject: [PATCH] Bumped version to 4.0.0 --- CHANGELOG.md | 6 +++ README.md | 4 +- dist/cash.d.ts | 7 +--- dist/cash.esm.js | 62 +++++++++------------------- dist/cash.js | 75 +++++++++------------------------- dist/cash.min.js | 68 +++++++++++++++---------------- dist/cash.ts | 103 +++++++++++------------------------------------ package.json | 2 +- 8 files changed, 106 insertions(+), 221 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d40576..0fb9f394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### Version 4.0.0 +- Removed `$.fn.removeData` +- Removed `$.hasData` +- `$.fn.data`: removed caching mechanism +- `$.fn.data`: added a missing TypeScript method overload + ### Version 3.2.0 - Readme: updated sizes - $.fn.off: added support for removing delegated handlers diff --git a/README.md b/README.md index 02b46cdd..19725c08 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ If you're migrating from jQuery be sure to read our [migration guide](https://gi ## Usage -Get Cash from [CloudFlare](https://cdnjs.cloudflare.com/ajax/libs/cash/3.2.0/cash.min.js) or [jsDelivr](https://cdn.jsdelivr.net/npm/cash-dom@3.2.0/dist/cash.min.js) and use it like this: +Get Cash from [CloudFlare](https://cdnjs.cloudflare.com/ajax/libs/cash/4.0.0/cash.min.js) or [jsDelivr](https://cdn.jsdelivr.net/npm/cash-dom@4.0.0/dist/cash.min.js) and use it like this: ```html - +