Skip to content

Commit

Permalink
Merge pull request #50 from dhershman1/development
Browse files Browse the repository at this point in the history
v2.6.0
  • Loading branch information
dhershman1 authored Dec 18, 2020
2 parents 8a7a50e + 35cb0e6 commit 6c0d5ce
Show file tree
Hide file tree
Showing 7 changed files with 339 additions and 441 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
test.html
test-vue3.html

dist/

# Logs
logs
*.log
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## v2.6.0

### New

- Added Vue 3 Compatibility :tada:
- This involves the backwards compatibility change I brought up in discussions

### Improved

- Dropped `dist/` from the repo
- This is so it doesnt bog down PRs
- dist is still available on npm as its built before deploy
- Your CDN (if using) should _NOT_ be affected

## v2.5.8

### Improved
Expand Down
1 change: 0 additions & 1 deletion dist/debounce.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/vue-debounce.min.js

This file was deleted.

Loading

0 comments on commit 6c0d5ce

Please sign in to comment.