Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
_config.yml
.github
bower.json
component.json
docs
documentation
Gruntfile.js
index.html
test
.codeclimate.yml
.editorconfig
.eslintrc.js
tsconfig.json
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ layout: default
section: main
---

### v4.0.0 2025-09-14
- Completely switch to ESM modules and modern javascript code.
- remove support for old browsers, node, ... it now needs promises, imports, ....

### v3.10.1 2022-08-02

- Add sponsorship files.
Expand Down
File renamed without changes.
File renamed without changes.
22 changes: 0 additions & 22 deletions bower.json

This file was deleted.

16 changes: 0 additions & 16 deletions component.json

This file was deleted.

Loading