Commits on Source (4)
-
Dominik Völkel authored
docs(jsdocs): add Better JSDocs and make use of JSdocs to md with a TS plugin add it to the pipeline
d4b02ebc -
Dominik Völkel authored41a8af36
-
Dominik Völkel authored
Identifying callbacks by function definition on unsubscribe and subscribe is restrictive, this changes it to symbolic identification BREAKING CHANGE: callback identification changed fundermentally fix #6
457cac6e -
semantic-release-bot authored
## [2.0.0](https://gitlab.zweieuro.at/wui/web-user-interface-node/compare/v1.0.8...v2.0.0) (2024-05-05) ###
⚠️ BREAKING CHANGES * **persistent callback identifier system:** callback identification changed fundermentally ### Features * **persistent callback identifier system:** change persistent cb id from function to symbol ([457cac6e](https://gitlab.zweieuro.at/wui/web-user-interface-node/commit/457cac6e12b1ec723cce51e818b218670e64c800)), closes [#6](https://gitlab.zweieuro.at/wui/web-user-interface-node/issues/6) ### Miscellaneous Chores * **jsdocs:** add Better JSDocs and make use of JSdocs to md with a TS plugin add it to the pipeline ([d4b02ebc](https://gitlab.zweieuro.at/wui/web-user-interface-node/commit/d4b02ebcf59deaf12e3fd1f0a40945eda59a7433))
docs/.nojekyll
0 → 100644
docs/README.md
0 → 100644
docs/modules.md
0 → 100644
{ | ||
"name": "@wui/web-user-interface-node", | ||
"version": "1.0.8", | ||
"version": "2.0.0", | ||
"description": "Renderer side code for the WUI (Web User Interface) library.", | ||
"bugs": { | ||
"url": "https://gitlab.zweieuro.at/wui/web-user-interface-node/-/issues" | ||
... | ... | @@ -34,6 +34,7 @@ |
"build": "tsc --project tsconfig.build.json", | ||
"build:watch": "tsc --project tsconfig.build.json --watch", | ||
"clean": "rm -rf ./lib/", | ||
"genDocs": "typedoc --plugin typedoc-plugin-markdown --out docs src", | ||
"lint": "eslint ./src/ --fix", | ||
"prepare": "husky install", | ||
"release": "semantic-release", | ||
... | ... | @@ -88,6 +89,8 @@ |
"sort-package-json": "2.8.0", | ||
"standard-version": "9.5.0", | ||
"ts-jest": "29.1.2", | ||
"typedoc": "0.25.12", | ||
"typedoc-plugin-markdown": "3.17.1", | ||
"typescript": "5.3.3" | ||
}, | ||
"peerDependencies": { | ||
... | ... |