Skip to content
Snippets Groups Projects
Commit f7833462 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

Release 1.10

parent 4791190b
No related branches found
No related tags found
No related merge requests found
Showing
with 2714 additions and 1829 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<exclude-output /> <exclude-output />
<content url="file://$MODULE_DIR$"> <content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/packages/monster/source" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/packages/monster/source" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/packages/monster/test" isTestSource="true" /> <sourceFolder url="file://$MODULE_DIR$/packages/monster/test/cases" isTestSource="true" />
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
......
This diff is collapsed.
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
"@babel/preset-env": "^7.14.7", "@babel/preset-env": "^7.14.7",
"@babel/preset-flow": "^7.14.5", "@babel/preset-flow": "^7.14.5",
"@babel/preset-modules": "^0.1.4", "@babel/preset-modules": "^0.1.4",
"@istanbuljs/esm-loader-hook": "^0.1.2",
"@istanbuljs/nyc-config-babel": "^3.0.0",
"@jsenv/node-module-import-map": "^13.6.0", "@jsenv/node-module-import-map": "^13.6.0",
"@peculiar/webcrypto": "^1.1.7", "@peculiar/webcrypto": "^1.1.7",
"@web/dev-server-import-maps": "^0.0.5", "@web/dev-server-import-maps": "^0.0.5",
...@@ -25,9 +27,10 @@ ...@@ -25,9 +27,10 @@
"babelify": "^10.0.0", "babelify": "^10.0.0",
"browserify": "^17.0.0", "browserify": "^17.0.0",
"btoa": "^1.2.1", "btoa": "^1.2.1",
"c8": "^7.8.0",
"chai": "^4.3.4", "chai": "^4.3.4",
"chai-dom": "^1.9.0", "chai-dom": "^1.9.0",
"clean-jsdoc-theme": "^3.2.7", "clean-jsdoc-theme": "^3.2.8",
"crypt": "^0.0.2", "crypt": "^0.0.2",
"docdash": "^1.2.0", "docdash": "^1.2.0",
"eslint": "^7.28.0", "eslint": "^7.28.0",
...@@ -35,6 +38,7 @@ ...@@ -35,6 +38,7 @@
"exorcist": "^2.0.0", "exorcist": "^2.0.0",
"flow-bin": "^0.156.0", "flow-bin": "^0.156.0",
"get-random-values": "^1.2.2", "get-random-values": "^1.2.2",
"istanbul-instrumenter-loader": "^3.0.1",
"jsdoc": "^3.6.7", "jsdoc": "^3.6.7",
"jsdom": "^16.6.0", "jsdom": "^16.6.0",
"jsdom-global": "^3.0.2", "jsdom-global": "^3.0.2",
...@@ -50,7 +54,6 @@ ...@@ -50,7 +54,6 @@
"uglify-js": "^3.13.9", "uglify-js": "^3.13.9",
"uglifycss": "^0.0.29", "uglifycss": "^0.0.29",
"watchify": "^4.0.0", "watchify": "^4.0.0",
"webcrypto-core": "^1.2.0", "webcrypto-core": "^1.2.0"
"istanbul-instrumenter-loader": "^3.0.1"
} }
} }
{
"reporter": ["text","html","lcov"],
"reports-dir": "packages/monster/coverage",
"src": "packages/monster/source/**",
"all": true,
"exclude": ["packages/monster/dist/**","packages/monster/test/util/**"]
}
\ No newline at end of file
...@@ -2,6 +2,42 @@ ...@@ -2,6 +2,42 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [1.10.0] - 2021-08-25
### Added
- [add extend function](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/35)
- [new method fireEvent](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/38)
## Changed
- [shadowRoot should be optional](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/36)
### Fixed
- [improve code coverage](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/40)
- [an empty object does not lead to an output](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/29)
### Removed
- [the updater class replace the handle class](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/34)
## [1.9.0] - 2021-08-17
### Added
- [create the possibility to bind form fields to the datset](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/30)
- [new attribute method to change tokens](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/31)
- [new function isSymbol and validateSymbol](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/32)
## Changed
- [Pipe should call callbacks in context](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/33)
## Fixed
- [an empty object does not lead to an output](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/29)
## [1.8.0] - 2021-08-07 ## [1.8.0] - 2021-08-07
### Added ### Added
...@@ -32,7 +68,7 @@ All notable changes to this project will be documented in this file. ...@@ -32,7 +68,7 @@ All notable changes to this project will be documented in this file.
- [new Monster.Type.RandomID](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/19) - [new Monster.Type.RandomID](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/19)
- [new method Monster.Util.Pathfinder::deleteVia()](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/18) - [new method Monster.Util.Pathfinder::deleteVia()](https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/18)
### BUGFIX ### Fixed
- missing imports in monster.js - missing imports in monster.js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment