We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1231b8 commit 6de0786Copy full SHA for 6de0786
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 5.0.0 - 2023-04-02
6
+* Call latest on/off callbacks and now using let/const internally instead of var - ([#16](https://github.com/shama/on-load/pull/16))
7
+* Code optimization - ([#41](https://github.com/shama/on-load/pull/41))
8
+
9
## 4.0.2 - 2019-03-29
10
* Fix timing/loading collision bug - ([#40](https://github.com/shama/on-load/pull/40))
11
package.json
@@ -1,6 +1,6 @@
1
{
"name": "on-load",
- "version": "4.0.2",
+ "version": "5.0.0",
"description": "On load/unload events for DOM elements using a MutationObserver",
"main": "server.js",
"browser": {
0 commit comments