Comparing version 1.0.0 to 2.0.0
@@ -9,2 +9,19 @@ # Changelog | ||
## 2.0.0 | ||
### Breaking Changes | ||
* `CHORE`: expose utils via main entry point only; use imports / destructuring to access them: | ||
```javascript | ||
import { bind } from 'min-dom'; | ||
``` | ||
* `CHORE`: expose `query.all()` as `queryAll` | ||
### Other Improvements | ||
* `CHORE`: migrate libray to ES6 | ||
* `CHORE`: build and publish ES6, CommonJS and UMD distributions | ||
## 1.0.0 | ||
@@ -11,0 +28,0 @@ |
{ | ||
"name": "min-dom", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "A minimal dom utility toolbelt", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"scripts": { | ||
"all": "run-s lint test bundle test:integration", | ||
"bundle": "rollup -c", | ||
"lint": "eslint .", | ||
"prepublishOnly": "run-s bundle test:integration", | ||
"test": "karma start", | ||
"all": "run-s lint test" | ||
"test:integration": "karma start test/integration/karma.conf.js" | ||
}, | ||
@@ -35,6 +40,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babelify": "^8.0.0", | ||
"browserify": "^14.4.0", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.11.0", | ||
"eslint-plugin-mocha": "^4.11.0", | ||
"eslint-plugin-bpmn-io": "^0.5.2", | ||
"karma": "^1.7.1", | ||
@@ -48,4 +56,9 @@ "karma-browserify": "^5.1.1", | ||
"npm-run-all": "^4.1.2", | ||
"rollup": "^0.56.5", | ||
"rollup-plugin-babel": "^3.0.3", | ||
"rollup-plugin-commonjs": "^9.1.0", | ||
"rollup-plugin-node-resolve": "^3.2.0", | ||
"rollup-plugin-uglify": "^3.0.0", | ||
"watchify": "^3.9.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43368
1382
21
9
1