diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb9f394..042f902b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### Version 4.1.0 +- Added $.isWindow +- Made the TypeScript type system stricter +- $.guid: ensuring it’s properly exported +- $.fn.siblings: ensuring it supports multi-element collections +- $.fn.empty: ensuring it supports multi-element collections +- $.fn.attr: doing nothing when the value equals undefined + ### Version 4.0.0 - Removed `$.fn.removeData` - Removed `$.hasData` diff --git a/README.md b/README.md index 5784b67c..d1702b4a 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/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: +Get Cash from [CloudFlare](https://cdnjs.cloudflare.com/ajax/libs/cash/4.1.0/cash.min.js) or [jsDelivr](https://cdn.jsdelivr.net/npm/cash-dom@4.1.0/dist/cash.min.js) and use it like this: ```html - +