diff --git a/core/context/CHANGELOG.md b/core/context/CHANGELOG.md index a3862d59f..dc4c3ca50 100644 --- a/core/context/CHANGELOG.md +++ b/core/context/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +### Bug Fixes + +* **context:** compatible with new storage api ([5251ff0](https://github.com/AliMD/alwatr/commit/5251ff005624720e091cdbc40e6b0142743428cb)) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* build issues ([e1060bc](https://github.com/AliMD/alwatr/commit/e1060bccbfe3c775c32b85e9b8eb601e48b2998c)) +* **context:** merge request option issue ([e24e695](https://github.com/AliMD/alwatr/commit/e24e695a8c25ab1dcb1c351a3ae0434e921610d0)) +* new logger api ([9d83a7d](https://github.com/AliMD/alwatr/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300)) +* packages and refs ([eea2382](https://github.com/AliMD/alwatr/commit/eea2382e459ccaa3e7b4b329d9c196eda146a08e)) + +### Features + +* **context:** add `requestIfNotComplete` ([580d5c9](https://github.com/AliMD/alwatr/commit/580d5c9c74f1c8921b45d402641df9444f438547)) +* **context:** awesome server context ([c001c58](https://github.com/AliMD/alwatr/commit/c001c58a2b1b4e13fd1c34b5128031fd640a98e1)) +* **context:** new package ([98ee43d](https://github.com/AliMD/alwatr/commit/98ee43d83b1ad5b3806ec6053c5cac70912000b3)) +* **context:** simple context api ([2a1b152](https://github.com/AliMD/alwatr/commit/2a1b152380f267a6b173f08bbbe10295325b1fd8)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/context diff --git a/core/context/package.json b/core/context/package.json index 578df3bf3..1378622db 100644 --- a/core/context/package.json +++ b/core/context/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/context", - "version": "1.0.0", + "version": "1.1.0", "description": "Elegant powerful context manager base on alwatr signal, written in tiny TypeScript, ES module.", "keywords": [ "context", @@ -30,11 +30,11 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/fetch": "^1.0.0", - "@alwatr/fsm": "^1.0.0", - "@alwatr/logger": "^1.0.0", - "@alwatr/signal": "^1.0.0", - "@alwatr/util": "^1.0.0", + "@alwatr/fetch": "^1.1.0", + "@alwatr/fsm": "^1.1.0", + "@alwatr/logger": "^1.1.0", + "@alwatr/signal": "^1.1.0", + "@alwatr/util": "^1.1.0", "tslib": "^2.6.2" } } diff --git a/core/crypto/CHANGELOG.md b/core/crypto/CHANGELOG.md index 641f239cc..d367447b6 100644 --- a/core/crypto/CHANGELOG.md +++ b/core/crypto/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +### Features + +* **crypto:** add some pre config ([4b960c5](https://github.com/AliMD/alwatr/commit/4b960c5cb3f7495c0689adcb65c62a1032ae2650)) + +### Performance Improvements + +* **crypto/hash:** enhance crc generator ([ba8c4bc](https://github.com/AliMD/alwatr/commit/ba8c4bcf8f9ec9767b0bd3b6c3fd5c4f503a84dd)) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* **crypto:** package ([866c5f4](https://github.com/AliMD/alwatr/commit/866c5f490ea2eaa75bf177f35b3f4711931e13d2)) + +### Features + +* **crypto:** make prefix for userId ([5baa00a](https://github.com/AliMD/alwatr/commit/5baa00aafb16a4c6ed1d77913edddd090f732dad)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/crypto diff --git a/core/crypto/package.json b/core/crypto/package.json index 0e755b6fe..194ca783e 100644 --- a/core/crypto/package.json +++ b/core/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/crypto", - "version": "1.0.0", + "version": "1.1.0", "description": "Secure authentication HOTP token generator (the HMAC-based One-Time Password algorithm) and crypto utils written in tiny TypeScript module.", "keywords": [ "crypto", @@ -40,8 +40,8 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.0.0", - "@alwatr/math": "^1.0.0", + "@alwatr/logger": "^1.1.0", + "@alwatr/math": "^1.1.0", "tslib": "^2.6.2" } } diff --git a/core/fetch/CHANGELOG.md b/core/fetch/CHANGELOG.md index cdf544d2d..b578ed55a 100644 --- a/core/fetch/CHANGELOG.md +++ b/core/fetch/CHANGELOG.md @@ -3,6 +3,97 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +### Bug Fixes + +* **fetch:** serviceRequest type ([44c1086](https://github.com/AliMD/alwatr/commit/44c10866e1c630bc3cf85b3e9be38b268b5b0c31)) +* **fetch:** userAuth in StringifyableFetchOptions ([f554b57](https://github.com/AliMD/alwatr/commit/f554b575584cb1464d48fbe8a8c4006125365853)) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* **fetch.ts:** compatible with node ([c3acb53](https://github.com/AliMD/alwatr/commit/c3acb53effd4a79e389bc4de1567b0285c03d71d)) +* **fetch:** bodyJson type ([5740467](https://github.com/AliMD/alwatr/commit/57404673e7f031a73d1cf23501e6fa8d89759769)) +* **fetch:** check node_mode before use navigator.online ([a688f48](https://github.com/AliMD/alwatr/commit/a688f48e9ce4b103c25ffd50f1b8c96e89c205d1)) +* **fetch:** serviceRequest generic type ([074ef38](https://github.com/AliMD/alwatr/commit/074ef3876086f93486753559d8e3db0b60c52a0e)) +* **fetch:** suppress fetch_cache_not_found extra error ([c04f609](https://github.com/AliMD/alwatr/commit/c04f60944106dbd8d1bf2fb5ce0e7be644c3abc6)) +* new logger api ([9d83a7d](https://github.com/AliMD/alwatr/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300)) + +### Features + +* **fetch:** add user auth ([811fbc0](https://github.com/AliMD/alwatr/commit/811fbc018c2b4e3b808704e8623bd5dff2b2f3f7)) +* **fetch:** StringifyableFetchOptions type ([e13fdb2](https://github.com/AliMD/alwatr/commit/e13fdb2550cf3a2102c331aa7980234ca6f86e08)) + +# 0.30.0 (2023-03-06) + +### Bug Fixes + +* **fetch:** fetchContext duplicate setSignalValue ([8aa9b00](https://github.com/AliMD/alwatr/commit/8aa9b003a2d7b7ffc8243ff7092d9560763d7273)) +* **fetch:** getClientId in nodejs ([c99e41c](https://github.com/AliMD/alwatr/commit/c99e41c9e9a979ca50cc01aeb5371a3487d9da2e)) + +### Features + +* **fetch:** enhance fetchContext with dispatchOptions and only cache_only request in first time ([1f6b575](https://github.com/AliMD/alwatr/commit/1f6b575437104d64ede8a2c23d141160360d2cd5)) +* **fetch:** fetchContext ([d63d17e](https://github.com/AliMD/alwatr/commit/d63d17ecb58221159dc45a473fdd1c992d306d2b)) +* **fetch:** fetchContext skip online request when offline ([7c2b649](https://github.com/AliMD/alwatr/commit/7c2b6491f78acb961cdc0583112e3c709a177b79)) +* **fetch:** fetchContext work on background ([2e12bfd](https://github.com/AliMD/alwatr/commit/2e12bfde0a0636c30e60906c4812ec66b2d36742)) +* **fetch:** handle offline for all requests ([6a8d7b7](https://github.com/AliMD/alwatr/commit/6a8d7b7159732d834be052191935580331e36962)) + +# 0.29.0 (2023-02-10) + +### Bug Fixes + +* **fetch:** device id to client id ([077e467](https://github.com/AliMD/alwatr/commit/077e4671d804d43c8f61a9d163d8d51d7a69134e)) +* **fetch:** headers type ([cd4b14e](https://github.com/AliMD/alwatr/commit/cd4b14e46b5090b6df8cb4f89d22b53966b9151e)) + +### Features + +* **fetch:** add update_cache to CacheStrategy ([e1406b1](https://github.com/AliMD/alwatr/commit/e1406b12e1276de3295c47506c8102ab3f8bfa79)) +* **fetch:** clientId on service request ([9575a1d](https://github.com/AliMD/alwatr/commit/9575a1d595a0a4757581a29a66837cbe4be46ed3)) + +# 0.28.0 (2023-01-20) + +# 0.27.0 (2022-12-29) + +### Bug Fixes + +* review issue ([e5d192c](https://github.com/AliMD/alwatr/commit/e5d192cbee6917c2de01146cf8bd026895724ab8)) + +### Features + +* **type:** add types ([2de3842](https://github.com/AliMD/alwatr/commit/2de384297b70b9818ec8d62ce8d31be4822d95a4)) + +# 0.26.0 (2022-12-22) + +### Bug Fixes + +* all import without .js ([fa739ab](https://github.com/AliMD/alwatr/commit/fa739ab23f67bae1d10bfcc146920b71377a26fc)) +* **core/fetch:** tsconfig refrences ([e6b9542](https://github.com/AliMD/alwatr/commit/e6b9542284e67b67600da4dcebd19daedb031c9c)) +* **fetch:** always call revalidateCallback ([444edc5](https://github.com/AliMD/alwatr/commit/444edc52b6dd5de5418ae8630e1f2270f0114372)) +* **fetch:** enhance handle and report errors in serviceRequest ([dbfc7ff](https://github.com/AliMD/alwatr/commit/dbfc7ff2a036216498dc8e2ff58b74b7eb8d9bc0)) +* **fetch:** fetch_cache_not_found is not error ([3d1aa4e](https://github.com/AliMD/alwatr/commit/3d1aa4e572fbf4bc7b0a527a3fdcf4c521af18dd)) +* **fetch:** fetch_failed error message ([3e98bd9](https://github.com/AliMD/alwatr/commit/3e98bd926a495c13d476f2f1cfb9e546a059d4d8)) +* **fetch:** remove extra _options ([ad24c81](https://github.com/AliMD/alwatr/commit/ad24c8104b944ebda52308e60d41976ac1eeee81)) +* **fetch:** revalidateCallback issue ([7207909](https://github.com/AliMD/alwatr/commit/72079098edb438c28256dad03d7802bc2fab0858)) +* set correct path ([d01ce6f](https://github.com/AliMD/alwatr/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9)) +* **storage-engine:** AlwatrDocumentStorage ([ca9a7bf](https://github.com/AliMD/alwatr/commit/ca9a7bf5e17b333538e749ada5d481a06c847101)) +* tsconfig ([e96dcd3](https://github.com/AliMD/alwatr/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35)) +* tsconfig refrences ([cea0562](https://github.com/AliMD/alwatr/commit/cea05621ecfa499476c5b10a412e60f27ba6a06d)) + +### Features + +* **fetch:** add AlwatrDocumentStorage type ([44b84f0](https://github.com/AliMD/alwatr/commit/44b84f0754169a707472655811020f6e542a6e5d)) +* **fetch:** serviceRequest ([b0b5478](https://github.com/AliMD/alwatr/commit/b0b5478d16b2cb590cfc29d644006e4a459dd6d6)) +* **fetch:** serviceRequest ([#513](https://github.com/AliMD/alwatr/issues/513)) ([113ee49](https://github.com/AliMD/alwatr/commit/113ee498c778d9efc00cc4807bfef09e52336a31)) +* improve accident debugging ([d697e6c](https://github.com/AliMD/alwatr/commit/d697e6c4c7d0a4172f4dba9caf6fbd478f79de9c)) +* improve error debugging ([1fba504](https://github.com/AliMD/alwatr/commit/1fba50400a1e8ececc10bbe8ea11cc8dcea2289c)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/fetch diff --git a/core/fetch/package.json b/core/fetch/package.json index e373c6749..8b4177099 100644 --- a/core/fetch/package.json +++ b/core/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "1.0.0", + "version": "1.1.0", "description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types written in tiny TypeScript, ES module.", "keywords": [ "fetch", @@ -34,9 +34,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.0.0", - "@alwatr/signal": "^1.0.0", - "@alwatr/util": "^1.0.0", + "@alwatr/logger": "^1.1.0", + "@alwatr/signal": "^1.1.0", + "@alwatr/util": "^1.1.0", "tslib": "^2.6.2" } } diff --git a/core/fract/CHANGELOG.md b/core/fract/CHANGELOG.md new file mode 100644 index 000000000..ae2155f0d --- /dev/null +++ b/core/fract/CHANGELOG.md @@ -0,0 +1,27 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0 (2023-09-12) + +### Bug Fixes + +* **fract:** add `lit-html` as a dependency ([8b6bc2d](https://github.com/AliMD/alwatr/commit/8b6bc2da27d5ad2613f911041ee7c77c20cd1bcf)) +* **fract:** completion of implementation ([355c9c7](https://github.com/AliMD/alwatr/commit/355c9c72f94b63f9334dc9c70ebb2b78fc3482c6)) +* **fract:** export classes ([f94e029](https://github.com/AliMD/alwatr/commit/f94e029263b05788db71946333f867dc47576672)) +* **fract:** exports ([10f6148](https://github.com/AliMD/alwatr/commit/10f614899fcfa44fc69f2c3569210958286a456b)) +* **fract:** structure of classes ([6d8e46b](https://github.com/AliMD/alwatr/commit/6d8e46b34020bc0b7689cace1ea0278b64af92e9)) +* **fract:** the name of package ([59878ef](https://github.com/AliMD/alwatr/commit/59878ef6e6bf579a8a900fa108dc0231af27221c)) + +### Features + +* **fract:** AlwatrDirective ([899467c](https://github.com/AliMD/alwatr/commit/899467c878a36a3dd92acc07dfb861ee9db400cf)) +* **fract:** AlwatrDynamicDirective ([c8560e3](https://github.com/AliMD/alwatr/commit/c8560e35cf68189de2d0ffc979b49fcd9829427b)) +* **fract:** AlwatrObserveDirective ([82b5a15](https://github.com/AliMD/alwatr/commit/82b5a15d003f61d340a7e6c7ce912c1f40af84a6)) +* **fract:** elegant simple render strategy powered by lit written in tiny TypeScript module for who hate react! ([67a1da3](https://github.com/AliMD/alwatr/commit/67a1da3326d545d9f58e04beadfe267480d72fb8)) +* **fract:** export `classMap` ([5b3da22](https://github.com/AliMD/alwatr/commit/5b3da2279e5f8211cdf800d3ee56d0e72e111bbc)) +* **fract:** export `when` ([430f26a](https://github.com/AliMD/alwatr/commit/430f26a8b65796bcb875bd92215449c58a947b56)) +* **fract:** export cache ([d11260f](https://github.com/AliMD/alwatr/commit/d11260f443e9d01c3ad0885a3b5ef46f466e058d)) +* **fract:** export type LitUnstable ([4fac780](https://github.com/AliMD/alwatr/commit/4fac78092e152a04071c465ef195ae6573a0f984)) +* **fract:** map, mapObject ([88128b8](https://github.com/AliMD/alwatr/commit/88128b8cb9b05e51eeec58df0e130a659940ff82)) diff --git a/core/fract/package.json b/core/fract/package.json index ef29c4c40..20c8e67f8 100644 --- a/core/fract/package.json +++ b/core/fract/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fract", - "version": "1.0.0", + "version": "1.1.0", "description": "Elegant simple render strategy powered by lit written in tiny TypeScript module for who hate react!", "keywords": [ "render", @@ -32,7 +32,7 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.0.0", + "@alwatr/logger": "^1.1.0", "@alwatr/signal2": "^1.0.0", "lit-html": "^2.8.0", "tslib": "^2.6.2" diff --git a/core/fsm/CHANGELOG.md b/core/fsm/CHANGELOG.md index 30a6e5ded..350f0605c 100644 --- a/core/fsm/CHANGELOG.md +++ b/core/fsm/CHANGELOG.md @@ -3,6 +3,57 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* **fms:** import path ([f6770a0](https://github.com/AliMD/alwatr/commit/f6770a07fdf6855ccd63a85822d44d5ef9c72dee)) +* **fsm:** action maybe async ([50efffa](https://github.com/AliMD/alwatr/commit/50efffa34a2ea5a3515561d7425da0c109631f36)) +* **fsm:** autoSignalUnsubscribe type ([f7db30b](https://github.com/AliMD/alwatr/commit/f7db30bf5a90ff3d163f036b313a412a5149ff2b)) +* **fsm:** call render states function in there own this ([a950478](https://github.com/AliMD/alwatr/commit/a95047811366e375785b2cd8fb176b1176638cab)) +* **fsm:** fix order of `initFsmInstance` args ([3b60138](https://github.com/AliMD/alwatr/commit/3b60138ecebcbcb4d732e4d1a3e79f5b8661ae47)) +* **fsm:** initial exec actions ([e7dd5c8](https://github.com/AliMD/alwatr/commit/e7dd5c8aaf9760c9856e4392cc899020f7e796d9)) +* **fsm:** last reported bugs in set state ([e7435c8](https://github.com/AliMD/alwatr/commit/e7435c870a054b0ec3e4004f13c6db7610610be0)) +* **fsm:** review reset process ([af6e81c](https://github.com/AliMD/alwatr/commit/af6e81c068b467d8b3aa96f2431e13ac479f018c)) +* **fsm:** run init entry actions ([777ae45](https://github.com/AliMD/alwatr/commit/777ae459f2b77f79696daf3a0ca355d6d78e57d3)) +* new logger api ([9d83a7d](https://github.com/AliMD/alwatr/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300)) + +### Features + +* **fsm:** add `signalRecord` to config ([1a35291](https://github.com/AliMD/alwatr/commit/1a352915fba978da141513517655d1e07350c3ec)) +* **fsm:** add unsubscribe ([85ed3c3](https://github.com/AliMD/alwatr/commit/85ed3c3439e1f40c2760f6011df112242f10be06)) +* **fsm:** callback in provider signals ([772818b](https://github.com/AliMD/alwatr/commit/772818baa7953b6fbb4d4128fcee76733f42cc2d)) +* **fsm:** custom signal callback ([47c22e9](https://github.com/AliMD/alwatr/commit/47c22e92a8a8085148b44b316d649b695ff8071a)) +* **fsm:** destroy and expire api ([e1a1c15](https://github.com/AliMD/alwatr/commit/e1a1c150d81f4428718bd18f039235c7fce9caf2)) +* **fsm:** new types ([2866e3b](https://github.com/AliMD/alwatr/commit/2866e3bd5ff56fd2b5bddcaed3673a5868bae4bb)) +* **fsm:** rewrite state machine ([7f24695](https://github.com/AliMD/alwatr/commit/7f246959e5a80b21c1c4b21e895e75f8fbe56798)) +* **fsm:** subscribe ([2af4f44](https://github.com/AliMD/alwatr/commit/2af4f44f0e8a2dee39cde10dcaa3281075632e6a)) + +# 0.30.0 (2023-03-06) + +### Bug Fixes + +* **fsm:** every signal mather ([0dc504d](https://github.com/AliMD/alwatr/commit/0dc504dacbb1ec68f154244619d644ff8e43cc04)) +* **fsm:** remove additional import ([231337b](https://github.com/AliMD/alwatr/commit/231337b95ee7b046fe35429f50931ddf85be291f)) +* **fsm:** update context in transition bug ([28a21d0](https://github.com/AliMD/alwatr/commit/28a21d00d903b6189d814303c72ba6e784852f33)) + +### Features + +* Alwatr Finite State Machines ([d5900b4](https://github.com/AliMD/alwatr/commit/d5900b4ee8685b120188888871405853f5a69417)) +* **fsm:** $all and $self state ([69adf41](https://github.com/AliMD/alwatr/commit/69adf41064ca0f55497484c50e298ebc26c42dcc)) +* **fsm:** enhance types ([3b13046](https://github.com/AliMD/alwatr/commit/3b130463a102f59c38603b0de470be5c87ee88c9)) +* **fsm:** make simple state machine ([ff9ae1c](https://github.com/AliMD/alwatr/commit/ff9ae1ca04156e8b811899ff0f62480e1c37af72)) +* **fsm:** new state context type with {to, from, by} ([11423e6](https://github.com/AliMD/alwatr/commit/11423e6a89159b92e82cfd1e774ad37983581090)) +* **fsm:** rewrite with signal power ([01a1651](https://github.com/AliMD/alwatr/commit/01a1651e231a817d5eebb54cf84d51d620bfd6e8)) +* **fsm:** share state events ([de42522](https://github.com/AliMD/alwatr/commit/de42522a97fdf6be8bee73d91a35820e2a5e6efb)) +* **fsm:** transition with partial context set ([823377e](https://github.com/AliMD/alwatr/commit/823377e65028ea3e713f060ae678776c609c1661)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/fsm diff --git a/core/fsm/package.json b/core/fsm/package.json index d8400d3cf..3e3cb622a 100644 --- a/core/fsm/package.json +++ b/core/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fsm", - "version": "1.0.0", + "version": "1.1.0", "description": "Managing invocations finite-state machines for lit-element written in tiny TypeScript module.", "keywords": [ "state", @@ -34,9 +34,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.0.0", - "@alwatr/signal": "^1.0.0", - "@alwatr/type": "^1.0.0", + "@alwatr/logger": "^1.1.0", + "@alwatr/signal": "^1.1.0", + "@alwatr/type": "^1.1.0", "tslib": "^2.6.2" } } diff --git a/core/i18n/CHANGELOG.md b/core/i18n/CHANGELOG.md index 4038df71c..d7851c604 100644 --- a/core/i18n/CHANGELOG.md +++ b/core/i18n/CHANGELOG.md @@ -3,6 +3,62 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* new logger api ([9d83a7d](https://github.com/AliMD/alwatr/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300)) + +### Features + +* **i18n:** date method for convert date to active locale ([8b51a97](https://github.com/AliMD/alwatr/commit/8b51a97c780ffd3ed653124f64c0752af779f41c)) + +### Performance Improvements + +* **i18n:** use toLocaleDateString for convert date ([f1efcec](https://github.com/AliMD/alwatr/commit/f1efcecb2480e310d289333d840a0dd27fa3881d)) + +# 0.30.0 (2023-03-06) + +### Features + +* **i18n:** l18eReadyPromise ([85c7570](https://github.com/AliMD/alwatr/commit/85c7570d71c3d5b9ec87b0e357ecf41f47f96227)) +* **i18n:** make number with fixed decimal ([86e60ec](https://github.com/AliMD/alwatr/commit/86e60ec4c89b8bd485bd32674df286885366ee1b)) +* **i18n:** optional number args ([b571385](https://github.com/AliMD/alwatr/commit/b5713853a035e78b06bd4b97cb703e74de0e86ce)) +* **i18n:** work background without delay ([2876d00](https://github.com/AliMD/alwatr/commit/2876d009a96e586544fa00798ec35574209ae2a9)) + +# 0.29.0 (2023-02-10) + +### Bug Fixes + +* **i18n:** prevent duplicate loader ([711cb56](https://github.com/AliMD/alwatr/commit/711cb5698a4b8887b684be79808b30a40f8e9e8a)) +* **i18n:** review and docs ([8574523](https://github.com/AliMD/alwatr/commit/85745235085e6957ab87a9c4e7fb836e73d649f6)) + +### Features + +* **i18n:** add replaceNumber and auto detect setLocale from html ([3413471](https://github.com/AliMD/alwatr/commit/341347149f8685bc259034f5593048aa7db0b927)) + +# 0.28.0 (2023-01-20) + +# 0.27.0 (2022-12-29) + +# 0.26.0 (2022-12-22) + +### Bug Fixes + +* set correct path ([d01ce6f](https://github.com/AliMD/alwatr/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9)) +* tsconfig ([e96dcd3](https://github.com/AliMD/alwatr/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35)) + +### Features + +* improve accident debugging ([d697e6c](https://github.com/AliMD/alwatr/commit/d697e6c4c7d0a4172f4dba9caf6fbd478f79de9c)) +* improve error debugging ([1fba504](https://github.com/AliMD/alwatr/commit/1fba50400a1e8ececc10bbe8ea11cc8dcea2289c)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/i18n diff --git a/core/i18n/package.json b/core/i18n/package.json index deefcf73b..ccfdb7ade 100644 --- a/core/i18n/package.json +++ b/core/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/i18n", - "version": "1.0.0", + "version": "1.1.0", "description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.", "keywords": [ "i18n", @@ -32,9 +32,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.0.0", - "@alwatr/math": "^1.0.0", - "@alwatr/signal": "^1.0.0", + "@alwatr/logger": "^1.1.0", + "@alwatr/math": "^1.1.0", + "@alwatr/signal": "^1.1.0", "tslib": "^2.6.2" } } diff --git a/core/logger/CHANGELOG.md b/core/logger/CHANGELOG.md index a58798a8e..f3c19a453 100644 --- a/core/logger/CHANGELOG.md +++ b/core/logger/CHANGELOG.md @@ -3,6 +3,67 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +### Features + +* **logger:** add logModule ([2e37bef](https://github.com/AliMD/alwatr/commit/2e37befd5f66094c5a521424e2a9d60796384f88)) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* **logger:** logMethod args type ([66338b7](https://github.com/AliMD/alwatr/commit/66338b7ba1d4b15af78f9f604f7be0a7e483413d)) +* **logger:** logMethod args type ([1983b3d](https://github.com/AliMD/alwatr/commit/1983b3d2fe260226ca2660e33b9bd924facdf776)) +* new logger api ([9d83a7d](https://github.com/AliMD/alwatr/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300)) + +### Features + +* **logger:** add `duration time` to logger time label ([ef188c4](https://github.com/AliMD/alwatr/commit/ef188c41a02789e1b35ab424bab24a393a03a3b0)) +* **logger:** add `time` & `timeEnd` ([0bd4ec5](https://github.com/AliMD/alwatr/commit/0bd4ec5dbd185b17cfb8656a84a782e848ade138)) +* **logger:** optional devMode per package ([cc1eb87](https://github.com/AliMD/alwatr/commit/cc1eb879832807d55ad4cf268a54b2d5e4346fff)) + +# 0.30.0 (2023-03-06) + +### Features + +* **logger:** export isBrowser ([5b5be8b](https://github.com/AliMD/alwatr/commit/5b5be8b2312ca67f186d1614506423f1fdb90877)) + +# 0.29.0 (2023-02-10) + +# 0.28.0 (2023-01-20) + +### Bug Fixes + +* **logger:** _ALWATR_VERSION_ ([9cf8f20](https://github.com/AliMD/alwatr/commit/9cf8f208e8adbfa2e2c622a8465453d5554cbd37)) + +# 0.27.0 (2022-12-29) + +### Bug Fixes + +* **logger:** version ([2295fee](https://github.com/AliMD/alwatr/commit/2295fee74e8eebd9db399129de31f2b0d6d6b168)) + +### Features + +* **type:** define alwatrRegistredList ([25406c2](https://github.com/AliMD/alwatr/commit/25406c268f39cf3e055ea05c9fc7b50bd3dd0a17)) + +# 0.26.0 (2022-12-22) + +### Bug Fixes + +* set correct path ([d01ce6f](https://github.com/AliMD/alwatr/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9)) +* tsconfig ([e96dcd3](https://github.com/AliMD/alwatr/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35)) + +### Features + +* improve error debugging ([1fba504](https://github.com/AliMD/alwatr/commit/1fba50400a1e8ececc10bbe8ea11cc8dcea2289c)) +* **logger:** add root version ([2ac01c1](https://github.com/AliMD/alwatr/commit/2ac01c1d12323a6c8591b3dd4826d08a55647dc1)) +* **logger:** move incident to deployment mode ([4ee8dac](https://github.com/AliMD/alwatr/commit/4ee8dac5c54ce8a897382d3d4fb5bb852d24cf24)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/logger diff --git a/core/logger/package.json b/core/logger/package.json index 44a173472..89b79b708 100644 --- a/core/logger/package.json +++ b/core/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "1.0.0", + "version": "1.1.0", "description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", "keywords": [ "log", @@ -32,7 +32,7 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/type": "^1.0.0", + "@alwatr/type": "^1.1.0", "tslib": "^2.6.2" } } diff --git a/core/math/CHANGELOG.md b/core/math/CHANGELOG.md index 564098c5f..ce1a21553 100644 --- a/core/math/CHANGELOG.md +++ b/core/math/CHANGELOG.md @@ -3,6 +3,71 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +# 0.31.0 (2023-05-08) + +### Features + +* **math:** simpleHashNumber ([dffb285](https://github.com/AliMD/alwatr/commit/dffb285e11cd9652d54d2d22956fc22177d16699)) + +# 0.30.0 (2023-03-06) + +### Bug Fixes + +* **math:** remove getClientId ([b5894d6](https://github.com/AliMD/alwatr/commit/b5894d6cf75798d35773dcc048e9dd21fa44199d)) + +### Features + +* **math:** calcDiscount ([ac7c18b](https://github.com/AliMD/alwatr/commit/ac7c18bc0f0e008b8db9fd4b69451a89e7fb069b)) + +# 0.29.0 (2023-02-10) + +### Bug Fixes + +* **typescript:** rollback to 4.9.5 ([cc30f85](https://github.com/AliMD/alwatr/commit/cc30f8502bf95868ff41ba986120b2842acba36b)) + +### Features + +* **i18n:** add replaceNumber and auto detect setLocale from html ([3413471](https://github.com/AliMD/alwatr/commit/341347149f8685bc259034f5593048aa7db0b927)) +* **math:** clamp function ([6fe4423](https://github.com/AliMD/alwatr/commit/6fe44236fc123a32837cfb4ea278b783f2bc2e7a)) +* **math:** getDeviceUuid ([946dad3](https://github.com/AliMD/alwatr/commit/946dad3544f2741462ff239edab8b4a9ea323bd6)) +* **math:** random uuid ([738f51e](https://github.com/AliMD/alwatr/commit/738f51eb323100fafca0a5f515b48d215dae5b3c)) +* **math:** rename deviceId to clientId ([b211fd4](https://github.com/AliMD/alwatr/commit/b211fd42245d51d7109186ddb2f41574d0f0b786)) + +### Performance Improvements + +* **math:** enhance getClientId ([3187039](https://github.com/AliMD/alwatr/commit/3187039a9b87472bda16af6d4b0b71e31c17f272)) +* **math:** enhance getClientId ([af42959](https://github.com/AliMD/alwatr/commit/af429594950c7ded35af53414494dd2f6f4fe208)) +* **unicode-digits:** enhance translate ([104bdba](https://github.com/AliMD/alwatr/commit/104bdba948df11e62577f084b1e51fc4c78e0d9c)) + +# 0.28.0 (2023-01-20) + +### Bug Fixes + +* **type:** revert paramkey ([f1ad066](https://github.com/AliMD/alwatr/commit/f1ad06621f7fe80018573e50804e9f3c1b2edde1)) + +### Features + +* **type:** add optional text on ChatPhotoMessage ([af83f5b](https://github.com/AliMD/alwatr/commit/af83f5b8604cecd3c9b0cb2375267458fd02431d)) + +# 0.27.0 (2022-12-29) + +### Features + +* **type:** define math types ([8c19f40](https://github.com/AliMD/alwatr/commit/8c19f4058d4361b7d3f4f714595e34cb6fa21109)) + +# 0.26.0 (2022-12-22) + +### Bug Fixes + +* set correct path ([d01ce6f](https://github.com/AliMD/alwatr/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9)) +* tsconfig ([e96dcd3](https://github.com/AliMD/alwatr/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/math diff --git a/core/math/package.json b/core/math/package.json index 9c3b3e0da..fb14ddc1a 100644 --- a/core/math/package.json +++ b/core/math/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/math", - "version": "1.0.0", + "version": "1.1.0", "description": "Simple useful Math library written in tiny TypeScript module.", "keywords": [ "math", @@ -30,7 +30,7 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.0.0", + "@alwatr/logger": "^1.1.0", "tslib": "^2.6.2" } } diff --git a/core/nano-server/CHANGELOG.md b/core/nano-server/CHANGELOG.md index b97055bf4..4ee6cea67 100644 --- a/core/nano-server/CHANGELOG.md +++ b/core/nano-server/CHANGELOG.md @@ -3,6 +3,84 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +### Bug Fixes + +* **nano-server:** `data` type ([f629f3b](https://github.com/AliMD/alwatr/commit/f629f3b7952b775ead78119c699ce93c119b8164)) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* **nano-server:** path prefix ([83995f7](https://github.com/AliMD/alwatr/commit/83995f7bc9748ecb632d6f8dbea5e2f96fa59c41)) +* **nano-server:** prefixPattern, logger ([f9d203e](https://github.com/AliMD/alwatr/commit/f9d203e65955629f6dd5c468867f20ce578337eb)) +* new logger api ([9d83a7d](https://github.com/AliMD/alwatr/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300)) + +### Features + +* **nano-server:** add getUserAuth ([615266f](https://github.com/AliMD/alwatr/commit/615266f06ef47a7a5b36fe3d6abee1653703bf6f)) +* **nano-server:** prefix pattern ([ad5e1b5](https://github.com/AliMD/alwatr/commit/ad5e1b56651c96cb825187604f877fee396b3ec4)) + +# 0.30.0 (2023-03-06) + +### Features + +* **nano-server:** getRemoteAddress ([eff82cb](https://github.com/AliMD/alwatr/commit/eff82cbdba5a35a88d95f6997365210683163d62)) +* **nano-server:** requireClientId ([fccd734](https://github.com/AliMD/alwatr/commit/fccd734f0c08cc624492b30e14c451143706cc00)) + +# 0.29.0 (2023-02-10) + +### Bug Fixes + +* **nano-server:** compatible with ParamValueType ([325d896](https://github.com/AliMD/alwatr/commit/325d89651aeba38079d6fb9184adb894df94f083)) +* **nano-server:** null parsedParams ([bb969b2](https://github.com/AliMD/alwatr/commit/bb969b23495f791003225b5c557e40e10e7f8124)) +* **nano-server:** type ([2586061](https://github.com/AliMD/alwatr/commit/25860611f765e67ecddd586d80169ebe7f75701b)) + +### Features + +* **nano-server:** add client-id to IncomingHttpHeaders type ([a4a86c7](https://github.com/AliMD/alwatr/commit/a4a86c7e410edfe69e66cdab6b8ffdc0d9b95eb8)) +* **nano-service:** api prefix support ([21960dc](https://github.com/AliMD/alwatr/commit/21960dce5f25a587b19886e487f7d46af5ca087b)) + +# 0.28.0 (2023-01-20) + +### Bug Fixes + +* **nano-server:** math references ([e46071a](https://github.com/AliMD/alwatr/commit/e46071a49bb61cb6f36d2e79e14c32712f3746fa)) +* **type:** revert paramkey ([f1ad066](https://github.com/AliMD/alwatr/commit/f1ad06621f7fe80018573e50804e9f3c1b2edde1)) + +# 0.27.0 (2022-12-29) + +### Bug Fixes + +* review issue ([e5d192c](https://github.com/AliMD/alwatr/commit/e5d192cbee6917c2de01146cf8bd026895724ab8)) + +# 0.26.0 (2022-12-22) + +### Bug Fixes + +* inline home route ([ce978f6](https://github.com/AliMD/alwatr/commit/ce978f6e1e2890e853d0db351c08efca665e5fad)) +* **nano-server:** check method on getBody ([9aa9857](https://github.com/AliMD/alwatr/commit/9aa9857fb6ad96f861f31c651bf131813e46b343)) +* **nano-server:** handle utf8 reply issue ([33aa238](https://github.com/AliMD/alwatr/commit/33aa238d99f92c03a5b39e829cb39172dc45d5c6)) +* **nano-server:** remove return null on requireToken ([3c6779f](https://github.com/AliMD/alwatr/commit/3c6779f6b114aa1afe71e9b2054fb6dbe273c26a)) +* **nano-server:** route generic ([94e181b](https://github.com/AliMD/alwatr/commit/94e181ba1172399ac992af6dc969c56e4edffbf0)) +* **nano-server:** update docs and return type ([df949c1](https://github.com/AliMD/alwatr/commit/df949c19ea75921ab9c3e7323dc33ef340bd3ee7)) +* set correct path ([d01ce6f](https://github.com/AliMD/alwatr/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9)) +* tsconfig ([e96dcd3](https://github.com/AliMD/alwatr/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35)) + +### Features + +* improve accident debugging ([d697e6c](https://github.com/AliMD/alwatr/commit/d697e6c4c7d0a4172f4dba9caf6fbd478f79de9c)) +* improve error debugging ([1fba504](https://github.com/AliMD/alwatr/commit/1fba50400a1e8ececc10bbe8ea11cc8dcea2289c)) +* **nano-server:** clear debug info from client for security reasons. ([5814af2](https://github.com/AliMD/alwatr/commit/5814af2ceeac6e2175c4ab924e4b40cef765072c)) +* **nano-server:** maybe promise type ([d782761](https://github.com/AliMD/alwatr/commit/d7827616ea71b7e6328c6a85b80c2daec0b6f512)) +* **nano-server:** reply throw on route ([083dfa5](https://github.com/AliMD/alwatr/commit/083dfa51b391dc689d1d4fed9f1f17d768e7384c)) +* **nano-server:** routeMiddleware type ([a05b1a2](https://github.com/AliMD/alwatr/commit/a05b1a2bc79aeca67a81f4758f5d2b0f6c890028)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/nano-server diff --git a/core/nano-server/package.json b/core/nano-server/package.json index 9e6968db6..0ea96e654 100644 --- a/core/nano-server/package.json +++ b/core/nano-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-server", - "version": "1.0.0", + "version": "1.1.0", "description": "Elegant powerful nodejs server for nanoservice use cases, written in tiny TypeScript module.", "keywords": [ "server", @@ -31,8 +31,8 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.0.0", - "@alwatr/math": "^1.0.0", + "@alwatr/logger": "^1.1.0", + "@alwatr/math": "^1.1.0", "tslib": "^2.6.2" } } diff --git a/core/router/CHANGELOG.md b/core/router/CHANGELOG.md index da4e04a63..95350193f 100644 --- a/core/router/CHANGELOG.md +++ b/core/router/CHANGELOG.md @@ -3,6 +3,69 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* new logger api ([9d83a7d](https://github.com/AliMD/alwatr/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300)) + +### Features + +* **router:** add thisArg for routerOutlet ([2bfd1f5](https://github.com/AliMD/alwatr/commit/2bfd1f5b8593f7107b4e84b35600cc07ca3d6c6c)) + +# 0.30.0 (2023-03-06) + +### Bug Fixes + +* **router:** home page for sub page routes ([af737f3](https://github.com/AliMD/alwatr/commit/af737f3451fd057f0a2a574be05c34bd06c0f7c0)) +* **router:** make url from router respect empty sectionList ([1fb62f7](https://github.com/AliMD/alwatr/commit/1fb62f774bf5e9e6b68c04d756b32177697e55e8)) + +### Features + +* **router:** internal redirect render template to another route ([de92671](https://github.com/AliMD/alwatr/commit/de9267126935b73dd561d8817346410f00960234)) +* **router:** keepSectionSlice for redirect ([1c3b370](https://github.com/AliMD/alwatr/commit/1c3b370c41f96a8ad612ea9fd5ab9963f6a3b27b)) + +# 0.29.0 (2023-02-10) + +### Bug Fixes + +* **route:** cleanup old api ([cf42205](https://github.com/AliMD/alwatr/commit/cf422055b96dbfd33a23732fe3e1def8b86e73c5)) +* **route:** export types ([551f4e3](https://github.com/AliMD/alwatr/commit/551f4e3509cd7b50477c3eefc72a34145e710aa0)) +* **router:** makeRouteContext as soon as posible ([f092b45](https://github.com/AliMD/alwatr/commit/f092b4584cc5fc424ac63cdf40b7c635053b9720)) +* **route:** RouteContextBase type ([9e9ee78](https://github.com/AliMD/alwatr/commit/9e9ee7861bebfe68990171799537d3664ac1a66e)) +* **router:** protocol type ([01fa523](https://github.com/AliMD/alwatr/commit/01fa52381d5ac9760c9af0d595826565548c6841)) + +### Features + +* **route:** makeRouteContext ([16be581](https://github.com/AliMD/alwatr/commit/16be5815a4a44f22bd17c4a87f1b7ef30f9aec6c)) +* **route:** new url method ([580f2b3](https://github.com/AliMD/alwatr/commit/580f2b34396461389da0126d64c3c6ffde99e87b)) +* **route:** redirect with update browser history ([d6d64a0](https://github.com/AliMD/alwatr/commit/d6d64a0fc80284e279db4515d95ff99f530b447f)) +* **router:** enhance logging ([d5930ea](https://github.com/AliMD/alwatr/commit/d5930ea6117b4794c3771a8331c0d6ae063dd52e)) +* **router:** export main api in index and auto init ([58718eb](https://github.com/AliMD/alwatr/commit/58718ebaa10c784255b4a0faa467d35659a1b1df)) +* **router:** initialize process on DOMContentLoaded ([6b114e2](https://github.com/AliMD/alwatr/commit/6b114e2f64a50a40467bff20ecf562d1b7827632)) +* **router:** new api from scratch! ([2b26a8d](https://github.com/AliMD/alwatr/commit/2b26a8d9f95b5968dbda003edc9d540ea95fadd1)) + +# 0.28.0 (2023-01-20) + +# 0.27.0 (2022-12-29) + +### Bug Fixes + +* **core/router:** preventDefault on svg link click ([e35e935](https://github.com/AliMD/alwatr/commit/e35e9351857d5bcb5128afbc87eb62dd11da865e)) + +# 0.26.0 (2022-12-22) + +### Bug Fixes + +* set correct path ([d01ce6f](https://github.com/AliMD/alwatr/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9)) +* tsconfig ([e96dcd3](https://github.com/AliMD/alwatr/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/router diff --git a/core/router/package.json b/core/router/package.json index 6bd02ffdf..0264ac102 100644 --- a/core/router/package.json +++ b/core/router/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/router", - "version": "1.0.0", + "version": "1.1.0", "description": "Elegant powerful router (fundamental advance browser page routing) based on the simplicity of the signals written in tiny TypeScript module.", "keywords": [ "router", @@ -31,9 +31,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.0.0", - "@alwatr/math": "^1.0.0", - "@alwatr/signal": "^1.0.0", + "@alwatr/logger": "^1.1.0", + "@alwatr/math": "^1.1.0", + "@alwatr/signal": "^1.1.0", "tslib": "^2.6.2" } } diff --git a/core/server-context/CHANGELOG.md b/core/server-context/CHANGELOG.md index 1dc202205..112049a79 100644 --- a/core/server-context/CHANGELOG.md +++ b/core/server-context/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +### Bug Fixes + +* **server-context:** convert some `super` to `this` ([3a79736](https://github.com/AliMD/alwatr/commit/3a7973658daf2ee364aced0c7c4880041dfc9a1a)) +* **server-context:** export `server-context` to use ([b71c9a5](https://github.com/AliMD/alwatr/commit/b71c9a5efa35ac4b5e53fd5cd966277abd7ff592)) + +### Features + +* **server-context:** AlwatrServerContext ([2ca976a](https://github.com/AliMD/alwatr/commit/2ca976afd50b3022a264eef880274a9e1496056a)) +* **server-context:** dynamic extra state/event type ([1cb6db1](https://github.com/AliMD/alwatr/commit/1cb6db1573f9349edecdc7d73e66243cadea40d4)) + +# 1.0.0 (2023-06-14) + +### Bug Fixes + +* **server-context:** add `_request` & `_actionRecord` ([5037fec](https://github.com/AliMD/alwatr/commit/5037fecf68fc59727c7d66afdc2accce4d78f107)) +* **server-context:** arg of `request` in `AlwatrApiRequest` ([d1835eb](https://github.com/AliMD/alwatr/commit/d1835eba2ac024d297b439721a57515eca798f32)) +* **server-context:** export `api-request` ([b91fe96](https://github.com/AliMD/alwatr/commit/b91fe964a14e75aa0d544437e6aa4de1e990272d)) +* **server-context:** review and fix runtime issues ([e2f6814](https://github.com/AliMD/alwatr/commit/e2f6814a0ad8d2da8f2b76a9c10706234364c3c9)) +* **server-context:** tsconfig ([b200a21](https://github.com/AliMD/alwatr/commit/b200a2171fe68f04e7dd839c1746160281ff847b)) +* **server-request:** review and enhance ([ae3b530](https://github.com/AliMD/alwatr/commit/ae3b5301da7a0de76ed1eafbeca62fa34695892f)) + +### Features + +* **api-request:** base on server-request ([8cfd0d9](https://github.com/AliMD/alwatr/commit/8cfd0d971e9b06c3859db3bdaac3afb43ed996ab)) +* **server-context:** add new module ([01d843c](https://github.com/AliMD/alwatr/commit/01d843c4fb6a363dedb6c1fa23d8fa5f87b50cef)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) ### Bug Fixes diff --git a/core/server-context/package.json b/core/server-context/package.json index 97c28ceba..2c9fbfe5a 100644 --- a/core/server-context/package.json +++ b/core/server-context/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/server-context", - "version": "1.0.0", + "version": "1.1.0", "description": "Elegant powerful context manager base on alwatr signal, written in tiny TypeScript, ES module.", "keywords": [ "context", @@ -31,11 +31,11 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/fetch": "^1.0.0", - "@alwatr/fsm": "^1.0.0", - "@alwatr/logger": "^1.0.0", - "@alwatr/signal": "^1.0.0", - "@alwatr/util": "^1.0.0", + "@alwatr/fetch": "^1.1.0", + "@alwatr/fsm": "^1.1.0", + "@alwatr/logger": "^1.1.0", + "@alwatr/signal": "^1.1.0", + "@alwatr/util": "^1.1.0", "tslib": "^2.6.2" } } diff --git a/core/signal/CHANGELOG.md b/core/signal/CHANGELOG.md index 42344756c..4cb7964af 100644 --- a/core/signal/CHANGELOG.md +++ b/core/signal/CHANGELOG.md @@ -3,6 +3,94 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* new logger api ([9d83a7d](https://github.com/AliMD/alwatr/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300)) +* **signal:** dont receivePrevious when listener is disabled ([68ae207](https://github.com/AliMD/alwatr/commit/68ae207ce9ecf104922b24910d8dfcedb13acde7)) +* **signal:** requestableContextProvider.getValue ([0a7111d](https://github.com/AliMD/alwatr/commit/0a7111da7b8eb004566922dc9b35edfc02a55147)) + +### Features + +* **signal:** new RequestableContext with state ([b8a8e55](https://github.com/AliMD/alwatr/commit/b8a8e550d3952863d85ba9d9d87513a668a9430d)) + +# 0.30.0 (2023-03-06) + +### Bug Fixes + +* **signal:** NextCycle with own detail ([01f3c79](https://github.com/AliMD/alwatr/commit/01f3c79500927f6384a33abcc9b0cb2355794b3e)) +* **signal:** nodejs compatibility ([69d8a60](https://github.com/AliMD/alwatr/commit/69d8a60ad64d44ee7c3ced002e702f13408a5a50)) +* **signal:** requestableContextConsumer bind issue ([66467f6](https://github.com/AliMD/alwatr/commit/66467f6e5681d84d7f2e0b353206d4bb579b26f2)) +* **signal:** requestContext dispatch issue ([e937ebd](https://github.com/AliMD/alwatr/commit/e937ebd3a90fc6a9946f5c35ef4f6f40b6ab4b00)) + +### Features + +* **signal:** add untilChange for contextProvider ([cb44916](https://github.com/AliMD/alwatr/commit/cb4491698fd5ddfbe055032fc2cb50691de31194)) +* **signal:** defineCommand return ListenerSpec ([21fecac](https://github.com/AliMD/alwatr/commit/21fecacb6aa9423da9e3c177a4bbc59952d94e35)) +* **signal:** dispatch NextCycle option ([b30eb31](https://github.com/AliMD/alwatr/commit/b30eb316d92f594034fc40d195c4033e38e4d2e2)) + +# 0.29.0 (2023-02-10) + +### Bug Fixes + +* **signal/core:** _getSignalObject ([1374188](https://github.com/AliMD/alwatr/commit/1374188bdc7e689ded11d04bf4588a1162cc6d86)) +* **signal:** alert [#1455](https://github.com/AliMD/alwatr/issues/1455) ([203307d](https://github.com/AliMD/alwatr/commit/203307df308a12e6c38cb9e0e2301b2015b6ff45)) +* **signal:** clean old interfaces ([b2987ad](https://github.com/AliMD/alwatr/commit/b2987add7bfe0cf609fa355403fb9fb5de3f6b8a)) +* **signal:** export all interfaces ([8704eac](https://github.com/AliMD/alwatr/commit/8704eac6ae7a8a45e77c24ef5e602e36af3fd21e)) +* **signal:** export listeners ([fb05bfb](https://github.com/AliMD/alwatr/commit/fb05bfb9b7eb30427442783677ce1d4da5401160)) +* **signal:** import types ([cc0b88b](https://github.com/AliMD/alwatr/commit/cc0b88be420b1fe057a8640bbffb1af3bf327cef)) +* **signal:** interface bind type ([7b6c820](https://github.com/AliMD/alwatr/commit/7b6c820da2ba216f36e089bf79bdeccf208df3b1)) +* **signal:** reported issues ([75f688f](https://github.com/AliMD/alwatr/commit/75f688faf96a056a256603d05276f5731db86aee)) +* **signal:** TSignal on SignalControllerInterface ([ac42b7c](https://github.com/AliMD/alwatr/commit/ac42b7c7023549e8dd07cd3d9e189f356ffa06ee)) + +### Features + +* **signal-manager:** enhance provider, docs ([c4583a3](https://github.com/AliMD/alwatr/commit/c4583a3b0fcbf38b5e426aaa2bc6e0f52ccac5fd)) +* **signal:** alias in SignalInterface & BoundSignalInterface ([053030b](https://github.com/AliMD/alwatr/commit/053030b96c09d474794f32327d892f1d3690656c)) +* **signal:** bind signal ([de49a13](https://github.com/AliMD/alwatr/commit/de49a13eaffce31660849dfc63285d97e9098c0c)) +* **signal:** command handler/provider interface ([3d23683](https://github.com/AliMD/alwatr/commit/3d236837e13d8cfdcd44a1570bdc9659f48e7f47)) +* **signal:** command signals ([98c1d90](https://github.com/AliMD/alwatr/commit/98c1d90978329e4c5c584e19edb1aaa365632162)) +* **signal:** command trigger interface ([dda9466](https://github.com/AliMD/alwatr/commit/dda94666d9e8e490fea26038044df0e67c203583)) +* **signal:** commandSignal ([5a0d7e5](https://github.com/AliMD/alwatr/commit/5a0d7e5498087620d28548ea5d90036a7b17483a)) +* **signal:** context prover and consumer ([081a51a](https://github.com/AliMD/alwatr/commit/081a51a1ee88e66ebbcd0c58186c00a6aa9e1032)) +* **signal:** contextProvider.expire ([7d0ce93](https://github.com/AliMD/alwatr/commit/7d0ce937f0eadcd9019e6047fbe07aa1a3b579a7)) +* **signal:** event listener interface ([4ca4079](https://github.com/AliMD/alwatr/commit/4ca407938d444027cdbd435173c875fdd9ce8e28)) +* **signal:** event trigger interface ([9b90597](https://github.com/AliMD/alwatr/commit/9b905979a5065640981433ec7d120ba2494966bb)) +* **signal:** new contextConsumer interface ([9ee4a62](https://github.com/AliMD/alwatr/commit/9ee4a624211adb66d9c3d180470cca44ed7df382)) +* **signal:** new contextProvider interface ([e5d29eb](https://github.com/AliMD/alwatr/commit/e5d29ebaa75d71bb5a87bedddb2be7600e68b210)) +* **signal:** new manager interface ([f028306](https://github.com/AliMD/alwatr/commit/f028306f4d7932df65a1bbeade0d29377a370e2e)) +* **signal:** new requestable context consumer interface ([bf6845f](https://github.com/AliMD/alwatr/commit/bf6845f35a98bb63bcfa42196c2f977d64aea59e)) +* **signal:** new requestable context provider interface ([2c8d576](https://github.com/AliMD/alwatr/commit/2c8d57604dcb07a2831d85d4ef1e262863a5fae8)) +* **signal:** new signal dynamic types ([0f1a38e](https://github.com/AliMD/alwatr/commit/0f1a38e356ab73e4e2e1a8f852585e50e86cff0e)) +* **signal:** new simple api ([eb1e478](https://github.com/AliMD/alwatr/commit/eb1e47892d4478fb6c687f6d15e1a5c204b5666c)) +* **signal:** refactor all generic types with Stringifyable ([bdcef63](https://github.com/AliMD/alwatr/commit/bdcef632c81fa5e7c7ae595a7a77092c53821850)) +* **signal:** separate request command with response ([47a779e](https://github.com/AliMD/alwatr/commit/47a779e9a814d5d6a388f1a3e94c23e7fb977dce)) +* **signal:** signal.request ([d791b3e](https://github.com/AliMD/alwatr/commit/d791b3eef846697020b76bfecfbf25a3e31eb3a5)) +* **signal:** signal.untilNext ([9df78c0](https://github.com/AliMD/alwatr/commit/9df78c03dea243b467504fdf422388ab9d2b5660)) +* **signal:** signals.expire ([3591efd](https://github.com/AliMD/alwatr/commit/3591efd5e42f7a981814fd59d7189b5066735302)) + +# 0.28.0 (2023-01-20) + +# 0.27.0 (2022-12-29) + +# 0.26.0 (2022-12-22) + +### Bug Fixes + +* set correct path ([d01ce6f](https://github.com/AliMD/alwatr/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9)) +* tsconfig ([e96dcd3](https://github.com/AliMD/alwatr/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35)) + +### Features + +* improve error debugging ([1fba504](https://github.com/AliMD/alwatr/commit/1fba50400a1e8ececc10bbe8ea11cc8dcea2289c)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/signal diff --git a/core/signal/package.json b/core/signal/package.json index a7624af0f..32f0eebaf 100644 --- a/core/signal/package.json +++ b/core/signal/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/signal", - "version": "1.0.0", + "version": "1.1.0", "description": "Elegant powerful event system for handle global signals and states written in tiny TypeScript module.", "keywords": [ "signal", @@ -29,9 +29,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.0.0", - "@alwatr/type": "^1.0.0", - "@alwatr/util": "^1.0.0", + "@alwatr/logger": "^1.1.0", + "@alwatr/type": "^1.1.0", + "@alwatr/util": "^1.1.0", "tslib": "^2.6.2" } } diff --git a/core/storage-client/CHANGELOG.md b/core/storage-client/CHANGELOG.md index 936aacb50..9ce55d3c4 100644 --- a/core/storage-client/CHANGELOG.md +++ b/core/storage-client/CHANGELOG.md @@ -3,6 +3,71 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +### Bug Fixes + +* **storage-client:** `get` return type ([dfe9728](https://github.com/AliMD/alwatr/commit/dfe9728b033d74f25891cab02fc19a153f760896)) +* **storage-client:** remove some extra types ([017b8ed](https://github.com/AliMD/alwatr/commit/017b8ed262cf009a7ce3eeb9c141761d3d32ba81)) + +### Features + +* **storage-client:** compatibel with new storage server response types ([9b88472](https://github.com/AliMD/alwatr/commit/9b88472ce4f037010c291f5e15b2a480a8439fdf)) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* logger new api ([fd86f32](https://github.com/AliMD/alwatr/commit/fd86f324b98dc1d22654f4597a033e8ff10c4dad)) +* new logger api ([9d83a7d](https://github.com/AliMD/alwatr/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300)) +* **storage-client:** serviceRequest type ([66758e1](https://github.com/AliMD/alwatr/commit/66758e12a6da369f9d2ff90b57a470ff08413f7b)) + +### Features + +* **storage-client:** `cacheApiResponse` method ([4d6ca79](https://github.com/AliMD/alwatr/commit/4d6ca793ef46f1eabed7ed5e07a2fa3234811a1b)) +* **storage-client:** `link` method ([25e2250](https://github.com/AliMD/alwatr/commit/25e22507004d230f809884bbb88d02410571db53)) +* **storage-client:** add touch method ([5a347b3](https://github.com/AliMD/alwatr/commit/5a347b316408c53ed3f5947fed9c1fff41c0c13c)) + +# 0.30.0 (2023-03-06) + +# 0.29.0 (2023-02-10) + +# 0.28.0 (2023-01-20) + +### Bug Fixes + +* **storage-client:** export AlwatrStorageClientConfig ([9d626c2](https://github.com/AliMD/alwatr/commit/9d626c28898c7d97776896317d246b8483ecbe5e)) + +# 0.27.0 (2022-12-29) + +### Bug Fixes + +* review issue ([e5d192c](https://github.com/AliMD/alwatr/commit/e5d192cbee6917c2de01146cf8bd026895724ab8)) + +### Features + +* **type:** define alwatrRegistredList ([25406c2](https://github.com/AliMD/alwatr/commit/25406c268f39cf3e055ea05c9fc7b50bd3dd0a17)) + +# 0.26.0 (2022-12-22) + +### Bug Fixes + +* set correct path ([d01ce6f](https://github.com/AliMD/alwatr/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9)) +* **storage-client:** build issue ([20df110](https://github.com/AliMD/alwatr/commit/20df1106f8fad4dc916d44467584000cace07541)) +* **storage-client:** getStorage queryParameters ([441c2f8](https://github.com/AliMD/alwatr/commit/441c2f88719d0fd98eb70d26aa4ea79a47acd6b9)) +* **storage-client:** import type ([c1ef85d](https://github.com/AliMD/alwatr/commit/c1ef85d74be28998f5b5ce6b55bb92a6c40fcd89)) +* tsconfig ([e96dcd3](https://github.com/AliMD/alwatr/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35)) + +### Features + +* improve error debugging ([1fba504](https://github.com/AliMD/alwatr/commit/1fba50400a1e8ececc10bbe8ea11cc8dcea2289c)) +* **storage-client:** error codes ([fc5fe8a](https://github.com/AliMD/alwatr/commit/fc5fe8a650d881b224c9421da3bb34565e1e3fee)) +* **storage-client:** more data validate on get ([4a8200c](https://github.com/AliMD/alwatr/commit/4a8200c42da20fe21dbdf198ef1c3708186e23cc)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/storage-client diff --git a/core/storage-client/package.json b/core/storage-client/package.json index 448af23c7..6af3ea023 100644 --- a/core/storage-client/package.json +++ b/core/storage-client/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/storage-client", - "version": "1.0.0", + "version": "1.1.0", "description": "Elegant micro client for storage server written in tiny TypeScript ES module.", "keywords": [ "database", @@ -36,8 +36,8 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/fetch": "^1.0.0", - "@alwatr/logger": "^1.0.0", + "@alwatr/fetch": "^1.1.0", + "@alwatr/logger": "^1.1.0", "tslib": "^2.6.2" } } diff --git a/core/storage-engine/CHANGELOG.md b/core/storage-engine/CHANGELOG.md index d7e29402c..40cfc696e 100644 --- a/core/storage-engine/CHANGELOG.md +++ b/core/storage-engine/CHANGELOG.md @@ -3,6 +3,61 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +### Bug Fixes + +* import util/node ([ca9e995](https://github.com/AliMD/alwatr/commit/ca9e995567ad267c1730e1c98f9dbbd03ab90331)) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* logger new api ([fd86f32](https://github.com/AliMD/alwatr/commit/fd86f324b98dc1d22654f4597a033e8ff10c4dad)) +* new logger api ([9d83a7d](https://github.com/AliMD/alwatr/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300)) +* **storage-engine:** dev mode ([65491ce](https://github.com/AliMD/alwatr/commit/65491ce7b7ff0756d8e475442d175b880b9894db)) +* **storage-engine:** new _$save method ([21cdf51](https://github.com/AliMD/alwatr/commit/21cdf5138bfced0177af4538d80f88fe2d415f67)) + +### Features + +* **storage-engine:** none blocking save storage ([f668ba0](https://github.com/AliMD/alwatr/commit/f668ba0232c0b3372ee14c40d35b1f7e577b15c7)) +* **storage-engine:** save new empty storage after open ([85bb855](https://github.com/AliMD/alwatr/commit/85bb8551e2dfe976d191d7c7243c29fe71433e54)) + +# 0.30.0 (2023-03-06) + +# 0.29.0 (2023-02-10) + +# 0.28.0 (2023-01-20) + +### Bug Fixes + +* version in package.json ([403baa5](https://github.com/AliMD/alwatr/commit/403baa53159db2a0fff5b3651769b85e66b13191)) + +### Features + +* **storage-engine:** migrate old storages ([10fc378](https://github.com/AliMD/alwatr/commit/10fc3785ee22bf397dd1448cf0c1568be65fb8cb)) +* **type:** id in storage meta type ([146b9eb](https://github.com/AliMD/alwatr/commit/146b9eb4ebc748eda852988328b88abb75651945)) + +# 0.27.0 (2022-12-29) + +### Bug Fixes + +* review issue ([e5d192c](https://github.com/AliMD/alwatr/commit/e5d192cbee6917c2de01146cf8bd026895724ab8)) + +# 0.26.0 (2022-12-22) + +### Bug Fixes + +* set correct path ([d01ce6f](https://github.com/AliMD/alwatr/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9)) +* **storage-engine:** AlwatrDocumentStorage ([ca9a7bf](https://github.com/AliMD/alwatr/commit/ca9a7bf5e17b333538e749ada5d481a06c847101)) +* **storage-engine:** export type ([4dbd79f](https://github.com/AliMD/alwatr/commit/4dbd79f746484c870f877b98d556930e9c35b3f9)) +* **storage-engine:** work with new types ([e86c9cd](https://github.com/AliMD/alwatr/commit/e86c9cd8de6fb6b73f3b5e185b4cc7a7afe81a83)) +* tsconfig ([e96dcd3](https://github.com/AliMD/alwatr/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/storage-engine diff --git a/core/storage-engine/package.json b/core/storage-engine/package.json index d5ec5f18d..02a8f7306 100644 --- a/core/storage-engine/package.json +++ b/core/storage-engine/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/storage-engine", - "version": "1.0.0", + "version": "1.1.0", "description": "Elegant micro in-memory json-like storage with disk backed, Faster NoSQL Database written in tiny TypeScript ES module.", "keywords": [ "database", @@ -36,8 +36,8 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/logger": "^1.0.0", - "@alwatr/util": "^1.0.0", + "@alwatr/logger": "^1.1.0", + "@alwatr/util": "^1.1.0", "exit-hook": "^4.0.0", "tslib": "^2.6.2" } diff --git a/core/type/CHANGELOG.md b/core/type/CHANGELOG.md index 6539d173e..e91b1d290 100644 --- a/core/type/CHANGELOG.md +++ b/core/type/CHANGELOG.md @@ -3,6 +3,132 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +# 1.0.0 (2023-06-14) + +### Bug Fixes + +* **type/photo:** make meta optional ([5cea716](https://github.com/AliMD/alwatr/commit/5cea716d77bfe4db57c8f25307c4ee18862bb716)) + +# 0.32.0 (2023-05-27) + +### Bug Fixes + +* **com-api:** user-list-inc-order permission ([91beb27](https://github.com/AliMD/alwatr/commit/91beb27cbe372e6b66c99928e26fa4679b751c23)) +* **fetch:** userAuth in StringifyableFetchOptions ([f554b57](https://github.com/AliMD/alwatr/commit/f554b575584cb1464d48fbe8a8c4006125365853)) +* **type/com:** orderInfoSchema ([b90d872](https://github.com/AliMD/alwatr/commit/b90d87268429fc802fb9966fd6efd43912bc851a)) +* **type:** `data` type ([0601384](https://github.com/AliMD/alwatr/commit/06013843612fb2400d664a4dd084f70278a5eaa4)) +* **type:** `orderInfoSchema` ([47ca524](https://github.com/AliMD/alwatr/commit/47ca5243f6de3c966c3fb3bd10256134d100e4e9)) + +### Features + +* **com-pwa:** car count ([d2ea9c1](https://github.com/AliMD/alwatr/commit/d2ea9c12863d214afe5daa7d07997175c19ca859)) +* **type/com:** ComUserIncOrder ([8ddf5bf](https://github.com/AliMD/alwatr/commit/8ddf5bf0b75b601582751f017f293a26c74b1815)) +* **type/com:** rewrite ([1829673](https://github.com/AliMD/alwatr/commit/1829673cf63746d4356aaa3673aefc001b042258)) +* **type/user:** add token! ([de23795](https://github.com/AliMD/alwatr/commit/de237957a7a045c1998cf43b585125027fad5d7d)) +* **type:** add `priceListName` to `ComUser` ([b22555e](https://github.com/AliMD/alwatr/commit/b22555ebe508cc0d732e6af0e1bbf99f99eaca16)) +* **type:** user permissions ([e3d7091](https://github.com/AliMD/alwatr/commit/e3d70916fb7e93f8daf51a8c4aaf856f109b01be)) +* **type:** user permissions ([6bb0aac](https://github.com/AliMD/alwatr/commit/6bb0aacb991e11a930a30dc9071a5de0edf77368)) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* **com-pwa/new-order:** debugging ([9027eb0](https://github.com/AliMD/alwatr/commit/9027eb013e6803b1f77dc7cbf4cc14704f49557d)) +* **type/service-response:** default generics ([04dfe54](https://github.com/AliMD/alwatr/commit/04dfe549c272878756544481f0a0d301d6e3c228)) +* **type:** fix `ComUser` ([670660f](https://github.com/AliMD/alwatr/commit/670660fb3b18e63ad54d22a76297b982c77533be)) +* **type:** Stringifyable ([058381b](https://github.com/AliMD/alwatr/commit/058381b50641ba44f4ac60e2173b5b91449e58cd)) +* **validator:** array support ([08f5215](https://github.com/AliMD/alwatr/commit/08f521534a0e937e5cf0f92bf5ca274838f41f93)) + +### Features + +* **com-pwa:** `sing-in` process ([407e9c6](https://github.com/AliMD/alwatr/commit/407e9c640899efdd2bc4633bb966665c6f9b00be)) +* **com-pwa:** change order_shipping_car i18n key ([b8f7daa](https://github.com/AliMD/alwatr/commit/b8f7daa2622506d45e85274db38dbe20a2518f1f)) +* **com-pwa:** validate shipping form and item list before enable submit ([9af59d7](https://github.com/AliMD/alwatr/commit/9af59d72a2678249776d738ea79e4f248a442c5c)) +* **type/com:** ComUser/permissions ([a962366](https://github.com/AliMD/alwatr/commit/a9623669a83f1cce0f96428d5c2d126ad3e5984b)) +* **type/com:** order schema ([d1aacdb](https://github.com/AliMD/alwatr/commit/d1aacdb56cb9995bc05d54bb78bc67e3f629e12c)) +* **type/com:** qtyStep const ([3c928d4](https://github.com/AliMD/alwatr/commit/3c928d406859c85cf939827ece98db6fc39ff914)) +* **type:** ArrayItems ([4f20d8a](https://github.com/AliMD/alwatr/commit/4f20d8ab312787d3073a43594e813bcddeb99aeb)) +* **type:** MaybeArray ([0c61708](https://github.com/AliMD/alwatr/commit/0c6170890faad306a052c3d8242df21f780ef1c3)) +* **type:** SingleOrArray, Prop, Values, Merge ([c3d2a86](https://github.com/AliMD/alwatr/commit/c3d2a8669f4ae83abeb69a1cfef51ecc23c76a10)) +* **type:** user permissions ([aff0853](https://github.com/AliMD/alwatr/commit/aff08538d183e3f6b2d637e56fe2f2281c4da768)) +* **type:** UserAuth ([c902144](https://github.com/AliMD/alwatr/commit/c9021444743c5a0a5a333688830cd0a7dd7d9867)) + +# 0.30.0 (2023-03-06) + +### Bug Fixes + +* **type:** com orderStatusCS ([b789640](https://github.com/AliMD/alwatr/commit/b789640b01165e403e9e12a014c9c777b61689b7)) +* **type:** export user and photo ([27e352e](https://github.com/AliMD/alwatr/commit/27e352e231aed966d4d049cc2f1f93781f386952)) + +### Features + +* **button:** click signal with detail ([03c2dc1](https://github.com/AliMD/alwatr/commit/03c2dc1e64562815505b468c761ac245554470ed)) +* **com-pwa:** carType/ladingType ([94a2e96](https://github.com/AliMD/alwatr/commit/94a2e969465c20f7b52b7f18050b9ae0d3fec62d)) +* **i18n:** l18eReadyPromise ([85c7570](https://github.com/AliMD/alwatr/commit/85c7570d71c3d5b9ec87b0e357ecf41f47f96227)) +* **type/com:** OrderDraft, orderDeliverySchema ([4417877](https://github.com/AliMD/alwatr/commit/44178779fbeba5d14a465380541c64ffb3f4f597)) +* **type:** ProductPrice ([7fe7b32](https://github.com/AliMD/alwatr/commit/7fe7b321c0ab94c8abc4527b4aa33191cf5a9213)) + +# 0.29.0 (2023-02-10) + +### Bug Fixes + +* **storage-server:** type ([5e033d7](https://github.com/AliMD/alwatr/commit/5e033d75d158a3b634a0d05da741241ff76f58d9)) + +### Features + +* **icon-button:** new content prop with click signal event ([bb5dae6](https://github.com/AliMD/alwatr/commit/bb5dae6048fcacb4a4e70aab514e4900fd5a96ea)) +* **route:** makeRouteContext ([16be581](https://github.com/AliMD/alwatr/commit/16be5815a4a44f22bd17c4a87f1b7ef30f9aec6c)) +* **router:** new api from scratch! ([2b26a8d](https://github.com/AliMD/alwatr/commit/2b26a8d9f95b5968dbda003edc9d540ea95fadd1)) +* **type:** enhance com types ([ed91385](https://github.com/AliMD/alwatr/commit/ed9138584b0096377e73251557cc4ff8aa92a3cc)) +* **type:** OmitFirstParam ([b5a778f](https://github.com/AliMD/alwatr/commit/b5a778f3da03244a0ad693ab15ef8dd782039163)) +* **type:** Stringifyable ([c2e0771](https://github.com/AliMD/alwatr/commit/c2e077118e0371fb32a5fc3fc81cf7f87d65104b)) + +# 0.28.0 (2023-01-20) + +### Bug Fixes + +* **type:** ChatPhotoMessage ([c72bcb2](https://github.com/AliMD/alwatr/commit/c72bcb24bfa936cd325728b42ad0f2acf463865d)) +* **type:** cleanup ([15c7d64](https://github.com/AliMD/alwatr/commit/15c7d648819914820374e752b91d41f287db574b)) +* **type:** export alwatrRegisteredList ([fa308b5](https://github.com/AliMD/alwatr/commit/fa308b5208e0a2ef0ed33e0fe7299cae0af51a97)) +* **type:** import type ([efaf4eb](https://github.com/AliMD/alwatr/commit/efaf4eb0ccbbf5eba5f34ece72bf27758f175521)) +* **type:** revert paramkey ([f1ad066](https://github.com/AliMD/alwatr/commit/f1ad06621f7fe80018573e50804e9f3c1b2edde1)) + +### Features + +* **type:** add optional text on ChatPhotoMessage ([af83f5b](https://github.com/AliMD/alwatr/commit/af83f5b8604cecd3c9b0cb2375267458fd02431d)) +* **type:** C.O.M ([d4655d8](https://github.com/AliMD/alwatr/commit/d4655d83f196990a3ffad2e4753be7b77639ee19)) +* **type:** chat ([4b7ac95](https://github.com/AliMD/alwatr/commit/4b7ac95522dcb637ebab2eda0b8f3e0cd80d59b0)) +* **type:** i18nString ([614037d](https://github.com/AliMD/alwatr/commit/614037d690415b257f34fb13c7143f76dfa2c6ca)) +* **type:** id in storage meta type ([146b9eb](https://github.com/AliMD/alwatr/commit/146b9eb4ebc748eda852988328b88abb75651945)) +* **type:** order ([79426ea](https://github.com/AliMD/alwatr/commit/79426ea696a0ca0723a8c7bfb6259c83a15c32d9)) +* **type:** order storage ([bd5f11c](https://github.com/AliMD/alwatr/commit/bd5f11c93f35ff235fb2f85df6cecd8823ea34fc)) +* **type:** photo ([7e38283](https://github.com/AliMD/alwatr/commit/7e38283113606a0a01c705caeb1f773a75dfd97c)) +* **type:** photo ([742005f](https://github.com/AliMD/alwatr/commit/742005f8588e408e818188a60eb9cf4a1fe9592f)) +* **type:** service-response ([18f8be3](https://github.com/AliMD/alwatr/commit/18f8be3f91f1678d6f5fb779c1f782736e29a010)) +* **type:** storage ([d4b3a95](https://github.com/AliMD/alwatr/commit/d4b3a956fb17b80b748d0587f12e818c021e3985)) +* **type:** user ([a0d8242](https://github.com/AliMD/alwatr/commit/a0d824202d91d75678945d72497965a55c4deba7)) +* **type:** user ([30b8edb](https://github.com/AliMD/alwatr/commit/30b8edb17aad0f20ccb887c1a71c65c385104ee3)) + +# 0.27.0 (2022-12-29) + +### Bug Fixes + +* **core/type:** remove extras ([63fe462](https://github.com/AliMD/alwatr/commit/63fe462e88e1d3e0dca8696f0c4c073ebc94c490)) +* resolve conflict ([052314d](https://github.com/AliMD/alwatr/commit/052314d2adb3b9b0e44e54f9b8e6d60fc1827075)) +* review issue ([e5d192c](https://github.com/AliMD/alwatr/commit/e5d192cbee6917c2de01146cf8bd026895724ab8)) + +### Features + +* **core/type:** make package ([1d8d1bd](https://github.com/AliMD/alwatr/commit/1d8d1bdfc39c4b1e238770a69d7c8e0cad593251)) +* **type:** add types ([2de3842](https://github.com/AliMD/alwatr/commit/2de384297b70b9818ec8d62ce8d31be4822d95a4)) +* **type:** define alwatrRegistredList ([25406c2](https://github.com/AliMD/alwatr/commit/25406c268f39cf3e055ea05c9fc7b50bd3dd0a17)) +* **type:** define chat type ([e4a345a](https://github.com/AliMD/alwatr/commit/e4a345a7c932d88f0d13e2df1b3dd7d2ad745932)) +* **type:** define chat type ([174fb02](https://github.com/AliMD/alwatr/commit/174fb02fe287c6fee6e9783f91dfa1928dbaf2ce)) +* **type:** define constructor type ([39c5ab7](https://github.com/AliMD/alwatr/commit/39c5ab74f0a1471d5e20beff89f6885265907633)) +* **type:** define math types ([8c19f40](https://github.com/AliMD/alwatr/commit/8c19f4058d4361b7d3f4f714595e34cb6fa21109)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) ### Bug Fixes diff --git a/core/type/package.json b/core/type/package.json index 5b7ef1eb3..bdf999863 100644 --- a/core/type/package.json +++ b/core/type/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/type", - "version": "1.0.0", + "version": "1.1.0", "description": "Alwatr projects common entities types", "keywords": [ "type", diff --git a/core/util/CHANGELOG.md b/core/util/CHANGELOG.md index ffbe6591e..89b60b6d6 100644 --- a/core/util/CHANGELOG.md +++ b/core/util/CHANGELOG.md @@ -3,6 +3,59 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +### Features + +* **util:** defaultExport ([82cc24e](https://github.com/AliMD/alwatr/commit/82cc24e84b9e18cebf7c149e6f6cbb1c2c44858c)) +* **util:** renderState ([19a6030](https://github.com/AliMD/alwatr/commit/19a603018c87065191f99a55cdcdfc8193dc493d)) + +# 1.0.0 (2023-06-14) + +### Bug Fixes + +* **util/fs:** makeLinkForce throw error ([8bfcc80](https://github.com/AliMD/alwatr/commit/8bfcc80b11ad59538478440fe6e88cc9ee12df77)) + +### Features + +* **util:** add string capitalize ([c499456](https://github.com/AliMD/alwatr/commit/c4994562f75471184d49f46ba3c6d7acdb4ab796)) + +# 0.32.0 (2023-05-27) + +### Features + +* **util/fs:** existFile option option ([c8c2020](https://github.com/AliMD/alwatr/commit/c8c202097f6a1fb568993f7987977a140dde5273)) +* **util:** flatStr ([09462ec](https://github.com/AliMD/alwatr/commit/09462ec88082a2339e633975c346f2fa17997400)) + +# 0.31.0 (2023-05-08) + +### Features + +* **util/node:** makeLinkForce ([f0c091e](https://github.com/AliMD/alwatr/commit/f0c091e454c1cb0b47b5126bd025b450e05b81fb)) +* **util:** generic types ([7a69fa7](https://github.com/AliMD/alwatr/commit/7a69fa78b6b36834816fcdb4376f9d53d3243713)) +* **util:** readJsonFile ([940cba6](https://github.com/AliMD/alwatr/commit/940cba67d2e56c6292aba02d01d0395edfa1b217)) +* **util:** readJsonFileSync ([659b2ea](https://github.com/AliMD/alwatr/commit/659b2ead425264073d53b561c0a7f6e2476ff8cc)) +* **util:** setLocalStorageItem ([46e248c](https://github.com/AliMD/alwatr/commit/46e248cb79b7846f568eadc5a6d5a2214fe4faf3)) +* **util:** writeJsonFile ([3707070](https://github.com/AliMD/alwatr/commit/3707070ef0c7716718e84ccfb6c44e316983e2f2)) +* **util:** writeJsonFileSync ([230f415](https://github.com/AliMD/alwatr/commit/230f4157a19ea539f6c245ef77e02512b7c9c91a)) + +# 0.30.0 (2023-03-06) + +### Features + +* **util:** add getClientId ([f9c1008](https://github.com/AliMD/alwatr/commit/f9c1008da682555e22178aa8d23cf742937b76a4)) +* **util:** add getLocalStorageItem ([dc5fa8b](https://github.com/AliMD/alwatr/commit/dc5fa8b9620a9add1aa3c838d38fb9ed9d364010)) +* **util:** add parseJson ([543da2c](https://github.com/AliMD/alwatr/commit/543da2cbb7079f74fe3f280f9c07b8fe6fc8e987)) +* **util:** polyfil requestAnimationFrame, requestIdleCallbackFallback ([6dc4b73](https://github.com/AliMD/alwatr/commit/6dc4b7347b97d2d2fdd562917e02cbe4d6d1328b)) + +# 0.29.0 (2023-02-10) + +### Features + +* **util:** arrow fn and untilEvent types ([ced1de6](https://github.com/AliMD/alwatr/commit/ced1de64f7d7458d14578096484f492be35665fc)) +* **util:** new package ([a7b1fb3](https://github.com/AliMD/alwatr/commit/a7b1fb38d93867b5013ec35c4a0a06d6ffe8716a)) +* **util:** until functions ([3b17ef2](https://github.com/AliMD/alwatr/commit/3b17ef22e2074c0a76751795af15330b6cb08090)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) ### Bug Fixes diff --git a/core/util/package.json b/core/util/package.json index e21fc8f2a..8ab18eafe 100644 --- a/core/util/package.json +++ b/core/util/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/util", - "version": "1.0.0", + "version": "1.1.0", "description": "Util library written in tiny TypeScript module.", "keywords": [ "util", @@ -40,8 +40,8 @@ } }, "dependencies": { - "@alwatr/math": "^1.0.0", - "@alwatr/type": "^1.0.0", + "@alwatr/math": "^1.1.0", + "@alwatr/type": "^1.1.0", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/core/validator/CHANGELOG.md b/core/validator/CHANGELOG.md index d04c8dbd2..5400271ee 100644 --- a/core/validator/CHANGELOG.md +++ b/core/validator/CHANGELOG.md @@ -3,6 +3,65 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* **type:** Stringifyable ([058381b](https://github.com/AliMD/alwatr/commit/058381b50641ba44f4ac60e2173b5b91449e58cd)) +* **validator:** add 98 in start of phone number ([a26b6ae](https://github.com/AliMD/alwatr/commit/a26b6ae63e20e4d2c1f69951f244b8f430e6a755)) +* **validator:** array schema f**ing issue! ([f38a4a5](https://github.com/AliMD/alwatr/commit/f38a4a55d93f885f60b3c2a4678e80b4682af039)) +* **validator:** array support ([08f5215](https://github.com/AliMD/alwatr/commit/08f521534a0e937e5cf0f92bf5ca274838f41f93)) +* **validator:** improve `sanitizePhoneNumber` structure ([fb90f2f](https://github.com/AliMD/alwatr/commit/fb90f2ffcef7bf0d2c4a41a9fd0d578e3b9d40a7)) +* **validator:** local country code issue ([07e9cc0](https://github.com/AliMD/alwatr/commit/07e9cc08bd6067580dc33f839bdc842e178f7e5b)) +* **validator:** remove an unused expression ([d1fe2b4](https://github.com/AliMD/alwatr/commit/d1fe2b4cb3e8f44d37bd681b04c51d35e932268a)) + +### Features + +* **validator:** add some new functions to validate ([aea3ec1](https://github.com/AliMD/alwatr/commit/aea3ec1a242d5577d0e93895724dcacfce48532d)) +* **validator:** array in JsonSchema ([58c9c56](https://github.com/AliMD/alwatr/commit/58c9c56f47b18db5d1aa128b35d0e6c8352d2492)) +* **validator:** fix default value of `replaceNumberToLang` ([0345add](https://github.com/AliMD/alwatr/commit/0345addfa9d03acdc4113a07caf8ee3f1ccdddf9)) +* **validator:** sanitizePhoneNumber ([41f2050](https://github.com/AliMD/alwatr/commit/41f2050269bd74ff9c4908f984bfe3716fc01bc7)) +* **validator:** support array ([b632a7a](https://github.com/AliMD/alwatr/commit/b632a7a6b752fcd8666e6d42da64ebf3b0917c8d)) + +# 0.30.0 (2023-03-06) + +### Bug Fixes + +* **validator:** change ValidType to StringifyableRecord ([ca1e191](https://github.com/AliMD/alwatr/commit/ca1e19166edfd206a3901a2a3390d4be3daaa7bc)) + +# 0.29.0 (2023-02-10) + +### Bug Fixes + +* **validator:** not accept empty string ([433236b](https://github.com/AliMD/alwatr/commit/433236bc440f315b08b811d82ea57d3118e3fc6e)) + +# 0.28.0 (2023-01-20) + +### Bug Fixes + +* **validator:** boolean validator ([593b4a4](https://github.com/AliMD/alwatr/commit/593b4a499529d995836c7a91abc979c4b3a5543b)) +* **validator:** deps ([635866d](https://github.com/AliMD/alwatr/commit/635866d81134df0db46fc44b7ed7575e0486f9cd)) +* **validator:** readme ([af237db](https://github.com/AliMD/alwatr/commit/af237db8e0c2f5cd37d487304f2097bed95e3a90)) +* **validator:** return validObject ([aa44ed0](https://github.com/AliMD/alwatr/commit/aa44ed0b18cca15a0c689f9bdb9ce584b0a55eb0)) + +### Features + +* **validator:** additionalProperties ([60829a6](https://github.com/AliMD/alwatr/commit/60829a6280fdc3138f8702cee776e0dae11f548f)) +* **validator:** demo ([9e577ca](https://github.com/AliMD/alwatr/commit/9e577cad18be45942d36d633932ef0aa2c2ec512)) +* **validator:** enum values ([7c02422](https://github.com/AliMD/alwatr/commit/7c02422e9caf9ab5dd8e352714db346518229d59)) +* **validator:** export schema type ([da91546](https://github.com/AliMD/alwatr/commit/da915461583440d655f26c89c0c29b5c9cb74c6e)) +* **validator:** new package ([5aa48c3](https://github.com/AliMD/alwatr/commit/5aa48c354c116655e7824366d4efcd5965172fe3)) +* **validator:** rename var ([b68b2e4](https://github.com/AliMD/alwatr/commit/b68b2e4671ff30efcc817213e4bf9bee9c322d90)) +* **validator:** throw value in error ([4e99b80](https://github.com/AliMD/alwatr/commit/4e99b8078455443e70aab5ebdbe30c21152b48ae)) +* **validator:** update demo ([d49929f](https://github.com/AliMD/alwatr/commit/d49929fca0007aa94482010b7a6245f0bb360bc0)) +* **validator:** update demo ([cc21a90](https://github.com/AliMD/alwatr/commit/cc21a906b371f51696c3619fc0df0f392be99dee)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/validator diff --git a/core/validator/package.json b/core/validator/package.json index 86d7f3e9d..319666a0c 100644 --- a/core/validator/package.json +++ b/core/validator/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/validator", - "version": "1.0.0", + "version": "1.1.0", "description": "Simple useful validator library written in tiny TypeScript module.", "keywords": [ "validator", @@ -29,8 +29,8 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/math": "^1.0.0", - "@alwatr/type": "^1.0.0", + "@alwatr/math": "^1.1.0", + "@alwatr/type": "^1.1.0", "tslib": "^2.6.2" } } diff --git a/ui/element/CHANGELOG.md b/ui/element/CHANGELOG.md index 34ce2884b..cfc7bd2aa 100644 --- a/ui/element/CHANGELOG.md +++ b/ui/element/CHANGELOG.md @@ -3,6 +3,136 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +### Features + +* **element:** new `export`s ([a210deb](https://github.com/AliMD/alwatr/commit/a210deb1a6526e4bd145a31718b77385ab28e5e1)) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* compatible with new _addSignalListener signal mixin ([e2be863](https://github.com/AliMD/alwatr/commit/e2be863acd9b99c4fc8f0a81c4efe2ac6db50c39)) +* **element/fsmc:** all render state must defined ([93f8ea3](https://github.com/AliMD/alwatr/commit/93f8ea31b8fa4f8845871a795eb2de107797f669)) +* **element/fsm:** compatible old mixins ([fe4427e](https://github.com/AliMD/alwatr/commit/fe4427ef62c2fd1680bcb3212feed681add4c2d4)) +* **element:** build issue ([224799c](https://github.com/AliMD/alwatr/commit/224799c5c664bcc11dac8061048c85708b3ba5ef)) +* **element:** check type of `actions` ([f39d617](https://github.com/AliMD/alwatr/commit/f39d617f106e03748d8ed9f539a77f4e810765b5)) +* **element:** remove old fsm mixin ([23efdf2](https://github.com/AliMD/alwatr/commit/23efdf25d2bbb768b70fd65f45f9fed3affcbd15)) +* **fsm:** cleanup old ([aa43264](https://github.com/AliMD/alwatr/commit/aa432644d76a0f81ea6e5c3b93da63f998ab159c)) +* new logger api ([9d83a7d](https://github.com/AliMD/alwatr/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300)) + +### Features + +* **element/fsm:** rewrite state machine for lit ([592fc8d](https://github.com/AliMD/alwatr/commit/592fc8dd586255e719a31785d3989a348f63cce8)) +* **element/logger:** log remove ([f6dc4c6](https://github.com/AliMD/alwatr/commit/f6dc4c65292f7a491007f445749b798c4551ebfc)) +* **element/mixins/signal:** _addSignalListener ([fc987b3](https://github.com/AliMD/alwatr/commit/fc987b32db20975354e406ae89d4b4c006bf798d)) +* **element:** add reactive controller ([7d7d6cb](https://github.com/AliMD/alwatr/commit/7d7d6cb6e473177aa2062d5a57490a57e6b027ff)) +* **element:** export from `ref` ([bbaaca4](https://github.com/AliMD/alwatr/commit/bbaaca4bb19efa29f80c4206eff5985a2d86f62c)) +* **element:** export lit guard ([b51627f](https://github.com/AliMD/alwatr/commit/b51627fbd63f401aa4404ebb1d59281216247d80)) +* **element:** refactor fsm controller with new fsm api ([e51aaa2](https://github.com/AliMD/alwatr/commit/e51aaa241ea21a91df4e7399a4c7801be41ded49)) +* **element:** register and remove necessary listeners ([833e9cc](https://github.com/AliMD/alwatr/commit/833e9cc58a5515edcc1c1c72b2761c124557201d)) +* **element:** ScheduleUpdateToFrameMixin ([8a4307d](https://github.com/AliMD/alwatr/commit/8a4307dd3a6cc58f826e6faaa261cb3cb9e13d22)) +* **element:** use the new logger functions(time & timeEnd) ([2c4d919](https://github.com/AliMD/alwatr/commit/2c4d9191e2b296e17e86f20eebcf61523f1e0e3b)) + +# 0.30.0 (2023-03-06) + +### Bug Fixes + +* **element/router-mixin:** prevent to duplicate first render ([453403e](https://github.com/AliMD/alwatr/commit/453403e8d42902ff2fe5391513dbecb8cc8a9948)) +* **element:** null able mapIterable items ([7bb7f01](https://github.com/AliMD/alwatr/commit/7bb7f01a5381389a9264005927e460725e4db842)) +* **element:** router mixin error ([c890b69](https://github.com/AliMD/alwatr/commit/c890b69feb6f7ea68d1a565bf9fadb55a55da90e)) +* **element:** state machine tender names ([c9b806a](https://github.com/AliMD/alwatr/commit/c9b806a983f38f7c438f709b8929f23d9c8164fb)) +* **router:** add _routeContextUpdated to interface ([72865b8](https://github.com/AliMD/alwatr/commit/72865b808db4c2267dac07347e26dc8914f7c3f0)) + +### Features + +* **element/fsm:** add render_unresolved, render_resolving ([5b8674c](https://github.com/AliMD/alwatr/commit/5b8674cd15558280bf2ad3d39bcd2ab89ab72508)) +* **element/state-machine-mixin:** add stateUpdated method ([d599282](https://github.com/AliMD/alwatr/commit/d599282c4056cafa3e68817e4697c11721ccf09b)) +* **element/StateMachineMixin:** reflect state to host attrib ([b054b50](https://github.com/AliMD/alwatr/commit/b054b5052b8ce452470e80838cdd49c26fdc533b)) +* **element/toggle:** selected property ([5d6c0a9](https://github.com/AliMD/alwatr/commit/5d6c0a9e08abe933932943c842a0d6766a311076)) +* **element:** add live directive ([4a95b0f](https://github.com/AliMD/alwatr/commit/4a95b0fef0e3c3fdc3a79396e7c8f749d0e380f3)) +* **element:** mapIterable, mapObject directives ([8958655](https://github.com/AliMD/alwatr/commit/89586552a9294b167462d025080e1b93c9088845)) +* **element:** router mixin ([5e80f82](https://github.com/AliMD/alwatr/commit/5e80f82882e930675e15ecc0448e7451708a36d5)) +* **element:** StateMachineMixin ([b395b79](https://github.com/AliMD/alwatr/commit/b395b795e4d115fd74632e25a4373db2c36fdad0)) +* **element:** toggle mixin ([5140b22](https://github.com/AliMD/alwatr/commit/5140b226f5b8330f2e930f3e125d73a0c6791b90)) +* **element:** UnresolvedMixin ([4a1c89a](https://github.com/AliMD/alwatr/commit/4a1c89aa41d7479b5b9f8e33252a11e5d372206c)) + +### Performance Improvements + +* **element/StateMachineMixin:** limit scheduleUpdate to animation frame ([e23317e](https://github.com/AliMD/alwatr/commit/e23317e2bc5efeeb6f0198b3f49f12d682bcc8e1)) +* **element:** clear signal listeners memory cost ([fe20757](https://github.com/AliMD/alwatr/commit/fe2075730436becf8642dcabd44116b40d33a4c7)) + +# 0.29.0 (2023-02-10) + +### Bug Fixes + +* compatible with i18n ([89c4a90](https://github.com/AliMD/alwatr/commit/89c4a90444db12930b1d0211942c9b84185cbb32)) +* **element:** compatible with new signal api ([020a083](https://github.com/AliMD/alwatr/commit/020a0837de496d8c4943fe5cdb659fee3dc0e051)) +* **element:** import issue ([87b3e12](https://github.com/AliMD/alwatr/commit/87b3e12a289fc477b072c1321aca160db46dc69c)) +* **element:** import type ([b125318](https://github.com/AliMD/alwatr/commit/b1253186036df3dcafca06f1bc4aca613c220f51)) +* **element:** logger mixin issue ([db5d96d](https://github.com/AliMD/alwatr/commit/db5d96d3a3b3cf5e07c60474e69ebf75a77978c4)) + +### Features + +* **element/direction:** compute mode and improve performance ([9d3b2ed](https://github.com/AliMD/alwatr/commit/9d3b2ed4443585e0b2eb497dd24501d8753983c5)) +* **element:** ali ([25422c4](https://github.com/AliMD/alwatr/commit/25422c4dee951be8c8bd37ec709f1492946731ad)) +* **element:** rewrite all mixins with new api ([baa1e5e](https://github.com/AliMD/alwatr/commit/baa1e5e546654658f473622b148ceb7e7e8e3da6)) +* **pwa-helper:** new package ([a77c049](https://github.com/AliMD/alwatr/commit/a77c0491a6337cb48b42a667a0ee67c7f9f150fa)) +* review ([53726b7](https://github.com/AliMD/alwatr/commit/53726b77274be429c87b2fd322fe2d939b048c77)) +* **surface-element:** active-outline ([3261091](https://github.com/AliMD/alwatr/commit/3261091bdfbb3dd777aa2676f1bf0ce5d3aa7192)) + +# 0.28.0 (2023-01-20) + +### Bug Fixes + +* **element/sw-helper:** reload on new update ([b07db77](https://github.com/AliMD/alwatr/commit/b07db77bf8a9c28235cdfe9f1d0aff972feda73c)) +* **pwa-element:** prevent to default import css for backward compatibility ([89591a2](https://github.com/AliMD/alwatr/commit/89591a28d1d829512200c8a0a026cbb7558e198d)) +* **pwa:** debug mode scripts ([681fdc2](https://github.com/AliMD/alwatr/commit/681fdc24897b7bd4f677f26fd45ea048d5f9a675)) +* version in package.json ([403baa5](https://github.com/AliMD/alwatr/commit/403baa53159db2a0fff5b3651769b85e66b13191)) + +### Features + +* **demo-pwa:** register service worker ([ad8e2d8](https://github.com/AliMD/alwatr/commit/ad8e2d8073327d289bd069069847e98b12dba302)) +* **element:** separate _initLocale, _initRouter and _routeChanged ([a0af8ec](https://github.com/AliMD/alwatr/commit/a0af8ecfb6f5da24898da629de822cfe54ea5586)) +* **element:** service worker register ([c98b1f6](https://github.com/AliMD/alwatr/commit/c98b1f601b7a277d2bf713637f7475b037961f3a)) +* **element:** service-worker helper ([6ec8b59](https://github.com/AliMD/alwatr/commit/6ec8b59a617d514315926dac7c3e3318867782d2)) +* **icon-box:** new style and layout ([2003e33](https://github.com/AliMD/alwatr/commit/2003e33e5095358e24fd4e07b3fc92a3b8a9d7d7)) +* **pwa:** unresolved state for show skeleton or loading ([8c4e834](https://github.com/AliMD/alwatr/commit/8c4e834b1415df14d6c76ef4d2040c60dc638b9e)) +* **ui/element:** export `unsafeHTML` ([2cb6d49](https://github.com/AliMD/alwatr/commit/2cb6d49aca60dbbda45990bf13e0b9622725a0ef)) +* **ui:** new AlwatrSurfaceElement with elevation/tint/state simulation ([0877f4f](https://github.com/AliMD/alwatr/commit/0877f4f3dd780321f3c7498cffde66653a24de43)) + +# 0.27.0 (2022-12-29) + +### Bug Fixes + +* **element:** build issues ([0bfb016](https://github.com/AliMD/alwatr/commit/0bfb0167a82c1dfbd04884a049b76cf7f6033f86)) +* **element:** signal mixing safety check ([2f3c871](https://github.com/AliMD/alwatr/commit/2f3c87141e162e8f600246bf863fcfe93f41f53b)) +* **ui/element:** listener list type ([e089d01](https://github.com/AliMD/alwatr/commit/e089d018ed29eae8f0ba92767b12d37f5ad1729c)) + +### Features + +* **element/root:** host box-sizing ([0c4ce83](https://github.com/AliMD/alwatr/commit/0c4ce83c5f777aecb2317c832817854ff4cadcf9)) +* **element:** AlwatrRootElement ([3b4e59f](https://github.com/AliMD/alwatr/commit/3b4e59f840f600ebedf07c27a9e4cf4c5f1253c0)) +* **element:** DirectionMixin ([d2670dd](https://github.com/AliMD/alwatr/commit/d2670dd247f93759e3b6457b339a066cc2433269)) +* **element:** export from lit ([21f15d8](https://github.com/AliMD/alwatr/commit/21f15d86319a40fab02d86f24a1451c056f36a7c)) +* **element:** LocalizeMixin ([94f0f7f](https://github.com/AliMD/alwatr/commit/94f0f7f832ff885d7176884f243c57a2a03c7bdb)) +* **element:** use logger ([95708a7](https://github.com/AliMD/alwatr/commit/95708a7b8a8418ffe0cb9a98c6d5ed50ff6308e1)) +* **page-chat:** new demo ([451d63f](https://github.com/AliMD/alwatr/commit/451d63fc0b904bb780c898c2909b1d7a116b353f)) +* **type:** define constructor type ([39c5ab7](https://github.com/AliMD/alwatr/commit/39c5ab74f0a1471d5e20beff89f6885265907633)) +* **ui/element/i18n:** localization mixin ([999e1b1](https://github.com/AliMD/alwatr/commit/999e1b11f0af55704fdd5859398908aeedbb833c)) +* **ui/element:** seprate mixins ([a305c5d](https://github.com/AliMD/alwatr/commit/a305c5d0e027b4c19fb1a22e4dc75797d205655a)) + +# 0.26.0 (2022-12-22) + +### Bug Fixes + +* **ui/*:** package path in refrences ([841d86d](https://github.com/AliMD/alwatr/commit/841d86dc2555fdc86a950b490ea2eb9fffe4df2d)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/element diff --git a/ui/element/package.json b/ui/element/package.json index e365a5b1d..5f105effd 100644 --- a/ui/element/package.json +++ b/ui/element/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/element", - "version": "1.0.0", + "version": "1.1.0", "description": "Elegant powerful web component (lit-element) helper mixins written in tiny TypeScript module.", "keywords": [ "element", @@ -33,10 +33,10 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/fsm": "^1.0.0", - "@alwatr/i18n": "^1.0.0", - "@alwatr/logger": "^1.0.0", - "@alwatr/router": "^1.0.0", + "@alwatr/fsm": "^1.1.0", + "@alwatr/i18n": "^1.1.0", + "@alwatr/logger": "^1.1.0", + "@alwatr/router": "^1.1.0", "lit": "^2.8.0", "tslib": "^2.6.2" } diff --git a/ui/font/CHANGELOG.md b/ui/font/CHANGELOG.md index 4e8dfc28d..fb612e4af 100644 --- a/ui/font/CHANGELOG.md +++ b/ui/font/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +# 0.31.0 (2023-05-08) + +### Performance Improvements + +* **pwa:** optimize first load and rendering ([343d757](https://github.com/AliMD/alwatr/commit/343d757eefab6572df54fb4f7624698e9a9f9e11)) + +# 0.30.0 (2023-03-06) + +# 0.29.0 (2023-02-10) + +# 0.28.0 (2023-01-20) + +# 0.27.0 (2022-12-29) + +### Features + +* new ui design system ([8c9c8ba](https://github.com/AliMD/alwatr/commit/8c9c8ba29c477838f3e7034b902f4e0dafabd17c)) + +# 0.26.0 (2022-12-22) + +### Bug Fixes + +* **ui/*:** package path in refrences ([841d86d](https://github.com/AliMD/alwatr/commit/841d86dc2555fdc86a950b490ea2eb9fffe4df2d)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/font diff --git a/ui/font/package.json b/ui/font/package.json index 6ecc7a615..dbec8b1f4 100644 --- a/ui/font/package.json +++ b/ui/font/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/font", - "version": "1.0.0", + "version": "1.1.0", "description": "Best practices (The Right Way) of using Persian/Arabic web fonts in the website and webapp.", "keywords": [ "font", diff --git a/ui/icon/CHANGELOG.md b/ui/icon/CHANGELOG.md index 1e73e8a8c..9e373b871 100644 --- a/ui/icon/CHANGELOG.md +++ b/ui/icon/CHANGELOG.md @@ -3,6 +3,83 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +### Bug Fixes + +* **icon:** scg export ([c50e413](https://github.com/AliMD/alwatr/commit/c50e4139f566afa9ec791eea81f2d3403561d481)) + +### Features + +* **icon:** import svg type ([ca659e4](https://github.com/AliMD/alwatr/commit/ca659e43a485488e5e8ea177f7d955054e69682e)) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* **icon:** 404 cache issue ([5fbc7d8](https://github.com/AliMD/alwatr/commit/5fbc7d87dcb6a82e8cb72e689730db1660c7aa58)) +* **icon:** build issue ([42d3914](https://github.com/AliMD/alwatr/commit/42d39140ca43602c8e30d676bcd9af4b4f62998e)) +* **icon:** render delay on icon change ([9b4bafb](https://github.com/AliMD/alwatr/commit/9b4bafbb23c613c32c35ae3a0c83c1fdd38b8ac4)) +* new logger api ([9d83a7d](https://github.com/AliMD/alwatr/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300)) + +### Features + +* **ui/icon:** svg property ([7815917](https://github.com/AliMD/alwatr/commit/7815917546be016387d9c0a30a60821d541a0bce)) + +# 0.30.0 (2023-03-06) + +### Bug Fixes + +* **icon:** fill color ([fa1c280](https://github.com/AliMD/alwatr/commit/fa1c280e0385f3acbf456204f47d6e627371e130)) +* **icon:** fix all svg currentcolor ([f06c795](https://github.com/AliMD/alwatr/commit/f06c795f36c5b05c8c2e17e8b80e1e5dd72613c6)) +* **icon:** vertical-align style ([d449498](https://github.com/AliMD/alwatr/commit/d4494981d00a46aa512b6d892286f9f24aeaa0ff)) + +### Features + +* **icon:** add toman icon ;) ([fbebf5b](https://github.com/AliMD/alwatr/commit/fbebf5b5051fc92c634455bb1ba6e5447720bbe1)) +* **icon:** update and compress all icons ([8ded731](https://github.com/AliMD/alwatr/commit/8ded731ef6da34a1f66d1fce80a92c77929b8144)) + +# 0.29.0 (2023-02-10) + +### Bug Fixes + +* compatible with new element mixins ([d26e827](https://github.com/AliMD/alwatr/commit/d26e82731b2ae9c2483ba931c450c5a604633122)) + +### Features + +* debug all renders ([73a0d34](https://github.com/AliMD/alwatr/commit/73a0d3483b7c42ab0a6247721073b81a01f7b258)) +* **icon:** enhance preload, support `icon-url-prefix` context signal ([b5a277c](https://github.com/AliMD/alwatr/commit/b5a277c1403177ba14de9434d908df0f4000a5a6)) + +# 0.28.0 (2023-01-20) + +### Bug Fixes + +* **icon:** attr name ([92492bd](https://github.com/AliMD/alwatr/commit/92492bde7595a272ce38476732ee32ddc758d9d2)) +* **icon:** fetch timeout ([46ee93e](https://github.com/AliMD/alwatr/commit/46ee93e2a3b50ec5b087dd86a84ebee37a9695c5)) + +# 0.27.0 (2022-12-29) + +### Bug Fixes + +* **icon:** DirectionMixin! ([61b369e](https://github.com/AliMD/alwatr/commit/61b369e4a058d38df79f281dc84193129a12b4a5)) +* **icon:** PropertyValues ([ccba95a](https://github.com/AliMD/alwatr/commit/ccba95a7a716773c57474d8002320304e772e3cc)) +* **icon:** reflect flip-rtl errro ([b2359e6](https://github.com/AliMD/alwatr/commit/b2359e64c2ef9c381274fe91cc038593c0603ee9)) + +### Features + +* **element:** export from lit ([21f15d8](https://github.com/AliMD/alwatr/commit/21f15d86319a40fab02d86f24a1451c056f36a7c)) +* **ui/icon:** localize mixin ([d91fe98](https://github.com/AliMD/alwatr/commit/d91fe98c3d9df8e30e5159ab93bb8018ef6d4c90)) + +# 0.26.0 (2022-12-22) + +### Bug Fixes + +* **ui/*:** package path ([21dc99f](https://github.com/AliMD/alwatr/commit/21dc99fddb55b085a3d79b8595ae4630520bc43e)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/icon diff --git a/ui/icon/package.json b/ui/icon/package.json index e18316b49..4ffb209c5 100644 --- a/ui/icon/package.json +++ b/ui/icon/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/icon", - "version": "1.0.0", + "version": "1.1.0", "description": "Best practices (The Right Way) of using premium designed icons in the website and webapp.", "keywords": [ "icon", @@ -43,9 +43,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/element": "^1.0.0", - "@alwatr/fetch": "^1.0.0", - "@alwatr/logger": "^1.0.0", + "@alwatr/element": "^1.1.0", + "@alwatr/fetch": "^1.1.0", + "@alwatr/logger": "^1.1.0", "tslib": "^2.6.2" } } diff --git a/ui/pwa-helper/CHANGELOG.md b/ui/pwa-helper/CHANGELOG.md index f912e3224..d128bd4ae 100644 --- a/ui/pwa-helper/CHANGELOG.md +++ b/ui/pwa-helper/CHANGELOG.md @@ -3,6 +3,81 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-09-12) + +### Features + +* **pwa-helper/esbuild:** support scss files ([56a8965](https://github.com/AliMD/alwatr/commit/56a896569d089fdd83e79ff1472a3c851238cbf8)) +* **pwa-helper:** handle `svg` files ([2ad14e2](https://github.com/AliMD/alwatr/commit/2ad14e29176856fdcbbaa51aa98ab7dab6639188)) +* **wds:** add 0.0.0.0 hostname ([5addfb7](https://github.com/AliMD/alwatr/commit/5addfb72a58b5ee32e84346387edc17b45d26d73)) + +# 1.0.0 (2023-06-14) + +# 0.32.0 (2023-05-27) + +# 0.31.0 (2023-05-08) + +### Bug Fixes + +* compatible with new _addSignalListener signal mixin ([e2be863](https://github.com/AliMD/alwatr/commit/e2be863acd9b99c4fc8f0a81c4efe2ac6db50c39)) +* new logger api ([9d83a7d](https://github.com/AliMD/alwatr/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300)) +* **pwa-element:** scroll issue ([136dbd0](https://github.com/AliMD/alwatr/commit/136dbd07592fdae28bbe0969a38e82fd2f49c144)) +* **pwa-helper/esbuild:** hash entryNames ([0394a26](https://github.com/AliMD/alwatr/commit/0394a26d9f72d21ca762af3c04f5521e6e600f28)) +* **pwa-helper:** disable auto scroll on page changes temporary ([d2cc128](https://github.com/AliMD/alwatr/commit/d2cc12889664fbd324c53ecc00582995fd2ab552)) +* **pwa-helper:** render routerOutlet to this ([e06bc3a](https://github.com/AliMD/alwatr/commit/e06bc3ac95a9f640ff7e8d912328e4c2e3a64b21)) +* **pwa-helper:** show user notify version ([7a01234](https://github.com/AliMD/alwatr/commit/7a01234a5e05cbc66438c589c8783be2e2d8adf4)) + +### Features + +* **pwa-helper:** add build short sha to alwatr version ([0411b9c](https://github.com/AliMD/alwatr/commit/0411b9c7e92b243ed4f24337432c2f0412817920)) + +### Performance Improvements + +* **pwa:** optimize downloading performance ([39ef8b4](https://github.com/AliMD/alwatr/commit/39ef8b45065cbfff45273441cca527a1195d9750)) + +# 0.30.0 (2023-03-06) + +### Bug Fixes + +* configs ([00f85f5](https://github.com/AliMD/alwatr/commit/00f85f525f07334544cc9e007c49f2343ba8cec3)) +* **pwa-helper:** build banner ([359fe73](https://github.com/AliMD/alwatr/commit/359fe73eec0fa50299b07525684e4a5fa84cd3a6)) +* **pwa-helper:** dereference on copy ([7bd54eb](https://github.com/AliMD/alwatr/commit/7bd54eb775708ea625406268aa47735e7eb1f4a5)) +* **pwa-helper:** getConfKey type ([0b8901c](https://github.com/AliMD/alwatr/commit/0b8901cc74ba54d81b740a21b29e439513cc2a45)) +* **pwa-helper:** pwa version ([5a35f00](https://github.com/AliMD/alwatr/commit/5a35f00ec452726cb63f81e02d1387453af30ae8)) + +### Features + +* **pwa-helper:** back-click-event ([0937837](https://github.com/AliMD/alwatr/commit/0937837185dd9fd2a49e3d16086854f6244aa450)) +* **pwa-helper:** central pwa-dev-server.config.js ([147c7e7](https://github.com/AliMD/alwatr/commit/147c7e7bac17179619cfca153463db74f134ba7b)) +* **pwa-helper:** handle nack to home event ([4e30cdc](https://github.com/AliMD/alwatr/commit/4e30cdcc36f0cc450310ed7c98c1fae828efbf6e)) +* **pwa-helper:** new render layout with root top-app-bar and context ([62f7918](https://github.com/AliMD/alwatr/commit/62f79185fddf48175036b03577eeb06bd6335c19)) +* **pwa-helper:** scrollToTopCommand ([630d6cd](https://github.com/AliMD/alwatr/commit/630d6cd4543529f0f650ff99ad4a99803e85843b)) +* **pwa-helper:** using UnresolvedMixin ([3c0f95e](https://github.com/AliMD/alwatr/commit/3c0f95ee5395049aa7f10f3d562f0aa41773e531)) + +### Performance Improvements + +* **pwa-element:** scheduleUpdate by animation frame ([388004d](https://github.com/AliMD/alwatr/commit/388004dd3b355319968135206dfcd600d46921dd)) + +# 0.29.0 (2023-02-10) + +### Bug Fixes + +* **pwa-helper:** _routeChanged ([5a22e3f](https://github.com/AliMD/alwatr/commit/5a22e3f9bea3ed03a49889d7725cb807f359c02a)) +* **pwa-helper:** disable dynamic entryNames in build ([b829639](https://github.com/AliMD/alwatr/commit/b829639bf3b4940bee44ca6c73aa8ce74f35c3ca)) +* **pwa-helper:** show version ([9235dee](https://github.com/AliMD/alwatr/commit/9235dee636a76ad9e07686564ebdfa45f45e8928)) +* **pwa-helper:** version and old workbox config ([3646f14](https://github.com/AliMD/alwatr/commit/3646f144669b8b46266833b19fd1aff064b13ad8)) +* **snackbar:** padding ([6765f89](https://github.com/AliMD/alwatr/commit/6765f8900e798aea1f77e9e76be36e055411dd3e)) + +### Features + +* debug all renders ([73a0d34](https://github.com/AliMD/alwatr/commit/73a0d3483b7c42ab0a6247721073b81a01f7b258)) +* **icon-button:** new standard icon button ([b8e9836](https://github.com/AliMD/alwatr/commit/b8e98365fe3e8f1f6db1a21480257049c0294f03)) +* **pwa-helper:** esbuild ([9694294](https://github.com/AliMD/alwatr/commit/9694294815203a86fbbfde8288371ab347c5ec11)) +* **pwa-helper:** get config utils ([df0b593](https://github.com/AliMD/alwatr/commit/df0b593985440267f32ecf646422a3fa13692b03)) +* **pwa-helper:** new package ([a77c049](https://github.com/AliMD/alwatr/commit/a77c0491a6337cb48b42a667a0ee67c7f9f150fa)) +* **pwa-helper:** user toast on sw signals ([2569728](https://github.com/AliMD/alwatr/commit/2569728683e49e020ce77a573aa79f2453bfe774)) +* **soffit:** enhance develope scripts ([d4b5f5b](https://github.com/AliMD/alwatr/commit/d4b5f5b233f2da196192ad03ef755abda0dcb3cf)) + # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) **Note:** Version bump only for package @alwatr/pwa-helper diff --git a/ui/pwa-helper/package.json b/ui/pwa-helper/package.json index 00e85e9c8..954ea876a 100644 --- a/ui/pwa-helper/package.json +++ b/ui/pwa-helper/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/pwa-helper", - "version": "1.0.0", + "version": "1.1.0", "description": "Alwatr PWA Helper", "keywords": [ "element", @@ -31,9 +31,9 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "@alwatr/element": "^1.0.0", - "@alwatr/i18n": "^1.0.0", - "@alwatr/logger": "^1.0.0", + "@alwatr/element": "^1.1.0", + "@alwatr/i18n": "^1.1.0", + "@alwatr/logger": "^1.1.0", "@alwatr/ui-kit": "^1.0.0", "tslib": "^2.6.2" } diff --git a/ui/style/CHANGELOG.md b/ui/style/CHANGELOG.md new file mode 100644 index 000000000..c88003098 --- /dev/null +++ b/ui/style/CHANGELOG.md @@ -0,0 +1,26 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0 (2023-09-12) + +### Bug Fixes + +* **style:** change backdrop to scrim ([e41d771](https://github.com/AliMD/alwatr/commit/e41d771082933b39035bb91b1fbc6486f4d803a7)) +* **style:** import type issue ([19fc273](https://github.com/AliMD/alwatr/commit/19fc273310c2e32beb1d48224bcebb9f1dd75153)) +* **style:** outline colors ([e948464](https://github.com/AliMD/alwatr/commit/e9484640b2b11ad2e010fcad2b729efb5e0eeb39)) +* **style:** typography fontWeight ([74fc62b](https://github.com/AliMD/alwatr/commit/74fc62b6bbb009090c58bde3db9bfa841fa0131c)) + +### Features + +* **style:** add `stateLayerPlugin` ([db076dd](https://github.com/AliMD/alwatr/commit/db076dd5f3af851e5eac3e1c68d7b1e2cb7cbc0d)) +* **style:** add new color h260 ([c128609](https://github.com/AliMD/alwatr/commit/c128609963df0aba508f239799ef8c52ea066c40)) +* **style:** add our z-index ([af5c97f](https://github.com/AliMD/alwatr/commit/af5c97f6f9fb439ec414e903497f416ddd2a76de)) +* **style:** add ui-kit2 to tailwind content ([8aeb3c9](https://github.com/AliMD/alwatr/commit/8aeb3c90df1e87c1d7e128a0b50662727417e679)) +* **style:** elevation util ([29412d6](https://github.com/AliMD/alwatr/commit/29412d6541ce63e2dbf4078a81b308c1b7a6020c)) +* **style:** enhance stateHover, stateActive ([0aa3ee1](https://github.com/AliMD/alwatr/commit/0aa3ee1ed13183921aed058502fd961f2902e676)) +* **style:** new package for alwatr 2 css system ([9b9c791](https://github.com/AliMD/alwatr/commit/9b9c791570f23ec14d724528b5173cfe93a5e46b)) +* **style:** screen breakpoints ([839b149](https://github.com/AliMD/alwatr/commit/839b14951665fbb109a46713d528e0070da46e4e)) +* **style:** update material 3 colors ([7d8d755](https://github.com/AliMD/alwatr/commit/7d8d75557d927d045889a3463562e50093edbbdc)) +* update postcss-preset-env and browserlist ([b83fcb8](https://github.com/AliMD/alwatr/commit/b83fcb8e7d3f9cfa41f6e846444591642d7ebe6c)) diff --git a/ui/style/package.json b/ui/style/package.json index 3478f6649..b021cd0a7 100644 --- a/ui/style/package.json +++ b/ui/style/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/style", - "version": "1.0.0", + "version": "1.1.0", "description": "Alwatr shared styles (lib, utils, theme, ...).", "keywords": [ "style",