From 9b7434816c85056ca688aeee3c0cb228f9f6c2ad Mon Sep 17 00:00:00 2001 From: Fabio Spampinato Date: Fri, 22 Mar 2019 19:38:26 +0100 Subject: [PATCH] Bumped version to 3.1.0 --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- dist/cash.esm.js | 5 ++++- dist/cash.js | 6 +++++- dist/cash.min.js | 12 ++++++------ dist/cash.ts | 6 +++++- package.json | 2 +- 7 files changed, 30 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f0bf148..63a47334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### Version 3.1.0 +- Improved support for running selectors inside documents +- Ensuring Cash collections are iterable +- Added an extra reference implementation for shorthand event methods +- Added an extra reference implementation for `$.getScript` +- Readme: mentioning the extra methods + ### Version 3.0.0 - Added a changelog - Migration guide: mentioning the `zoom` property diff --git a/README.md b/README.md index 9ff4caf4..9eb60646 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.0.0/cash.min.js) or [jsDelivr](https://cdn.jsdelivr.net/npm/cash-dom@3.0.0/dist/cash.min.js) and use it like this: +Get Cash from [CloudFlare](https://cdnjs.cloudflare.com/ajax/libs/cash/3.1.0/cash.min.js) or [jsDelivr](https://cdn.jsdelivr.net/npm/cash-dom@3.1.0/dist/cash.min.js) and use it like this: ```html - +