All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
4.0.2 (2024-11-06)
- honarvar bugs (196b77b) by @
4.0.1 (2024-11-06)
- fsm: resetToInitialState logic and enhance logging in state transitions (1e81527) by @
4.0.0 (2024-11-06)
- fsm: all name of type ActionName in class
actionRecord_
changed - fsm: event 'reset' fired on calling resetToInitialState and the first time in class constructor
- fsm: initialState remove from AlwatrFetchStateMachineConfig
- fsm: remove initialState from AlwatrFetchStateMachineConfig (fcb9541) by @AliMD
- fsm: run postTransition__ in resetToInitialState_ and constructor (00ca9c1) by @AliMD
- observable: add AlwatrLogger type to logger_ property (f21b562) by @AliMD
- fsm: update action naming conventions and enhance event handling in state transitions (c3a4094) by @AliMD
- update (a0c4014) by @AliMD
3.2.2 (2024-11-02)
- bump the github-actions group with 2 updates (#223) (0d2bd7a) by @dependabot[bot]
- deps-dev: bump @types/node from 22.8.1 to 22.8.6 in the dependencies group (#224) (2ffa758) by @dependabot[bot]
- deps: bump the alwatr group with 6 updates (#225) (6f22eda) by @dependabot[bot]
- update (2e39720) by @
- update dependabot configuration for commit message prefix and scheduling (6123dcc) by @AliMD
- update VSCode extensions and settings for improved development experience (9b03c57) by @AliMD
3.2.1 (2024-10-28)
- bump the alwatr-dependencies group with 2 updates (#217) (a5fd542) by @dependabot[bot]
- bump the development-dependencies group across 1 directory with 9 updates (9d1d05d) by @dependabot[bot]
- bump the github-actions group across 1 directory with 4 updates (#219) (a4d7ee4) by @dependabot[bot]
- update nanolib v1.4.0 with other deps (8c0fdcd) by @AliMD
3.2.0 (2024-10-11)
- prevent
sideeffects
frombuild
result (fbc7a9f) by @mohammadhonarvar
- update
import
s & packages based on the latest changes ofnanolib
(b905288) by @mohammadhonarvar
- .yarn/sdk: update (13343dc) by @mohammadhonarvar
- bump github/codeql-action in the github-actions group (f150962) by @dependabot[bot]
- bump the alwatr-dependencies group across 1 directory with 7 updates (daf1c3f) by @dependabot[bot]
- bump the alwatr-dependencies group with 4 updates (7ce1b54) by @dependabot[bot]
- bump the alwatr-dependencies group with 8 updates (bc520ba) by @dependabot[bot]
- bump the development-dependencies group with 10 updates (01de77c) by @dependabot[bot]
- bump the github-actions group with 3 updates (eb91117) by @dependabot[bot]
- update (254de29) by @
- update (4dc21b2) by @mohammadhonarvar
- update (f8891e2) by @mohammadhonarvar
- update (be2b945) by @mohammadhonarvar
3.1.1 (2024-09-29)
- change the license to AGPL-3.0 (4bc3149) by @ArmanAsadian
- context: change the license to AGPL-3.0 (79e3212) by @ArmanAsadian
- edited README (fff9b3f) by @ArmanAsadian
- fetch-state-machine: change the license to AGPL-3.0 (918ffae) by @ArmanAsadian
- fetch-state-machine: change the license to AGPL-3.0 (3ccfad4) by @ArmanAsadian
- flux: change the license to AGPL-3.0 (220ef0c) by @ArmanAsadian
- fsm: change the license to AGPL-3.0 (babc4a8) by @ArmanAsadian
- observable: change the license to AGPL-3.0 (1fefabc) by @ArmanAsadian
- remote-context: change the license to AGPL-3.0 (23a238d) by @ArmanAsadian
- signal: change the license to AGPL-3.0 (e077ff1) by @ArmanAsadian
- update (fb148fd) by @
3.1.0 (2024-09-26)
- fetch-state-machine: add separate requestSuccess_ for overriding (027226c) by @AliMD
- fsm: Add resetToInitialState() method (86b2479) by @AliMD
- remote-context: public clean method (138b782) by @AliMD
- fetch-state-machine: Rename requestSuccess_ method to requestSucceeded_ (5d0ca73) by @AliMD
- fetch-state-machine: Rename requestSuccess_ method to requestSucceeded_ (885a8bc) by @AliMD
- fetch-state-machine: Rename reset method to clean in fetch-state-machine and jfsm packages (ab20b4f) by @AliMD
- fetch-state-machine: Rename resetToInitialState_ method to clean_ (7ffc764) by @AliMD
- fetch-state-machine: Rename resetToInitialState_ method to clean_ (8e31471) by @AliMD
- fetch-state-machine: Rename resetToInitialState_ method to clean_ (05bb40d) by @AliMD
- remote-context: Clean up context cleanup logic (9ee9a31) by @AliMD
- remote-context: simplify context update logic (627b4ef) by @AliMD
- update action names in fetch-state-machine and fsm packages and remove
_
prefix (a90d959) by @AliMD
- fetch-state-machine: review (207153a) by @AliMD
- bump @types/node in the development-dependencies group (979223c) by @dependabot[bot]
- bump the github-actions group with 3 updates (0e4eb78) by @dependabot[bot]
- update (857ba97) by @AliMD
3.0.3 (2024-09-24)
- change the license to AGPL-3.0 (8a10663) by @
3.0.2 (2024-09-21)
- update readme (85fd5d9) by @AliMD
- update (1048410) by @
3.0.1 (2024-09-17)
- Add logging for dispatch__ method in AlwatrObservable (7ab84b6) by @
- simple demo test (43f9bee) by @
- server-request: all api properties and methods name changed
- server-request: all api properties and methods name changed
- fsm: FiniteStateMachineBase state property renamed to message data structure
- signal2: AlwatrObservable
- core/crypto: rename
token
tocrypto
- fsm: new defineConstructorSignals, defineInstanceSignals
- fsm: export fsm main api
- fsm: final review
- fsm: finiteStateMachineConsumer
- fsm: render
- fsm: defineSignals
- fsm: subscribeSignals
- fsm: initFsmInstance
- fsm: _execAction
- fsm: _execAllActions
- fsm: defineActions
- fsm: transition
- fsm: setContext
- fsm: getContext
- fsm: getState
- fsm: _getFsmConstructor
- fsm: _getFsmInstance
- fsm: defineConstructor
- fsm: new core
- fsm: remove old apis
- fsm: add state prop and remove gotState
- signal: change subscribe default receivePrevious to NextCycle
- signal: new core interface
- signal: core libs
- signal: clear old api
- form-registering: rename service
- .github: add form service to publish container (a42accc) by @
- .github: copy config from alwatr! (9744ef8) by @
- .prettierrc: add
prettier-plugin-tailwindcss
(26fdb04) by @ - .vscode: extension recommendation (70de504) by @
alwatr-icon
: icon component (ddb7180) by @demo
: improve icon demo (9bfa525) by @- add .editorconfig file (26cac41) by @
- Add @alwatr/fetch-state-machine package (03e3a62) by @AliMD
- Add @alwatr/observable package (e554c91) by @AliMD
- Add Alwatr Flux package (22c59e3) by @
- add alwatr rsa key (06da270) by @
- add chrome-profile to gitignore (a827e0e) by @
- add config.yml (86a6e8a) by @
- add eslint configuration (d1a974f) by @
- add math demo (36d074e) by @
- add new workflows (49152e1) by @
- Alwatr Finite State Machines (3ed108f) by @
- alwatr-icon: improve (521319c) by @
- api-request: base on server-request (32e663b) by @
- bench: improve bench mark logs (9865ebb) by @
- bench: test logger benchmark impact (beaa258) by @
- bench: test object vs map (9b88716) by @
- bew package @alwatr/context (9ee2204) by @AliMD
- build demo (4f78403) by @
- build index (7ba1338) by @
- build: configurations (12fd506) by @
- classic-cloud: new deployment (8c1f0c8) by @
- classic-cloud: static file serve and review deploy (d71a05a) by @
- cloud/container: clone adminer image o ghcr (6dd4edf) by @
- cloud/container: clone mariadb image to ghcr (6a30c84) by @
- cloud/container: clone traefik image o ghcr (4f80767) by @
- cloud: clone php image to ghcr (1bef57a) by @
- cloud: clone wordpress image to ghcr (fe6edbb) by @
- com-api: demo user (d13b5b4) by @
- com-api: refactor storage path and auth (c7cf27d) by @
- com-pwa/sign-in: use simple hash for phoneNumber (892eb7a) by @
- com-pwa: Customer Order Management PWA (d2d8630) by @
- com-pwa: submitting, submitSuccess, submitFailed state (de8ca7d) by @
- container: alpine with CI deploy workflow (51324e0) by @
- container: tdlib! (d3c4fb4) by @
- context: add
requestIfNotComplete
(31c8d61) by @ - context: awesome server context (93ecadf) by @
- context: new package (f11758a) by @
- context: simple context api (123899c) by @
- core/type: make package (5023d5c) by @
- crypto/hash: new crc length strategy (0ef2420) by @
- crypto: add
user factory
demo (2b82df5) by @ - demo html (40cfbdf) by @
- demo-pwa: add postcss and tailwind to esbuild (8eca7ff) by @
- demo-pwa: build service worker on build proccess (d3bbe8a) by @
- demo/crypto: random (8c5a613) by @
- demo/data-storage: init demo (6373254) by @
- demo/fsm2: rewrite with abstract for base class (beee9a2) by @
- demo/fsm: new demo for state machine (69e4661) by @
- demo/fsm: update (c068a04) by @
- demo/fsm: update with new api (5edd3c9) by @
- demo/i18n: relativeTime (fd9a698) by @
- demo/i18n: test loading (6aa8d97) by @
- demo/router: enhance demo (f9f0338) by @
- demo/signal2: add context example (57bd783) by @
- demo/signal2: add demo (109a8c1) by @
- demo/signal2: simple signal (8597c7e) by @
- demo: add
i18n
(1775906) by @ - demo: add
router2
(a101328) by @ - demo: add
server-context
demo (40339a7) by @ - demo: add error and force sample (4403703) by @
- demo: add font demo (e2c383c) by @
- demo: add vatr logger demo (cece668) by @
- demo: crypto hash (159a7f6) by @
- demo: dynamic icon demo (7c8acc8) by @
- demo: fetch (3f0cc84) by @
- demo: fetch revalidateCallback (cbd7112) by @
- demo: font (2a4fa4e) by @
- demo: forAll storage-client (2470ca6) by @
- demo: fsm light machine (370adaf) by @
- demo: improve demo dark mode (2a80a5f) by @
- demo: new
fsm
(6897c0c) by @ - demo: router outlet demo (9782b74) by @
- demo: seprate fonts (8025361) by @
- demo: storage-client (c6abf1c) by @
- demo: vatr logger demo (900010f) by @
- deploy: add another script for simpler usage (78d06f9) by @
- dev-server: debug mode (c20562e) by @
- dev-server: debug mode (262f962) by @
- director: job providers (9fce537) by @
- element: add to tsconfig (410a1f7) by @
- element: LoggerMixin (ff3fa85) by @
- es bench (2a6318e) by @
- es-bench: compare
bind
vsclass
(d5dd6ff) by @ - es-bench: compare bench (1c9ecc2) by @
- es-bench: date locale (7a5a58c) by @
- es-bench: enhance with optional count and warning (4fd2d51) by @
- es-bench: new bench model (daa1c7a) by @
- es-bench: test flatStr (3d742e7) by @
- es-bench: test node exist methods (b1d758b) by @
- es-bench: worker (d92d09a) by @
- eslint: configurations (bb0a02b) by @
- eslint: update config (32023a6) by @
- fetch-state-machine: Add AlwatrJsonFetchStateMachine class (6cd7fd4) by @AliMD
- fetch-state-machine: Add AlwatrJsonFetchStateMachineBase class (9560379) by @AliMD
- fetch: cache strategy (7c112d2) by @
- fetch: cache strategy demo (e60e865) by @
- fetch: docs & pattern (8e5330d) by @
- fetch: improve demo (a2628de) by @
- fetch: new enhanced fetch package (15a9330) by @
- fetch: support nodejs (37ea2c0) by @
- fetch: update demo (03e52be) by @
- file-storage: json (7fb6a67) by @
- fms: complete new FSM api base on signal! (61999eb) by @
- font: define fonts, the wight way! (9d14271) by @
- font: demo for sahel (7926ad3) by @
- fract: elegant simple render strategy powered by lit written in tiny TypeScript module for who hate react! (e14514a) by @
- fsm: _execAction (d7aa5b2) by @
- fsm: _execAllActions (a1a2a58) by @
- fsm: _getFsmConstructor (3677f5f) by @
- fsm: _getFsmInstance (6015000) by @
- fsm: $all and $self state (16ce892) by @
- fsm2: base class (79d658a) by @
- fsm2: review and cleanup (0e7a32b) by @
- fsm2: rewrite from scratch. (2509e4a) by @
- fsm2: simple FiniteStateMachine and base (acdd884) by @
- fsm2: StateRecord conf (fd3343b) by @
- fsm2: update demo (7f19437) by @
- fsm2: use abstract for base class (948ec30) by @
- fsm: add
signalRecord
to config (255200b) by @ - fsm: add unsubscribe (3820ef3) by @
- fsm: callback in provider signals (b1a71bc) by @
- fsm: custom signal callback (1769dce) by @
- fsm: defineActions (1938a53) by @
- fsm: defineConstructor (6f0763d) by @
- fsm: defineSignals (3c17c70) by @
- fsm: destroy and expire api (7cb7185) by @
- fsm: enhance types (4da8427) by @
- fsm: export fsm main api (8ed8736) by @
- fsm: finiteStateMachineConsumer (5e12fe8) by @
- fsm: getContext (5081bfe) by @
- fsm: getState (613634b) by @
- fsm: initFsmInstance (0e8260a) by @
- fsm: make simple state machine (b8cb33d) by @
- fsm: new core (73255f8) by @
- fsm: new defineConstructorSignals, defineInstanceSignals (fa45b45) by @
- fsm: new state context type with {to, from, by} (05435d0) by @
- fsm: new types (3e08ba7) by @
- fsm: render (88aaa55) by @
- fsm: rewrite state machine (c8d91eb) by @
- fsm: rewrite with signal power (73fd681) by @
- fsm: setContext (0c21a3e) by @
- fsm: share state events (aa3ae47) by @
- fsm: subscribe (d224072) by @
- fsm: subscribeSignals (2d9b07e) by @
- fsm: transition (81396af) by @
- fsm: transition with partial context set (fd476ff) by @
- i18n2: add
i18n2
class base (bf1bec4) by @ - i18n: add replaceNumber and auto detect setLocale from html (93d46a5) by @
- i18n: start new package for i18n/l10n (bc719d0) by @
- icon2: a lit
directive
to show the icons (584cc8e) by @ - icon: refactor and improve (62b57a1) by @
- improve error debugging (35b6e2d) by @
- issue-template: bug report and feqture request form template (51d1642) by @
- jatabase: demo (83eb9ef) by @
- keep: base pwa (c0c27b7) by @
- labs refrences and workspace (076e0d5) by @
- lerna: migrate to 7 (3d9e3b7) by @
- logger: add logProperty, logMethodFull (f826985) by @
- logger: complete refactor the logger with new API and fix show correct line number (78a5f83) by @
- logger: node coloring support (b67e318) by @
- logger: vatr logger package (d9724a5) by @
- math: getDeviceUuid (5790b33) by @
- math: rename deviceId to clientId (a326f7c) by @
- Math: translateUnicodeDigits (e522074) by @
- micro-server: make new package (7a952bd) by @
- new build process (635e798) by @
- new package for AlwatrRemoteContextStateMachine (bffd7d8) by @AliMD
- new ui design system (fa6e1ca) by @
- nginx: review and rearrange conf folders (bc1692d) by @
- nginx: update to 1.1.0 (0b11afb) by @
- nginx: update version to 1.24 (c4a20f4) by @
- nginx: upgrade to v1.9.0-1.25-alpine (e5b87b0) by @
- nocodb: use internal image (77b3628) by @
- notify: new package (f9ef1e5) by @
- package: add pwa (b1c8872) by @
- package: pull push script (a4ac3d0) by @
- playground: base package (32bb1f4) by @
- playground: remove postcss-copy (d965773) by @
- prettier config (bb1cb83) by @
- publish-alwatr-container: cosign (bffbe40) by @
- publish-container: improve CI/CD (43d33c8) by @
- publish-services: add all services to matrix (c874ffa) by @
- publish-services: cache (aa48911) by @
- publish-services: publish for next branches (c6c79b4) by @
- publish-services: set path on pr (b0be7f2) by @
- publish-services: synamic dockerfile for all services (cd6c2ed) by @
- pwa/flight-finder: build (a217008) by @
- pwa: improve esbuild (61e9d57) by @
- pwa: service worker (3ba41fc) by @
- pwa: watch mode (f872b2d) by @
- review (c2e3b0a) by @
- review and cleanup all workflows (f0985f2) by @
- router: improve demo for test signal! (776bca8) by @
- router: simple demo (524e864) by @
- scripts: add watch commands (99ff8ce) by @
- server-context: add
server-context
itself! (f6d78dd) by @ - server-context: add new module (15c1951) by @
- server-context: AlwatrServerContext (9e4d816) by @
- server-context: dynamic extra state/event type (4a5e828) by @
- server: build index file (36aa470) by @
- server: install and config web dev server (57dabb6) by @
- services: improve all docker deployment (3ac43ef) by @
- signal-manager: enhance provider, docs (25a3510) by @
- signal2/context: base class (b70731a) by @
- signal2: add
event
signal class (71959e0) by @ - signal2: add multi-thread functionality (74e9a07) by @
- signal2: AlwatrContext (b5891b9) by @
- signal2: AlwatrObservable (899a2f9) by @
- signal2: AlwatrObservableInterface (b415ca7) by @
- signal2: base package (d4c6174) by @
- signal2: external types (532c62f) by @
- signal2: new AlwatrContextSignal extends AlwatrBaseSignal (4b89656) by @
- signal2: new AlwatrEventSignal extends AlwatrBaseSignal (dd716de) by @
- signal2: new AlwatrMultithreadContextSignal extends AlwatrBaseSignal (ea1e976) by @
- signal2: new AlwatrSimpleSignal extends AlwatrBaseSignal (e7c8271) by @
- signal2: new base class for handle all features (77071f4) by @
- signal2: new context (33556f4) by @
- signal2: update demo (8021ddf) by @
- signal: add untilChange for contextProvider (6b1b59e) by @
- signal: alias in SignalInterface & BoundSignalInterface (f2cf2d7) by @
- signal: bind signal (e22c2b3) by @
- signal: command handler/provider interface (35a42cd) by @
- signal: command signals (ddcc3ff) by @
- signal: command trigger interface (f918ba5) by @
- signal: commandSignal (ff2b83d) by @
- signal: context prover and consumer (6b08390) by @
- signal: contextProvider.expire (534a17e) by @
- signal: defineCommand return ListenerSpec (39310a6) by @
- signal: demo as test (3e093b3) by @
- signal: dispatch NextCycle option (da29a8e) by @
- signal: event listener interface (23c7872) by @
- signal: event trigger interface (59d1023) by @
- signal: new contextConsumer interface (4ad98d5) by @
- signal: new contextProvider interface (c2c9830) by @
- signal: new demo (916568f) by @
- signal: new manager interface (a93cce8) by @
- signal: new requestable context consumer interface (7be49a4) by @
- signal: new requestable context provider interface (0fb920e) by @
- signal: new RequestableContext with state (5017feb) by @
- signal: new signal dynamic types (c1439e4) by @
- signal: new simple api (aaadd84) by @
- signal: refactor all generic types with Stringifyable (e383649) by @
- signal: requestSignal (ba8d248) by @
- signal: separate request command with response (ea626f5) by @
- signal: signal.request (ae0073d) by @
- signal: signal.untilNext (ffec6d1) by @
- signal: signals.expire (f7a512c) by @
- soffit-pwa: deployment (1d7ada3) by @
- soffit-pwa: product page (cb0a0a6) by @
- soffit-pwa: publish container (ee99570) by @
- storage-client: benchmark test (0f5e618) by @
- storage-client: performance demo (bcabcd2) by @
- storage: add _createdBy and _updatedBy (34b731b) by @
- storage: force save abd exist hook to prevent data lost (4c84d4f) by @
- storage: improve process and add has, storagePath, keys and length (2b2ef51) by @
- style: add our z-index (eb62174) by @
- style: new package for alwatr 2 css system (e4408bb) by @
- svg-icon: init svg-icon package (ionicons) (#14) (766c9c8) by @
- switch to lerna-lite (ee63e50) by @
- token: generate and verify HOTP tpkens (4944f44) by @
- token: new package files (2d6f7a0) by @
- tokens: z-zindex (402d412) by @
- tsconfig: uniquely/soffit-site-pwa (3b2fd3d) by @
- type: Stringifyable (562849b) by @
- ui-kit/text-area: new component (57c94f1) by @
- ui-kit2: base package (d458fc6) by @
- ui-kit: new package (fbebe71) by @
- ui/demo: new pwa package (#508) (98d417d) by @
- update all repo files from alwatr (b85a3a6) by @AliMD
- update README.md (bf6966f) by @
- update root dotfiles ro latest changes from alwatr (e9183cd) by @
- update workflow (caeec04) by @
- upgrade nginx 1.8.0-1.25-alpine (24266ec) by @
- util: add string capitalize (852ac7d) by @
- util: new package (bf3fe09) by @
- v2fly: new configs (fb3664d) by @
- validator: add
phone
validation (779cfd3) by @ - validator: demo (eda0288) by @
- validator: demo (d2baf68) by @
- validator: update demo (fb7266b) by @
- validator: update demo (4329c52) by @
- validator: update demo (56963f7) by @
- wds: add 0.0.0.0 hostname (22326e2) by @
- wordpress: improve deployment to use multi env files (2d55208) by @
- workflow.publish-alwatr-container: add keep-pwa (b92cc19) by @
- workflow/lint: add schedule (eab9bcc) by @
- workflow: add com api and pwa (d6226ad) by @
- workflow: add nginx-storage to ci/cd (9df3cf5) by @
- workflow: add tests workflow (3c6cb91) by @
- workflow: add verify workflow (51e48ac) by @
- workflow: publish services (f9f13dc) by @
- workflow: remove njfamirm from reviewer (f61c9c3) by @
- workflow: rename workflow file (8000f3d) by @
- workflows: Add To GitHub projects (cf55cae) by @
- workflows: CodeQL Analyze (8398944) by @
- workflows: Dependency Review (bfd7ab6) by @
- workflows: new eslint workflow (fec0478) by @
- xz-example: such a wow! (2a10a8d) by @
- .github/depbot: syntax issue (b8cb0e6) by @
- .github: matrix (f7037fa) by @
- add esbuild to git ignore (97654ce) by @
- add lint to scripts (f02f3eb) by @
- add rest client extension to recommendation (0817c9e) by @
- add type module (508f2d8) by @
- alalwatr (25b2a9b) by @
- all new repo path and packages dependencies (21a6afa) by @
- all package refrences (9072955) by @
- bug: rootDir
src
to.
(76c3fe5) by @ - build com-cpi (4f1d9e3) by @
- build issue (577f0b2) by @
- build issues (2ded558) by @
- build issues (a61f062) by @
- change all @one to @vatr (636ccdd) by @
- ci/dependabot: schedule time type (e70cccc) by @
- clean command (9e78229) by @
- clean ff old packages (65319a4) by @
- cleanup old signal and fsm v1 (bde0bea) by @
- cloud/deploy: rename ssh-rsa (9a24a25) by @
- cloud: add fpm suffix (fc3f62c) by @
- cloud: clone two version of wordpress (9ecb795) by @
- cloud: deploys path (4de14f5) by @
- compatible with new esbuild api (65102f7) by @
- context: compatible with new storage api (e2127db) by @
- context: merge request option issue (356ad49) by @
- core/crypto: rename
token
tocrypto
(ad4a74a) by @ - crawler: structure (c561546) by @
- crypto: package (f29a1e0) by @
- demo/crypto:
logger
s &token
(cd73aa5) by @ - demo/crypto: log (8572565) by @
- demo/crypto: revert last demo (399fc2c) by @
- demo/crypto: use all token status (6fa08db) by @
- demo/finite-state-machine2: update based on its module (0a50eaa) by @
- demo/fsm: context object (ef73f46) by @
- demo/fsm: new demo for new fsm (e93b5c3) by @
- demo/icon: remove preloadIcon in demo (769a172) by @
- demo/math: remove getClientId (b5783ee) by @
- demo/server-context: fn name (829c208) by @
- demo/signal2: add
event
demo & sort folders (5f5cb3f) by @ - demo/signal2: use new classes (68131a3) by @
- demo/storage-client: getStorage (d54ecdc) by @
- demo/storage-client: handle document not found (25582db) by @
- demo/storage-client: set default token (165d967) by @
- demo/storage-client: update config (ec46e4b) by @
- demo/storage-client: use host in config (57b16a4) by @
- demo/storage-engine: use save (4a3cdf5) by @
- demo/token: import type (f0192f7) by @
- demo: cleanup (9be078c) by @
- demo: fix demo based on latest
fsm
s changes (2d5cd32) by @ - demo: package (8c4705a) by @
- demo: router 2 (a50a22c) by @
- demo: token (5e615b3) by @
- demo: update types (832ecf4) by @
- demo: use
AlwatrApiRequest
(8776416) by @ - deploy speed issue (2cfd13f) by @
- encription in git attributes (114a510) by @
- env files (0b97a02) by @
- es-bench: bench calc issue (4558eb1) by @
- es-bench: calc memory usages (8e72ce8) by @
- es-bench: logger dev mode (915ee30) by @
- es-bench: remove
stat
(ef4d473) by @ - eslint: project path (9d78869) by @
- fetch: compatible with new ts types AbortSignal (efd7b6d) by @
- fix import module (c6542bf) by @
- fms: import path (d49e603) by @
- font: cleanup (2953824) by @
- font: review (6937536) by @
- form-registration: service name (bcf04c7) by @
- fsm/demo: signalList (084a5ef) by @
- fsm2: add
name
toconfig
& removecontext
(8daeb45) by @ - fsm2: convert
config
to an object (ab81fc3) by @ - fsm2: types (802a783) by @
- fsm: action maybe async (9376f74) by @
- fsm: autoSignalUnsubscribe type (191f626) by @
- fsm: call render states function in there own this (a241085) by @
- fsm: cleanup old (c9ac941) by @
- fsm: compatible with new logger api (77db656) by @
- fsm: demo (971688b) by @
- fsm: every signal mather (4dfa075) by @
- fsm: fix order of
initFsmInstance
args (54c0f06) by @ - fsm: import issue (9674f34) by @
- fsm: initial exec actions (2f4dc26) by @
- fsm: last reported bugs in set state (b1c93db) by @
- fsm: make it private (7f1cf70) by @
- fsm: remove additional import (50fb4b1) by @
- fsm: remove old apis (96be26e) by @
- fsm: review reset process (608d88f) by @
- fsm: run init entry actions (0c4ebaa) by @
- fsm: update context in transition bug (db6bd53) by @
- github-actions: specific all versions (3bb6e5e) by @
- github/workflow: schema detect (1cd2163) by @
- gitignore: ignore db (4078b08) by @
- import util/node (ff954de) by @
- issue_template: add all packages (84bcc50) by @
- lerna: add ignoreChanges for all md files! (ee84128) by @
- lerna: changelogIncludeCommitsClientLogin (8d2bd9a) by @
- lerna: include readme to publish chnages (570f528) by @
- lerna: remove changelogIncludeCommitsClientLogin (f8b5dda) by @
- lerna: remove ignoreChanges (85a21f1) by @
- lerna: version behavior (db0513d) by @
- lint: ignore es-bench (4fa5ed5) by @
- lit-analyzer version (79f3dda) by @
- math: build (e0c19e3) by @
- missing packages (3c411bd) by @
- new logger api (deeca0e) by @
- nginx: force-domain bug (b7b4fb4) by @
- old One repo links (84c6487) by @
- package.json: build script (9b689ae) by @
- package: build:r before version (8f503d2) by @
- package: build/lint script (60ec663) by @
- package: eslint command (4fb2ec9) by @
- packages (3078afa) by @
- packages and refs (01faa81) by @
- package: update from eslib and change to alwatr signal (5957749) by @
- playground: set prettier default for formatting (5359f67) by @
- pr-template: make it simple (23a30ad) by @
- publish-alwatr-container: cosign issue (4f78ed3) by @
- publish-container: 403 error (cc229d9) by @
- publish-container: ignore tdlib (ba723e4) by @
- publish-container: image metadatas (7fc4cc7) by @
- publish-container: prevent to build on any pr merged (e3b6854) by @
- publish-services: image name (0f9b9d6) by @
- pwa-helper: add to root tsconfig refrences (d88f8db) by @
- readme: logo path (88bad5c) by @
- remove _updatedBy (d480514) by @
- remove
src
and move all content toroot
(e2f4ce3) by @ - remove
watch
scripts (fb5b19e) by @ - remove license (36d2075) by @
- remove npm token from install dependencies (8d013ff) by @
- remove pwa from workspace (a88f464) by @
- remove serve script (0e47324) by @
- repo address (ed3d7d1) by @
- reported issues (39ff1c8) by @
- review (210d6cb) by @
- review issue (7b21b8d) by @
- router2: complete
class
methods & moveoutlet
toutility
file (68b75b9) by @ - server-context: add
_request
&_actionRecord
(a7e3325) by @ - server-context: arg of
request
inAlwatrApiRequest
(7a2a9aa) by @ - server-context: compatible with new logger api (916db77) by @
- server-context: convert some
super
tothis
(13e9604) by @ - server-context: export
api-request
(71b7fed) by @ - server-context: export
server-context
to use (15ce6a5) by @ - server-context: import issue (aa76ffe) by @
- server-context: request options gone in offline requests (a80b79e) by @
- server-context: review and fix runtime issues (4b2e271) by @
- server-context: tsconfig (1db9eef) by @
- server-request: review and enhance (15a0a97) by @
- services/telegram-notifier: remove storga-client (185795d) by @
- services: name and desc (33d4252) by @
- set correct path (dbd290d) by @
- signal/core: _getSignalObject (7c1a0f6) by @
- signal2: build issue (359614f) by @
- signal2: export
base
(a92652e) by @ - signal2: handle promise catch (b7d8468) by @
- signal2: index.ts (76a9b2d) by @
- signal2: logger method name (82f6336) by @
- signal2: root exports and reg alwatr module (32c0367) by @
- signal: alert #1455 (bb93d8f) by @
- signal: AlwatrMultithreadContextSignal issue (2a450b3) by @
- signal: clean old interfaces (92f4775) by @
- signal: clear old api (9724ad9) by @
- signal: compatible with new logger api (0a3b1c0) by @
- signal: dont receivePrevious when listener is disabled (352db26) by @
- signal: export all interfaces (a1279a4) by @
- signal: export listeners (9cd8a5b) by @
- signal: import types (eaaa2a7) by @
- signal: interface bind type (dec6d85) by @
- signal: NextCycle with own detail (6514115) by @
- signal: nodejs compatibility (b7b7c84) by @
- signal: package name (4791b54) by @
- signal: reported issues (ecc6d91) by @
- signal: requestableContextConsumer bind issue (c42bd96) by @
- signal: requestableContextProvider.getValue (e31c117) by @
- signal: requestContext dispatch issue (e9e21f2) by @
- signal: signal2 name (70b71e3) by @
- signal: TSignal on SignalControllerInterface (a0e8d48) by @
- signal: types (2460dc9) by @AliMD
- soffit-pwa: app config and temp service worker (ff9d9cd) by @
- soffit-pwa: deploy (5d79e2b) by @
- storage: _last ket (cef74a8) by @
- storage-client: demo (8cb6fdc) by @
- storage-client: demo get not found (8bb849f) by @
- storage-client: demo security issue (0756126) by @
- storage-client: handle 404 in benchmark (6ed63b4) by @
- storage-engine: dev mode (91bef5a) by @
- storage: performance demo test (6ac19ac) by @
- token: calc benchs (6241f36) by @
- try to fix typescript importer in eslint (0225fa6) by @
- ts refrence path (c2baa44) by @
- tsconfig (9cf3597) by @
- tsconfig issues (8e86e68) by @
- tsconfig path (bc81b7f) by @
- tsconfig refrences (fa59905) by @
- tsconfig refrences (888d4f2) by @
- tsconfig: add missing core/validator (564625d) by @
- tsconfig: add router (b0fd1ec) by @
- tsconfig: add useDefineForClassFields (f9c6a7f) by @
- tsconfig: re-enable com-pwa (3f56478) by @
- tsconfig: rename storage to storage-engine (bd09d4c) by @
- tsc: remove ff (551f19d) by @
- typescript: rollback to 4.9.5 (3f0f153) by @
- ui/*: package path (8b22506) by @
- ui/*: package path in refrences (cc9a55f) by @
- ui/style/mobile-only: use --sys-breakpoint-handset (f890b4c) by @
- update types (701618d) by @
- use ~ for package version (e5eb777) by @
- util: remove package (2156bc8) by @
- validator: deps (d5c6331) by @
- validator: remove extra trim (689c120) by @
- validator: validate boolean (dcd2069) by @
- version in package.json (d824ca5) by @
- vscode: clean settings.json (6da9393) by @
- vscode: file exclude pattern (92d608f) by @
- vscode: files.exclude setting (d0fa8a4) by @
- vscode: re-enable lit-plugin.rules.no-missing-import (d7c5627) by @
- vscode: tsdk (b929b50) by @
- web-dev-server (fa5a9fa) by @
- wordflows: tests on all branches (84a6afe) by @
- workflow/build: name (9bbed30) by @
- workflow/lint: task name (ae69a7a) by @
- workflow/publish-container: name (fb82a70) by @
- workflow/publish-container: nginx version (0523ce7) by @
- workflow/publish-services: build-args (e1eba51) by @
- workflow/publish-services: name (44438e4) by @
- workflow/publish-services: run on pull_request (0f7e5f6) by @
- workflow/publish-services: use default node version (6d8fbd3) by @
- workflow: build process (86b4076) by @
- workflow: disable ff-pwa (527fab0) by @
- workflow: increase nodejs memory usage in lint (917a112) by @
- workflow: mariadb full version (6754c90) by @
- workflow: publish container signing (1ac8e34) by @
- workflow: publish container workflow name (3a3d558) by @
- workflow: remove duplicate tests on push and pulls (a6d66ac) by @
- workflow: run issue (a38d485) by @
- workflows/build: build all child packages (3b03014) by @
- workflows: add workflow_dispatch (96d78f6) by @
- workflows: add-to-project token (4c0d73b) by @
- workflows: add-to-project token (b017c98) by @
- workflows: build (4744121) by @
- workflows: build job name (c3f7712) by @
- workflows: change paths! (a6c1f74) by @
- workflows: custom version tags for containers (42bcc45) by @
- workflows: dep review (ceb3493) by @
- workflows: final test publish container (5b38c1d) by @
- workflows: image custom versions (74e3fd7) by @
- workflows: image custom versions (717d279) by @
- workflows: install deps (2a89936) by @
- workflows: name (02bdf16) by @
- workflows: node version (89b6fec) by @
- workflow: update by push to main/next (008d686) by @
- workflow: use path for building container (5ea5934) by @
- workflow: wordpress version (041c4f1) by @
- workspace (f635293) by @
- yarn: conflict (b58d95b) by @
- storage-client: refactor for perf improve and keep alive (160bdd0) by @
- AlwatrObservable to use 'message' instead of 'data' (67aa6e0) by @AliMD
- apis: use new nano-server api (384083c) by @
- classic-cloud: refactor up script and cleanup (6d6821a) by @
- clean script with rimraf (74bb2a6) by @
- clean scripts (8ee7e8f) by @
- com/order-list: review (02ae278) by @
- context: REQUEST event name (0e67051) by @
- context: review and enhance core api (8bf3233) by @
- context: review and rename all vars (fd7352d) by @
- core: implement by new
fsm
(1335761) by @ - crypto: use pre configs (f80070b) by @
- demo/crypto: hashGenerator config (5415217) by @
- demo/storage-client: syntax (836dd57) by @
- demo: rename benchmark (663871b) by @
- demo: with AlwatrObservable (4d87032) by @
- fetch-state-machine: Add JFSM classes (de792aa) by @AliMD
- fetch-state-machine: base class and imports (92a17f7) by @AliMD
- fetch: refactor to async (066eacd) by @
- fetch: remove getJson (6bc3c35) by @
- fetch: use @alwatr/type (64d6936) by @
- file-storage: change name to data-storage (5d422d2) by @
- finite-state-machine2: based on its module (793d1dd) by @
- finite-state-machine2: based on its module (9aca396) by @
- folder structure (484da27) by @
- form-registering: rename service (ebcaacf) by @
- fsm2: extends from
AlwatrBaseSignal
(d10f7fa) by @ - fsm2: with AlwatrObservable (5d896da) by @
- fsm: add state prop and remove gotState (747abd2) by @
- fsm: final review (dc599a8) by @
- fsm: rename main (60a52bd) by @AliMD
- fsm: review (4c19767) by @
- fsm: signalList array (1ec2279) by @
- fsm: StateRecord, signalRecord types (8b28484) by @
- fsm: Update FiniteStateMachineBase class (27a29ca) by @AliMD
- fsm: Update FiniteStateMachineBase class to use class property for state and transition methods (647a921) by @AliMD
- fsm: Update FiniteStateMachineBase state property to message (be1ca78) by @AliMD
- fsm: Update import statement for type.ts (6091385) by @AliMD
- global ALWATR_VERSION (7779c2b) by @
- icon2: move to ui-kit (28c52de) by @
- index html file (b791cfc) by @
- inline export/import type (d1facad) by @
- jatabase: refactor new package from data-storage (5ad3b85) by @
- Make dispatch__ method private in AlwatrObservable class (f2fc342) by @AliMD
- math: rewrite UnicodeDigits to improve performance (615282a) by @
- micro-service: review and improve (53769b5) by @
- nano-server: rename package (f75bbe8) by @
- nanoservice: rename microservice starter kit (5db4330) by @
- package.json: npm-run-all (bda0d3e) by @
- publish-services: dockerfile (555cea2) by @
- pwa: review and build (4f19d0d) by @
- pwa: review and fix (c7fdc5b) by @
- refactor index (1ef58f3) by @
- Remove AlwatrApiRequest and AlwatrApiRequestBase classes (7477341) by @AliMD
- Remove empty lines in README.md (f8f25ab) by @AliMD
- Remove unused dependencies from @alwatr/fsm package (da58900) by @AliMD
- rename everything to alwatr! (b3ff40a) by @
- Rename fetch-state-machine.ts base class name (ab88730) by @AliMD
- Rename fetch-state-machine.ts to base.ts and update imports (5281302) by @AliMD
- rename package to packages (5c45743) by @
- rename project and review all deps and scripts (0c2e222) by @
- router2: use util renderState (43175ef) by @
- router: review and use seprate code file (dc3fce6) by @
- server-context: rename main (7922599) by @AliMD
- server-context: Update import statements and package version in server-request.ts (17b5669) by @AliMD
- server-context: with AlwatrObservable (6265324) by @
- server-request: complete refactor all name and methods to new structures (5b9cf1c) by @AliMD
- server-request: complete refactor all name and methods to new structures (7e44e8f) by @AliMD
- service/storage-server: dockerfile (de10760) by @
- services: to classic-cloud and nanoservice (b283d87) by @
- signal2: separate classes (52e6220) by @
- signal: AlwatrContext to use class property instead of calling super.getData_() (bbe18bb) by @AliMD
- signal: change subscribe default receivePrevious to NextCycle (3e8b38f) by @
- signal: clearDetail in core (48b158f) by @
- signal: core libs (21ad175) by @
- signal: full review for fix all issues (05c83bb) by @
- signal: move core to lib (8abed5c) by @
- signal: new core interface (51582e6) by @
- signal: Remove reference to api-server in tsconfig.json (3c6b2e6) by @AliMD
- signal: rename manager to core (b0946ae) by @
- signal: rename name to id (618494b) by @
- signal: rename old public api (ad7c8eb) by @
- signal: review and apply feedbacks (c026f92) by @
- signal: review everything and change all configs (c903f1c) by @
- signal: setContextProvider, setCommandProvider, requestContext, requestCommand (0c7139a) by @
- signal: signal-manager file name (b86e79c) by @
- signal: Update AlwatrContext to use class property instead of calling super.getData_() (437dbf4) by @AliMD
- soffit-pwa: rename from site (001f452) by @
- storage-engine: rename AlwatrStorageEngine (e9e3214) by @
- storage: rename package (6301f5c) by @
- storage: rename storage to storage-engine (6c9fc74) by @
- storage: rename to storage-engine (b99d194) by @
- storage: synchronous operations and fix many bugs (486f8bb) by @
- StringifyableRecord type (791009c) by @
- StringifyableRecord type (041fff7) by @
- telegram-notifier: review (ddfb9f5) by @
- telegram-notifier: structure (144ca51) by @
- types: StringifyableRecord all base types (c7ad537) by @
- ui: card with AlwatrSurfaceElement (94b0260) by @
- ui: rename demo-pwa (b78d2c0) by @
- uniquely/soffit-site-pwa: build with esbuild (e15460e) by @
- Update .vscode/settings.json (1daaf35) by @AliMD
- Update @alwatr/context package and add @alwatr/logger package (54dbf86) by @AliMD
- Update @alwatr/fsm package and add @alwatr/observable package (d78b177) by @AliMD
- Update @alwatr/polyfill-has-own dependency to version ^1.0.9 in fsm package.json (f1c82a6) by @AliMD
- Update @alwatr/signal package (9ec8478) by @AliMD
- Update all package URLs to point to the flux repository (e7e56d2) by @AliMD
- Update AlwatrContext constructor to use AlwatrObservableConfig (f38d27c) by @AliMD
- Update AlwatrContext constructor to use AlwatrObservableConfig (a8c75c6) by @AliMD
- Update AlwatrContext constructor to use AlwatrObservableConfig (98a6de7) by @AliMD
- Update AlwatrContext constructor to use AlwatrObservableConfig (c9c3637) by @AliMD
- Update AlwatrContext to use 'message' instead of 'data' (512789b) by @AliMD
- Update AlwatrContextSignal to AlwatrContext (44dd077) by @AliMD
- Update AlwatrSignal and AlwatrSimpleSignal to use 'message' instead of 'data' (cef6ba6) by @AliMD
- Update AlwatrSignal and AlwatrTrigger constructors (05da419) by @AliMD
- Update package dependencies and references (888f698) by @AliMD
- Update repository name and description (28c72a5) by @AliMD
- use alwatr types (0a8a376) by @
- use alwatr types (3f61117) by @
- using globalAlwatr (fa1c983) by @
- work with new router API (18cd412) by @
- work with new signal API (628f394) by @
- workflow/build: new workflow (6ccbee2) by @
- workflows: seperate build/lint task (73b7a97) by @
- .editorconfig: move to root (f718649) by @
- .github/depbot: update (2ad66ab) by @
- .github: add @microsoft/eslint-formatter-sarif (8ffebdb) by @
- .github: cleanup (42d2b67) by @
- .github: remove add-to-project workflow (7a80f27) by @
- .github: remove branch rule in pr (66ead9a) by @
- .gitignore: ignore db folder (32684ce) by @
- .vscode: add from alwatr (2bb3d38) by @
- .vscode: fix settings (89be6c2) by @
- .vscode: fix settings (67fa1e1) by @
- .vscode: update extension recommendation (0b16c86) by @
- .vscode: update to latest changes (d1b6c10) by @
- add lint package & lint script (797ee61) by @
- add logo (59a798c) by @
- add my .gitconfig (32b5278) by @
- add user to contributors (23efbf6) by @
- bug_report: add vatr registered to issues (434fcde) by @
- bug-report: let peaple upload image (74b22ab) by @
- build configurations (3f9deb1) by @
- ci/dependabot: schedule (bf03250) by @
- ci: remove lint group (a8f7fa6) by @
- ci: update workflow (bb98276) by @
- classic-cloud: decrypt some scripts (e19df76) by @
- clean dockerfiles (efd08a7) by @
- clean junk file (64f0850) by @
- cleanup (fb6bcef) by @
- cleanup (4831657) by @
- cleanup (afbdada) by @
- cleanup (14dea17) by @
- cloud/wordpress: update to v6.2 (f1fdcd1) by @
- cloud: php version (1a566f4) by @
- command: upd (2aa1c07) by @
- commenting: rename to comment (5539782) by @
- common settings/files (bdf4470) by @
- common settings/files (411eec7) by @
- configurations & packages (da0f66a) by @
- context: cleanup context v1 (ce55dd7) by @
- cSpell word (5d4e15d) by @
- demo/es-bench: bench many func (42990d3) by @
- demo: Add refrences to tsconfig (d498503) by @
- demo: cleanup and page title (5bb6151) by @
- demo: test the lint workflow (caf1342) by @
- demo: token benchmark (1a217ed) by @
- dependabot: fix alwatr deps update issue (84ac701) by @
- dependabot: fix labels (8ea1a51) by @
- dependabot: fix schema (b9656a2) by @
- dependabot: fix schema (bfa7730) by @
- dependabot: groups (e4157f3) by @
- dependabot: groups (8c97e41) by @
- dependabot: more pull requests (d2ddc1f) by @
- dependabot: more pull requests (5fc3565) by @
- dependabot: update to latest changes (336a3d7) by @
- dependabot: wakeup (60a638f) by @
- deps-dev: bump @babel/core from 7.20.5 to 7.20.7 (7206d52) by @
- deps-dev: bump @babel/core from 7.20.7 to 7.20.12 (db4c960) by @
- deps-dev: bump @ionic/core from 6.4.1 to 6.4.2 (#644) (b33c683) by @
- deps-dev: bump @ionic/core from 6.4.2 to 6.5.0 (#683) (c98fc50) by @
- deps-dev: bump @material/web from 1.0.0-pre.1 to 1.0.0-pre.2 (7fe0196) by @
- deps-dev: bump @material/web from 1.0.0-pre.10 to 1.0.0-pre.11 (5e99f39) by @
- deps-dev: bump @material/web from 1.0.0-pre.2 to 1.0.0-pre.3 (06baf55) by @
- deps-dev: bump @material/web from 1.0.0-pre.3 to 1.0.0-pre.4 (da35ce6) by @
- deps-dev: bump @material/web from 1.0.0-pre.4 to 1.0.0-pre.5 (9fe9929) by @
- deps-dev: bump @material/web from 1.0.0-pre.5 to 1.0.0-pre.6 (8807577) by @
- deps-dev: bump @material/web from 1.0.0-pre.6 to 1.0.0-pre.7 (3902603) by @
- deps-dev: bump @material/web from 1.0.0-pre.7 to 1.0.0-pre.9 (0191d47) by @
- deps-dev: bump @material/web from 1.0.0-pre.9 to 1.0.0-pre.10 (572118d) by @
- deps-dev: bump @rollup/plugin-babel from 6.0.2 to 6.0.3 (52f1fc0) by @
- deps-dev: bump @rollup/plugin-terser from 0.1.0 to 0.2.1 (76c95a8) by @
- deps-dev: bump @rollup/plugin-terser from 0.2.1 to 0.3.0 (6b5c4f9) by @
- deps-dev: bump @types/node from 18.11.10 to 18.11.11 (05c2e02) by @
- deps-dev: bump @types/node from 18.11.10 to 18.11.11 (dc3d42f) by @
- deps-dev: bump @types/node from 18.11.11 to 18.11.12 (64f77a0) by @
- deps-dev: bump @types/node from 18.11.12 to 18.11.13 (bc3629e) by @
- deps-dev: bump @types/node from 18.11.13 to 18.11.15 (532cf46) by @
- deps-dev: bump @types/node from 18.11.15 to 18.11.17 (0c69e76) by @
- deps-dev: bump @types/node from 18.11.17 to 18.11.18 (068ec01) by @
- deps-dev: bump @types/node from 18.11.18 to 18.11.19 (9c9516d) by @
- deps-dev: bump @types/node from 18.11.19 to 18.13.0 (d2e6116) by @
- deps-dev: bump @types/node from 18.11.2 to 18.11.3 (c7e1c38) by @
- deps-dev: bump @types/node from 18.11.3 to 18.11.7 (c284dbb) by @
- deps-dev: bump @types/node from 18.11.7 to 18.11.8 (fce26df) by @
- deps-dev: bump @types/node from 18.11.8 to 18.11.9 (18712ff) by @
- deps-dev: bump @types/node from 18.11.9 to 18.11.10 (ebf3387) by @
- deps-dev: bump @types/node from 18.11.9 to 18.11.10 (6bc1523) by @
- deps-dev: bump @types/node from 18.13.0 to 18.14.1 (68f4a6f) by @
- deps-dev: bump @types/node from 18.14.1 to 18.14.2 (#881) (c33dc20) by @
- deps-dev: bump @types/node from 18.14.2 to 18.14.4 (6e0eb0e) by @
- deps-dev: bump @types/node from 18.14.4 to 18.14.5 (417291e) by @
- deps-dev: bump @types/node from 18.14.5 to 18.15.3 (165af39) by @
- deps-dev: bump @types/node from 18.15.11 to 18.15.13 (dca5dcc) by @
- deps-dev: bump @types/node from 18.15.13 to 18.16.0 (6e41582) by @
- deps-dev: bump @types/node from 18.15.3 to 18.15.5 (5c108e6) by @
- deps-dev: bump @types/node from 18.15.5 to 18.15.11 (8e300ea) by @
- deps-dev: bump @types/node from 18.16.0 to 18.16.1 (b0233a3) by @
- deps-dev: bump @types/node from 18.16.1 to 18.16.2 (2a8fa20) by @
- deps-dev: bump @types/node from 18.16.2 to 20.1.0 (4b3c0b8) by @
- deps-dev: bump @types/node from 18.6.4 to 18.7.14 (c1d92a8) by @
- deps-dev: bump @types/node from 18.7.14 to 18.7.15 (97ebfd4) by @
- deps-dev: bump @types/node from 18.7.15 to 18.7.16 (e05ab90) by @
- deps-dev: bump @types/node from 18.7.16 to 18.7.18 (b1c8122) by @
- deps-dev: bump @types/node from 18.7.18 to 18.8.2 (a817ee9) by @
- deps-dev: bump @types/node from 18.7.18 to 18.8.3 (f0ee1e4) by @
- deps-dev: bump @types/node from 18.8.3 to 18.8.5 (257728f) by @
- deps-dev: bump @types/node from 18.8.5 to 18.11.2 (808afd1) by @
- deps-dev: bump @types/node from 20.1.0 to 20.2.5 (1196dc7) by @
- deps-dev: bump @types/node from 20.2.5 to 20.3.1 (a32192f) by @
- deps-dev: bump @types/node from 20.3.1 to 20.3.2 (9b480fa) by @
- deps-dev: bump @types/node from 20.3.2 to 20.4.0 (d8a99f1) by @
- deps-dev: bump @types/node from 20.4.0 to 20.4.1 (8d15581) by @
- deps-dev: bump @types/node from 20.4.0 to 20.4.2 (6663126) by @
- deps-dev: bump @types/node from 20.4.2 to 20.4.5 (741af6f) by @
- deps-dev: bump @types/node from 20.4.5 to 20.4.6 (20c59f6) by @
- deps-dev: bump @types/node from 20.4.6 to 20.4.7 (436657a) by @
- deps-dev: bump @types/node from 20.4.7 to 20.4.8 (1e7ae5f) by @
- deps-dev: bump @types/node from 20.4.8 to 20.5.0 (78dccb3) by @
- deps-dev: bump @types/node from 20.5.0 to 20.5.1 (04a1be5) by @
- deps-dev: bump @types/node from 20.5.1 to 20.5.2 (326beed) by @
- deps-dev: bump @types/node from 20.5.2 to 20.5.3 (b9f03ce) by @
- deps-dev: bump @types/node from 20.5.3 to 20.5.4 (15c0527) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (3790d64) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (4bf6c9f) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (d7802fa) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (bb97af4) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (0bcbf52) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (5b9afaf) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (55e7429) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (4283f20) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (375a75f) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (8f10fa1) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (1dda203) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (38d6d3e) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (bcbca76) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (9686942) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (b0b92ff) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (d474603) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (d7f0887) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (827f8cf) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (a489894) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (f81b3fc) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (8993e63) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (625abdc) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (2d828c7) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (ced1b82) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (edca22e) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (6d8788c) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (a22075c) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (c94b0fb) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (e877035) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (19602af) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (8acf617) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (4eda7b9) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (42bc698) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (320cca7) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (5b3dd1a) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (753bd4d) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (1bc3e6d) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (c27f7f4) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (2d6c6d9) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (d004cf8) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (5ffbc27) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (b940eef) by @
- deps-dev: bump @typescript-eslint/eslint-plugin (b6dd5f4) by @
- deps-dev: bump @typescript-eslint/eslint-plugin from 5.48.1 to 5.48.2 (#671) (7da3bd3) by @
- deps-dev: bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.50.0 (#748) (dfa7dc3) by @
- deps-dev: bump @typescript-eslint/eslint-plugin from 5.51.0 to 5.52.0 (#817) (1c63d00) by @
- deps-dev: bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.54.0 (#884) (6f30ad1) by @
- deps-dev: bump @typescript-eslint/parser from 5.32.0 to 5.36.1 (733d1c4) by @
- deps-dev: bump @typescript-eslint/parser from 5.36.1 to 5.36.2 (c0eb9d7) by @
- deps-dev: bump @typescript-eslint/parser from 5.36.2 to 5.37.0 (251e6a3) by @
- deps-dev: bump @typescript-eslint/parser from 5.37.0 to 5.38.0 (25f343c) by @
- deps-dev: bump @typescript-eslint/parser from 5.38.0 to 5.39.0 (4669727) by @
- deps-dev: bump @typescript-eslint/parser from 5.39.0 to 5.40.0 (0db5bed) by @
- deps-dev: bump @typescript-eslint/parser from 5.40.0 to 5.40.1 (7dc5a81) by @
- deps-dev: bump @typescript-eslint/parser from 5.40.1 to 5.41.0 (d086cf8) by @
- deps-dev: bump @typescript-eslint/parser from 5.41.0 to 5.42.0 (4bdef4f) by @
- deps-dev: bump @typescript-eslint/parser from 5.42.0 to 5.42.1 (5f66b66) by @
- deps-dev: bump @typescript-eslint/parser from 5.42.1 to 5.43.0 (db44cd0) by @
- deps-dev: bump @typescript-eslint/parser from 5.43.0 to 5.44.0 (8cd2861) by @
- deps-dev: bump @typescript-eslint/parser from 5.43.0 to 5.44.0 (763073b) by @
- deps-dev: bump @typescript-eslint/parser from 5.44.0 to 5.45.0 (d8897a4) by @
- deps-dev: bump @typescript-eslint/parser from 5.44.0 to 5.45.0 (70df446) by @
- deps-dev: bump @typescript-eslint/parser from 5.45.0 to 5.45.1 (107a210) by @
- deps-dev: bump @typescript-eslint/parser from 5.45.0 to 5.45.1 (58718c5) by @
- deps-dev: bump @typescript-eslint/parser from 5.45.1 to 5.46.0 (7a012c1) by @
- deps-dev: bump @typescript-eslint/parser from 5.46.0 to 5.46.1 (68f31a8) by @
- deps-dev: bump @typescript-eslint/parser from 5.46.1 to 5.47.0 (80530f4) by @
- deps-dev: bump @typescript-eslint/parser from 5.47.0 to 5.47.1 (#578) (6476db4) by @
- deps-dev: bump @typescript-eslint/parser from 5.47.1 to 5.48.0 (a87bf4a) by @
- deps-dev: bump @typescript-eslint/parser from 5.48.0 to 5.48.1 (d654ff0) by @
- deps-dev: bump @typescript-eslint/parser from 5.48.1 to 5.48.2 (#672) (9bdf83f) by @
- deps-dev: bump @typescript-eslint/parser from 5.48.2 to 5.49.0 (08934d0) by @
- deps-dev: bump @typescript-eslint/parser from 5.49.0 to 5.50.0 (785dbb2) by @
- deps-dev: bump @typescript-eslint/parser from 5.50.0 to 5.51.0 (3f378c8) by @
- deps-dev: bump @typescript-eslint/parser from 5.51.0 to 5.52.0 (#816) (b02d516) by @
- deps-dev: bump @typescript-eslint/parser from 5.52.0 to 5.53.0 (525b556) by @
- deps-dev: bump @typescript-eslint/parser from 5.53.0 to 5.54.0 (c98076e) by @
- deps-dev: bump @typescript-eslint/parser from 5.54.0 to 5.55.0 (d869693) by @
- deps-dev: bump @typescript-eslint/parser from 5.55.0 to 5.56.0 (846203d) by @
- deps-dev: bump @typescript-eslint/parser from 5.56.0 to 5.57.0 (12def09) by @
- deps-dev: bump @typescript-eslint/parser from 5.57.0 to 5.59.0 (e398d1b) by @
- deps-dev: bump @typescript-eslint/parser from 5.59.0 to 5.59.1 (b80e0ec) by @
- deps-dev: bump @typescript-eslint/parser from 5.59.1 to 5.59.2 (029d4a3) by @
- deps-dev: bump @typescript-eslint/parser from 5.59.11 to 5.60.0 (a1ce09a) by @
- deps-dev: bump @typescript-eslint/parser from 5.59.2 to 5.59.7 (dc72369) by @
- deps-dev: bump @typescript-eslint/parser from 5.59.7 to 5.59.9 (0508c0a) by @
- deps-dev: bump @typescript-eslint/parser from 5.59.9 to 5.59.11 (5bd72e4) by @
- deps-dev: bump @typescript-eslint/parser from 5.60.0 to 5.60.1 (e9973f3) by @
- deps-dev: bump @typescript-eslint/parser from 5.60.1 to 5.61.0 (112af98) by @
- deps-dev: bump @typescript-eslint/parser from 5.61.0 to 5.62.0 (111a2e3) by @
- deps-dev: bump @typescript-eslint/parser from 6.0.0 to 6.1.0 (c5147e1) by @
- deps-dev: bump @typescript-eslint/parser from 6.2.0 to 6.2.1 (916b3da) by @
- deps-dev: bump @typescript-eslint/parser from 6.2.1 to 6.3.0 (3bd3920) by @
- deps-dev: bump @typescript-eslint/parser from 6.3.0 to 6.4.0 (46f2ed7) by @
- deps-dev: bump @typescript-eslint/parser from 6.4.0 to 6.4.1 (56a2ab2) by @
- deps-dev: bump @web/dev-server from 0.1.33 to 0.1.34 (a4b4f9a) by @
- deps-dev: bump @web/dev-server from 0.1.35 to 0.1.36 (0557f5e) by @
- deps-dev: bump @web/dev-server from 0.1.36 to 0.1.37 (71ae9f0) by @
- deps-dev: bump @web/dev-server from 0.1.37 to 0.1.38 (1a0ab8c) by @
- deps-dev: bump @web/dev-server from 0.1.38 to 0.2.0 (5827852) by @
- deps-dev: bump @web/dev-server from 0.2.0 to 0.2.1 (d8ce802) by @
- deps-dev: bump @web/dev-server from 0.2.1 to 0.2.3 (3c7d709) by @
- deps-dev: bump @web/dev-server from 0.2.3 to 0.2.5 (6c166b4) by @
- deps-dev: bump @web/dev-server from 0.2.5 to 0.3.0 (aa8d815) by @
- deps-dev: bump @webcomponents/webcomponentsjs from 2.7.0 to 2.8.0 (e2aefe8) by @
- deps-dev: bump autoprefixer from 10.4.14 to 10.4.15 (7aa6f3d) by @
- deps-dev: bump esbuild from 0.16.10 to 0.16.11 (32b47a6) by @
- deps-dev: bump esbuild from 0.16.13 to 0.16.14 (48b7d23) by @
- deps-dev: bump esbuild from 0.16.17 to 0.17.2 (#675) (6551428) by @
- deps-dev: bump esbuild from 0.16.17 to 0.17.3 (#682) (00022fc) by @
- deps-dev: bump esbuild from 0.16.4 to 0.16.6 (dc40a43) by @
- deps-dev: bump esbuild from 0.16.6 to 0.16.7 (0663158) by @
- deps-dev: bump esbuild from 0.16.9 to 0.16.10 (#525) (865f4a8) by @
- deps-dev: bump esbuild from 0.17.10 to 0.17.11 (1058eef) by @
- deps-dev: bump esbuild from 0.17.11 to 0.17.12 (7092254) by @
- deps-dev: bump esbuild from 0.17.12 to 0.17.14 (dbff153) by @
- deps-dev: bump esbuild from 0.17.14 to 0.17.15 (c2a280e) by @
- deps-dev: bump esbuild from 0.17.15 to 0.17.16 (76c466d) by @
- deps-dev: bump esbuild from 0.17.16 to 0.17.17 (e2a1192) by @
- deps-dev: bump esbuild from 0.17.17 to 0.17.18 (12dea35) by @
- deps-dev: bump esbuild from 0.17.18 to 0.17.19 (6e25b8e) by @
- deps-dev: bump esbuild from 0.17.19 to 0.18.2 (d4a1f57) by @
- deps-dev: bump esbuild from 0.17.3 to 0.17.4 (334375c) by @
- deps-dev: bump esbuild from 0.17.4 to 0.17.5 (#737) (9a8b020) by @
- deps-dev: bump esbuild from 0.17.5 to 0.17.6 (98b68ce) by @
- deps-dev: bump esbuild from 0.17.6 to 0.17.7 (753febd) by @
- deps-dev: bump esbuild from 0.17.7 to 0.17.8 (4be2798) by @
- deps-dev: bump esbuild from 0.17.8 to 0.17.10 (#839) (a433975) by @
- deps-dev: bump esbuild from 0.18.10 to 0.18.11 (c5d7515) by @
- deps-dev: bump esbuild from 0.18.11 to 0.18.12 (1afdaaa) by @
- deps-dev: bump esbuild from 0.18.12 to 0.18.14 (ca833b5) by @
- deps-dev: bump esbuild from 0.18.14 to 0.18.15 (3d6399e) by @
- deps-dev: bump esbuild from 0.18.15 to 0.18.17 (6c59888) by @
- deps-dev: bump esbuild from 0.18.17 to 0.18.19 (97ac63e) by @
- deps-dev: bump esbuild from 0.18.19 to 0.18.20 (e14ef34) by @
- deps-dev: bump esbuild from 0.18.2 to 0.18.3 (b618747) by @
- deps-dev: bump esbuild from 0.18.2 to 0.18.3 (#1267) (879e7c0) by @
- deps-dev: bump esbuild from 0.18.20 to 0.19.2 (9f07d59) by @
- deps-dev: bump esbuild from 0.18.3 to 0.18.4 (7364816) by @
- deps-dev: bump esbuild from 0.18.3 to 0.18.4 (#1273) (3b07e33) by @
- deps-dev: bump esbuild from 0.18.4 to 0.18.6 (533ed19) by @
- deps-dev: bump esbuild from 0.18.4 to 0.18.6 (#1280) (48c533d) by @
- deps-dev: bump esbuild from 0.18.6 to 0.18.9 (b76edb8) by @
- deps-dev: bump esbuild from 0.18.9 to 0.18.10 (64d5d58) by @
- deps-dev: bump eslint from 8.21.0 to 8.23.0 (b4c6ca8) by @
- deps-dev: bump eslint from 8.23.0 to 8.23.1 (43263a6) by @
- deps-dev: bump eslint from 8.23.1 to 8.25.0 (87a9f46) by @
- deps-dev: bump eslint from 8.25.0 to 8.26.0 (7cfef01) by @
- deps-dev: bump eslint from 8.26.0 to 8.27.0 (c6166c5) by @
- deps-dev: bump eslint from 8.28.0 to 8.29.0 (c9bea81) by @
- deps-dev: bump eslint from 8.28.0 to 8.29.0 (266412d) by @
- deps-dev: bump eslint from 8.29.0 to 8.30.0 (3778ab1) by @
- deps-dev: bump eslint from 8.30.0 to 8.31.0 (265599a) by @
- deps-dev: bump eslint from 8.31.0 to 8.32.0 (#663) (92092a1) by @
- deps-dev: bump eslint from 8.32.0 to 8.33.0 (dd6fa70) by @
- deps-dev: bump eslint from 8.33.0 to 8.34.0 (#812) (c231f19) by @
- deps-dev: bump eslint from 8.34.0 to 8.35.0 (#877) (5b6fa46) by @
- deps-dev: bump eslint from 8.35.0 to 8.36.0 (#931) (e6fd69c) by @
- deps-dev: bump eslint from 8.36.0 to 8.37.0 (61ec328) by @
- deps-dev: bump eslint from 8.37.0 to 8.38.0 (eaee82f) by @
- deps-dev: bump eslint from 8.38.0 to 8.39.0 (4524ab5) by @
- deps-dev: bump eslint from 8.39.0 to 8.40.0 (fe97a67) by @
- deps-dev: bump eslint from 8.40.0 to 8.41.0 (14994ab) by @
- deps-dev: bump eslint from 8.41.0 to 8.42.0 (88f4be8) by @
- deps-dev: bump eslint from 8.42.0 to 8.43.0 (b468008) by @
- deps-dev: bump eslint from 8.43.0 to 8.44.0 (77d7dbd) by @
- deps-dev: bump eslint from 8.44.0 to 8.45.0 (44083c3) by @
- deps-dev: bump eslint from 8.45.0 to 8.47.0 (39d3a5e) by @
- deps-dev: bump eslint-import-resolver-typescript (63f0562) by @
- deps-dev: bump eslint-import-resolver-typescript (6ab3428) by @
- deps-dev: bump eslint-import-resolver-typescript (c4421f8) by @
- deps-dev: bump eslint-import-resolver-typescript (cbc289b) by @
- deps-dev: bump eslint-import-resolver-typescript (46f8f10) by @
- deps-dev: bump eslint-import-resolver-typescript (5a21487) by @
- deps-dev: bump eslint-import-resolver-typescript (a6d42cf) by @
- deps-dev: bump eslint-plugin-import from 2.26.0 to 2.27.4 (d15b4c3) by @
- deps-dev: bump eslint-plugin-import from 2.27.4 to 2.27.5 (#674) (2d93663) by @
- deps-dev: bump eslint-plugin-import from 2.27.5 to 2.28.1 (762e9db) by @
- deps-dev: bump eslint-plugin-lit from 1.6.1 to 1.7.0 (b1edbb4) by @
- deps-dev: bump eslint-plugin-lit from 1.7.0 to 1.7.1 (354d86f) by @
- deps-dev: bump eslint-plugin-lit from 1.7.1 to 1.7.2 (815dbee) by @
- deps-dev: bump eslint-plugin-lit from 1.7.2 to 1.8.0 (a35f510) by @
- deps-dev: bump eslint-plugin-lit from 1.8.0 to 1.8.2 (#661) (4caf211) by @
- deps-dev: bump eslint-plugin-lit from 1.8.2 to 1.8.3 (ed4b8f6) by @
- deps-dev: bump eslint-plugin-lit from 1.8.3 to 1.9.1 (edeaebf) by @
- deps-dev: bump eslint-plugin-wc from 1.3.2 to 1.4.0 (7a37442) by @
- deps-dev: bump eslint-plugin-wc from 1.3.2 to 1.4.0 (8348874) by @
- deps-dev: bump eslint-plugin-wc from 1.4.0 to 1.5.0 (7952081) by @
- deps-dev: bump lerna from 5.3.0 to 5.4.3 (becb906) by @
- deps-dev: bump lerna from 5.4.3 to 5.5.0 (0040bc2) by @
- deps-dev: bump lerna from 5.5.0 to 5.5.1 (7e13b02) by @
- deps-dev: bump lerna from 5.5.1 to 5.5.2 (150c6eb) by @
- deps-dev: bump lerna from 5.5.2 to 5.6.1 (4d9095b) by @
- deps-dev: bump lerna from 5.6.1 to 6.0.0 (ceb25c4) by @
- deps-dev: bump lerna from 6.0.0 to 6.0.1 (46b8088) by @
- deps-dev: bump lerna from 6.0.1 to 6.0.3 (18a2f75) by @
- deps-dev: bump lerna from 6.0.3 to 6.1.0 (0fbdea2) by @
- deps-dev: bump lerna from 6.1.0 to 6.3.0 (d154eb8) by @
- deps-dev: bump lerna from 6.3.0 to 6.4.0 (8c8ebb6) by @
- deps-dev: bump lerna from 6.4.0 to 6.4.1 (#650) (8c833ce) by @
- deps-dev: bump lerna from 6.4.1 to 6.5.1 (#815) (fdb7c3e) by @
- deps-dev: bump lerna from 6.5.1 to 6.6.1 (20b3fac) by @
- deps-dev: bump lerna from 6.6.1 to 6.6.2 (aea463c) by @
- deps-dev: bump lerna from 6.6.2 to 7.0.1 (1dfb6d4) by @
- deps-dev: bump lerna from 7.0.1 to 7.0.2 (860ac15) by @
- deps-dev: bump lerna from 7.0.2 to 7.1.0 (454ac72) by @
- deps-dev: bump lerna from 7.1.0 to 7.1.1 (c535b8e) by @
- deps-dev: bump lerna from 7.1.1 to 7.1.3 (c646dce) by @
- deps-dev: bump lerna from 7.1.3 to 7.1.4 (c20cf6e) by @
- deps-dev: bump lerna from 7.1.4 to 7.1.5 (c3d45bc) by @
- deps-dev: bump nodemon from 2.0.20 to 2.0.21 (#898) (66a8bdd) by @
- deps-dev: bump nodemon from 2.0.21 to 2.0.22 (cb709fe) by @
- deps-dev: bump nodemon from 2.0.22 to 3.0.1 (eded597) by @
- deps-dev: bump postcss from 8.4.26 to 8.4.27 (dcf06c5) by @
- deps-dev: bump postcss from 8.4.27 to 8.4.28 (2d01095) by @
- deps-dev: bump postcss-preset-env from 9.0.0 to 9.1.0 (c7e3b43) by @
- deps-dev: bump postcss-preset-env from 9.1.0 to 9.1.1 (54b8ebd) by @
- deps-dev: bump prettier from 2.7.1 to 2.8.0 (20ca146) by @
- deps-dev: bump prettier from 2.7.1 to 2.8.0 (0c4ac44) by @
- deps-dev: bump prettier from 2.8.1 to 2.8.2 (82fcd42) by @
- deps-dev: bump prettier from 2.8.2 to 2.8.3 (#664) (456589c) by @
- deps-dev: bump prettier from 2.8.3 to 2.8.4 (803a548) by @
- deps-dev: bump prettier from 2.8.4 to 2.8.6 (f967dc8) by @
- deps-dev: bump prettier from 2.8.6 to 2.8.7 (281a79f) by @
- deps-dev: bump prettier from 2.8.7 to 2.8.8 (a7fc8bb) by @
- deps-dev: bump prettier from 2.8.8 to 3.0.0 (8838345) by @
- deps-dev: bump prettier from 3.0.0 to 3.0.1 (bcf196b) by @
- deps-dev: bump prettier from 3.0.1 to 3.0.2 (7ddc27b) by @
- deps-dev: bump prettier-plugin-tailwindcss from 0.4.0 to 0.4.1 (ec4062b) by @
- deps-dev: bump prettier-plugin-tailwindcss from 0.4.1 to 0.5.2 (2b2fa5b) by @
- deps-dev: bump prettier-plugin-tailwindcss from 0.5.2 to 0.5.3 (1cf8122) by @
- deps-dev: bump rimraf from 3.0.2 to 4.0.4 (#649) (534d7b7) by @
- deps-dev: bump rimraf from 4.0.4 to 4.1.0 (#673) (29e4510) by @
- deps-dev: bump rimraf from 4.1.0 to 4.1.1 (#679) (371390b) by @
- deps-dev: bump rollup from 3.4.0 to 3.5.0 (1f48529) by @
- deps-dev: bump rollup from 3.5.0 to 3.5.1 (7501100) by @
- deps-dev: bump rollup from 3.5.1 to 3.6.0 (26fa725) by @
- deps-dev: bump rollup from 3.7.0 to 3.7.3 (6d034eb) by @
- deps-dev: bump rollup from 3.7.0 to 3.7.4 (e8f9f09) by @
- deps-dev: bump rollup from 3.7.4 to 3.7.5 (14abc87) by @
- deps-dev: bump rollup from 3.7.5 to 3.8.0 (489ecbc) by @
- deps-dev: bump rollup from 3.8.0 to 3.8.1 (4a57376) by @
- deps-dev: bump rollup from 3.8.1 to 3.9.0 (678813e) by @
- deps-dev: bump rollup from 3.9.0 to 3.9.1 (c36a24e) by @
- deps-dev: bump rollup from 3.9.1 to 3.10.0 (#646) (15fc5da) by @
- deps-dev: bump tailwindcss from 3.3.2 to 3.3.3 (7ae3e0f) by @
- deps-dev: bump the development-dependencies group with 1 update (589cb53) by @
- deps-dev: bump the development-dependencies group with 1 update (24535a2) by @
- deps-dev: bump the development-dependencies group with 1 update (31974b8) by @
- deps-dev: bump the development-dependencies group with 11 updates (60f3075) by @
- deps-dev: bump the development-dependencies group with 14 updates (c6ae70e) by @
- deps-dev: bump the development-dependencies group with 2 updates (f1a4c58) by @
- deps-dev: bump the development-dependencies group with 2 updates (61f247a) by @
- deps-dev: bump the development-dependencies group with 2 updates (a611ab1) by @
- deps-dev: bump the development-dependencies group with 7 updates (46adfe5) by @
- deps-dev: bump the development-dependencies group with 8 updates (c853aa2) by @
- deps-dev: bump the development-dependencies group with 8 updates (046b165) by @
- deps-dev: bump the development-dependencies group with 8 updates (bd1b1d2) by @
- deps-dev: bump the development-dependencies group with 9 updates (0712629) by @
- deps-dev: bump the lint-dependencies group with 1 update (728b360) by @
- deps-dev: bump the lint-dependencies group with 1 update (165c536) by @
- deps-dev: bump the lint-dependencies group with 2 updates (6f360fe) by @
- deps-dev: bump the lint-dependencies group with 2 updates (e378257) by @
- deps-dev: bump the lint-dependencies group with 2 updates (d8ea743) by @
- deps-dev: bump the lint-dependencies group with 2 updates (3f66b15) by @
- deps-dev: bump the lint-dependencies group with 3 updates (c933a0a) by @
- deps-dev: bump the lint-dependencies group with 3 updates (779f8d3) by @
- deps-dev: bump the lint-dependencies group with 4 updates (a8ad16a) by @
- deps-dev: bump the lint-dependencies group with 4 updates (516e1b7) by @
- deps-dev: bump typescript from 4.7.4 to 4.8.2 (e7bcc68) by @
- deps-dev: bump typescript from 4.8.3 to 4.8.4 (f049885) by @
- deps-dev: bump typescript from 4.8.4 to 4.9.3 (225af13) by @
- deps-dev: bump typescript from 4.9.5 to 5.0.2 (95f1491) by @
- deps-dev: bump typescript from 5.0.2 to 5.0.3 (8e7b765) by @
- deps-dev: bump typescript from 5.0.3 to 5.0.4 (8b88f83) by @
- deps-dev: bump typescript from 5.0.4 to 5.1.3 (15474fa) by @
- deps-dev: bump typescript from 5.1.3 to 5.1.5 (a87995c) by @
- deps-dev: bump typescript from 5.1.5 to 5.1.6 (3364d04) by @
- deps-dev: bump workbox-build from 6.5.4 to 7.0.0 (beb4523) by @
- deps: add tailwindcss (cd409ba) by @
- deps: bump @alwatr/element from 0.22.0 to 0.23.0 (2312992) by @
- deps: bump @alwatr/icon from 0.22.1 to 0.23.0 (021e5b6) by @
- deps: bump @alwatr/icon from 0.24.0 to 0.24.1 (727947c) by @
- deps: bump @alwatr/nano-server from 0.22.1 to 0.23.0 (5e2f93e) by @
- deps: bump @alwatr/nano-server from 0.24.0 to 0.24.1 (2016062) by @
- deps: bump @alwatr/router from 0.22.1 to 0.23.0 (51266bc) by @
- deps: bump @alwatr/router from 0.24.0 to 0.24.1 (85ec2db) by @
- deps: bump @alwatr/storage-client from 0.22.1 to 0.23.0 (2019f98) by @
- deps: bump @alwatr/storage-client from 0.24.0 to 0.24.1 (4df7bcc) by @
- deps: bump @alwatr/storage-engine from 0.22.1 to 0.23.0 (e9b423c) by @
- deps: bump @alwatr/storage-engine from 0.24.0 to 0.24.1 (e914435) by @
- deps: bump @ionic/core from 6.3.8 to 6.3.9 (25ec543) by @
- deps: bump @ionic/core from 6.4.0 to 6.4.1 (#509) (b1b6a70) by @
- deps: bump actions/add-to-project from 0.3.0 to 0.4.0 (e2a448d) by @
- deps: bump actions/add-to-project from 0.4.0 to 0.4.1 (c2be519) by @
- deps: bump actions/add-to-project from 0.4.1 to 0.5.0 (ff29bed) by @
- deps: bump actions/checkout from 2 to 3 (94fcf7a) by @
- deps: bump actions/checkout from 3.3.0 to 3.4.0 (a07cc0f) by @
- deps: bump actions/checkout from 3.4.0 to 3.5.0 (ef71777) by @
- deps: bump actions/checkout from 3.5.0 to 3.5.2 (47cd077) by @
- deps: bump actions/checkout from 3.5.2 to 3.5.3 (63aec0a) by @
- deps: bump actions/dependency-review-action from 2 to 3 (761df6a) by @
- deps: bump actions/dependency-review-action from 3.0.3 to 3.0.4 (6f18a04) by @
- deps: bump actions/dependency-review-action from 3.0.4 to 3.0.6 (91fba2c) by @
- deps: bump actions/dependency-review-action from 3.0.6 to 3.0.7 (a685ed4) by @
- deps: bump actions/dependency-review-action from 3.0.7 to 3.0.8 (b33f86a) by @
- deps: bump actions/setup-node from 3.6.0 to 3.7.0 (b200f59) by @
- deps: bump actions/setup-node from 3.7.0 to 3.8.0 (14127d0) by @
- deps: bump actions/setup-node from 3.8.0 to 3.8.1 (4ccfe46) by @
- deps: bump actions/stale from 5 to 6 (48caf0c) by @
- deps: bump actions/stale from 6 to 7 (9e2682a) by @
- deps: bump actions/stale from 7.0.0 to 8.0.0 (66832e9) by @
- deps: bump async from 2.6.3 to 2.6.4 (86f84df) by @
- deps: bump decode-uri-component from 0.2.0 to 0.2.2 (7f0ddb0) by @
- deps: bump decode-uri-component from 0.2.0 to 0.2.2 (5c2f825) by @
- deps: bump dessant/lock-threads from 3 to 4 (0271756) by @
- deps: bump dessant/lock-threads from 3 to 4 (bbb5790) by @
- deps: bump dessant/lock-threads from 4.0.0 to 4.0.1 (5567abb) by @
- deps: bump docker/build-push-action from 3 to 4 (e5ff205) by @
- deps: bump docker/build-push-action from 4.0.0 to 4.1.1 (3508262) by @
- deps: bump docker/login-action from 2.1.0 to 2.2.0 (176d0c5) by @
- deps: bump docker/metadata-action from 4.3.0 to 4.4.0 (c195f07) by @
- deps: bump docker/metadata-action from 4.4.0 to 4.6.0 (be483f5) by @
- deps: bump docker/setup-buildx-action from 2.4.0 to 2.4.1 (6b57541) by @
- deps: bump docker/setup-buildx-action from 2.4.1 to 2.5.0 (b4e8bd5) by @
- deps: bump docker/setup-buildx-action from 2.5.0 to 2.7.0 (92fa8a8) by @
- deps: bump docker/setup-buildx-action from 2.7.0 to 2.8.0 (cef5229) by @
- deps: bump docker/setup-buildx-action from 2.8.0 to 2.9.0 (2d3b648) by @
- deps: bump docker/setup-buildx-action from 2.9.0 to 2.9.1 (fc53bbc) by @
- deps: bump exit-hook from 3.1.0 to 3.1.1 (328ee63) by @
- deps: bump exit-hook from 3.1.1 to 3.1.2 (27ffd67) by @
- deps: bump exit-hook from 3.1.2 to 3.1.4 (6952c40) by @
- deps: bump exit-hook from 3.1.4 to 3.2.0 (7104ccc) by @
- deps: bump github/codeql-action from 2.2.1 to 2.2.2 (29b82d1) by @
- deps: bump github/codeql-action from 2.2.2 to 2.2.3 (9d7a386) by @
- deps: bump github/codeql-action from 2.2.3 to 2.2.4 (#813) (4d99b0f) by @
- deps: bump github/codeql-action from 2.2.4 to 2.2.5 (#878) (25ff32f) by @
- deps: bump github/codeql-action from 2.2.5 to 2.2.7 (abca494) by @
- deps: bump github/codeql-action from 2.2.7 to 2.2.9 (349071d) by @
- deps: bump github/codeql-action from 2.2.9 to 2.3.0 (5579916) by @
- deps: bump github/codeql-action from 2.20.0 to 2.20.1 (698da04) by @
- deps: bump github/codeql-action from 2.20.1 to 2.20.2 (74d4863) by @
- deps: bump github/codeql-action from 2.20.2 to 2.20.3 (7f2008d) by @
- deps: bump github/codeql-action from 2.20.3 to 2.20.4 (ef9f4ba) by @
- deps: bump github/codeql-action from 2.20.4 to 2.21.0 (aa36572) by @
- deps: bump github/codeql-action from 2.21.0 to 2.21.1 (808215a) by @
- deps: bump github/codeql-action from 2.21.1 to 2.21.2 (1d5c955) by @
- deps: bump github/codeql-action from 2.21.2 to 2.21.4 (3bc0a14) by @
- deps: bump github/codeql-action from 2.3.0 to 2.3.3 (7fc88ad) by @
- deps: bump github/codeql-action from 2.3.3 to 2.3.5 (f8a678d) by @
- deps: bump github/codeql-action from 2.3.5 to 2.3.6 (60d4bf2) by @
- deps: bump github/codeql-action from 2.3.6 to 2.20.0 (7ca7a01) by @
- deps: bump json5 from 1.0.1 to 1.0.2 (4ed962d) by @
- deps: bump lit from 2.2.8 to 2.3.1 (da8f059) by @
- deps: bump lit from 2.3.1 to 2.4.0 (9f2ac18) by @
- deps: bump lit from 2.4.0 to 2.4.1 (6bbb11f) by @
- deps: bump lit from 2.4.1 to 2.5.0 (b62f079) by @
- deps: bump lit from 2.5.0 to 2.6.0 (cc1967a) by @
- deps: bump lit from 2.6.0 to 2.6.1 (#645) (9238323) by @
- deps: bump lit from 2.6.1 to 2.7.0 (2b3dc81) by @
- deps: bump lit from 2.7.0 to 2.7.1 (b7a3dcd) by @
- deps: bump lit from 2.7.1 to 2.7.2 (9a0c183) by @
- deps: bump lit from 2.7.2 to 2.7.3 (3c9be54) by @
- deps: bump lit from 2.7.3 to 2.7.4 (8aee36c) by @
- deps: bump lit from 2.7.4 to 2.7.5 (4df2208) by @
- deps: bump lit from 2.7.5 to 2.7.6 (11bcc7d) by @
- deps: bump lit from 2.7.6 to 2.8.0 (a1589b1) by @
- deps: bump lit-html from 2.7.4 to 2.7.5 (1a295fd) by @
- deps: bump lit-html from 2.7.5 to 2.8.0 (9c4f3d8) by @
- deps: bump node-fetch from 2.6.6 to 2.6.7 (6674d39) by @
- deps: bump parse-url from 6.0.0 to 6.0.2 (783ac55) by @
- deps: bump semver from 5.7.1 to 5.7.2 (6970576) by @
- deps: bump sigstore/cosign-installer from 3.0.1 to 3.0.2 (b5f28ed) by @
- deps: bump sigstore/cosign-installer from 3.0.2 to 3.0.3 (02b3202) by @
- deps: bump sigstore/cosign-installer from 3.0.3 to 3.0.5 (ad0a0a9) by @
- deps: bump sigstore/cosign-installer from 3.0.5 to 3.1.0 (b0bfcb5) by @
- deps: bump sigstore/cosign-installer from 3.1.0 to 3.1.1 (bcf614b) by @
- deps: bump telegraf from 4.11.2 to 4.12.2 (f1bbb88) by @
- deps: bump the alwatr-dependencies group with 3 updates (f2a109d) by @
- deps: bump the alwatr-dependencies group with 3 updates (e5105eb) by @
- deps: bump the alwatr-dependencies group with 4 updates (0019b83) by @
- deps: bump the alwatr-dependencies group with 4 updates (eb7fdfa) by @
- deps: bump the alwatr-dependencies group with 4 updates (4069863) by @
- deps: bump the github-actions group with 1 update (8fcf9be) by @
- deps: bump the github-actions group with 1 update (f20e430) by @
- deps: bump the github-actions group with 1 update (f1beb65) by @
- deps: bump the github-actions group with 1 update (9a662ea) by @
- deps: bump the github-actions group with 1 update (237ba45) by @
- deps: bump the github-actions group with 1 update (a8b6b5e) by @
- deps: bump the github-actions group with 1 update (c527bdc) by @
- deps: bump the github-actions group with 1 update (5159037) by @
- deps: bump the github-actions group with 1 update (48e5847) by @
- deps: bump the github-actions group with 2 updates (e85ba69) by @
- deps: bump the github-actions group with 2 updates (6346f31) by @
- deps: bump the github-actions group with 2 updates (2872828) by @
- deps: bump the github-actions group with 2 updates (1ddd08b) by @
- deps: bump the github-actions group with 4 updates (d050dcc) by @
- deps: bump the github-actions group with 6 updates (3ac5072) by @
- deps: bump the production-dependencies group with 2 updates (319f723) by @
- deps: bump tslib from 2.4.0 to 2.4.1 (fc2b559) by @
- deps: bump tslib from 2.4.1 to 2.5.0 (1e91446) by @
- deps: bump tslib from 2.5.0 to 2.5.2 (64e874a) by @
- deps: bump tslib from 2.5.2 to 2.5.3 (0a90987) by @
- deps: bump tslib from 2.5.3 to 2.6.0 (c361072) by @
- deps: bump tslib from 2.6.0 to 2.6.1 (615a072) by @
- deps: bump tslib from 2.6.1 to 2.6.2 (dcec6d7) by @
- deps: bump zx from 7.0.8 to 7.1.1 (aa2b284) by @
- deps: bump zx from 7.1.1 to 7.2.0 (0dfc00f) by @
- deps: bump zx from 7.2.0 to 7.2.1 (963bed3) by @
- deps: bump zx from 7.2.1 to 7.2.2 (77c07d4) by @
- deps: bump zx from 7.2.2 to 7.2.3 (c622598) by @
- deps: change all versions (ec57c71) by @
- deps: esbuild version resolution (76e97db) by @
- deps: fix and update (ab83ec7) by @
- deps: fix and upgrade (5821d09) by @
- deps: fix pwa build (2317eab) by @
- deps: fix version (cfceaed) by @
- deps: update (d7e2ef1) by @njfamirm
- deps: update (6d8c339) by @
- deps: update (b891b91) by @
- deps: upgrade (7e60a62) by @
- deps: upgrade (7bf08be) by @
- deps: upgrade (50b8d10) by @
- deps: upgrade (4e887e8) by @
- deps: upgrade (d6484ee) by @
- deps: upgrade (80af7e4) by @
- deps: upgrade (c10d04e) by @
- deps: upgrade (574076e) by @
- deps: upgrade (c55e5ff) by @
- deps: upgrade (4c6a7ed) by @
- deps: upgrade (f252735) by @
- deps: upgrade (bdb3f38) by @
- deps: upgrade (61347ad) by @
- deps: upgrade (e96dd92) by @
- deps: upgrade (ebfab88) by @
- deps: upgrade typescript-eslint to 6.2 (e67f3ea) by @
- deps: workspace dependencies (627938e) by @
- dev-deps: move all packages dev deps to root (58a5b32) by @
- disable yarn telemetry (1e6cad3) by @
- docs folder (388e46a) by @
- dotfiles update (a7a7f82) by @
- encrypt all http demo (3b2e90c) by @
- engines requirements (1777670) by @
- engines version (10b8920) by @
- es-bench: add a new test (4f8f636) by @
- es-bench: after shaving memory test (1cd8577) by @
- es-bench: improve doc (2efc034) by @
- es-bench: test reg cost (3ee7fd3) by @
- eslint: define lit config (96d4e5f) by @
- eslint: lit/recommended (c2400a6) by @
- eslint: update config (c6857fe) by @
- eslint: use --ignore-path .gitignore (16b4ba0) by @
- fetch: improve log and demo (d3015f0) by @
- fix all @alwatr/* dependencies & refrences (b42ced5) by @
- fix all versions (237c4d5) by @
- fix missing deps (3b74acc) by @
- fix packages workspace path (5e8ce97) by @
- fix upd script (ca79cb2) by @AliMD
- flight-finder: cleanup root (0128502) by @
- fsm2: first try!! (a129935) by @
- fsm: enhance debug log (7562bfb) by @
- fsm: fix log (dcf54b5) by @
- fsm: make it public (d17ea4e) by @
- fsm: rename fsm2 (f10fea0) by @
- github: add issue templates (1fd99d4) by @
- gitignore: remove unnecessary rules (8941bea) by @
- gitignore: review andcleanup (b3d63bb) by @
- gitignore: update git ignore config (4359cbd) by @
- gitignore: update gitignore (3f62491) by @
- gitignore: update gitignore (e83513b) by @
- ignore db folder (52ce963) by @
- init .gitconfig (9d7da76) by @
- install import eslint (034fbad) by @
- labels: add release (ca62ac9) by @
- labels: update (a977b6f) by @
- lerna: config (a682930) by @
- lerna: config (af13390) by @
- lerna: config (60a8160) by @
- lerna: config (43f4979) by @
- lerna: config lerna (c07f03f) by @
- lerna: enhance changelogs (f190aff) by @
- lerna: enhance config (6a4ad21) by @
- lerna: enhance config with release (28e8686) by @
- lerna: fix release message (16d807e) by @
- lerna: independent version (7bd3622) by @
- lerna: remove createReleaseDiscussion (850ca34) by @
- lerna: update config (5c01e0f) by @
- lerna: update config (9d30445) by @
- lerna: verbose log (67368ae) by @
- lerna: version commit message (fa7b17c) by @
- lint: add import/no-duplicates prefer-inline for type (8b2449a) by @
- lint: make strict and stylistic (756c316) by @
- lint: upgrade typescript eslint to v6 (fb1944e) by @
- lit best practices (6ebe9ca) by @
- maintain: config (ddaabab) by @
- maintain: update config (21e81d7) by @
- maintain: update config (810e145) by @
- maintain: update config (eb367be) by @
- maintain: update config (211dbc6) by @
- maintain: upgrade packages (fdcf4d2) by @
- make lint happy before release (7beeb78) by @
- move eslint and prettier config to root (6866e99) by @
- nginx 1.9.2-1.25-alpine (93496b2) by @
- nginx: release 1.6.0-1.24-alpine (27466d2) by @
- nginx: update version (81c8a26) by @
- nginx: update version to 1.3.1-1.24-alpine (f1d9898) by @
- nginx: update version to 1.3.2-1.24-alpine (881e7f8) by @
- nginx: update version to 1.4.0 (66b19d2) by @
- nginx: version (c7b10b1) by @
- nginx: version (0e566c5) by @
- nginx: version 1.5.0 (59e6768) by @
- org url (7e25b7c) by @
- package.json: change version command (ba333db) by @
- package.json: fix resolutions and clean command (68108b6) by @
- package.json: remove license (a109240) by @
- package: fix release script (f1c4080) by @
- package: fix scripts (1f7050f) by @
- package: rl script for release (f8b447f) by @
- packages and path (3a7a810) by @
- packages versions (bda32aa) by @
- packages: name and engines (c7368fc) by @
- package: update and fix ts version (5148a63) by @
- package: update and fix ts version (f7c813c) by @
- paclages: author url (92f2a3d) by @
- pr_template: update to latest changes (c70622e) by @
- publish config in package.json (#15) (1fa7133) by @
- publish-alwatr-container.yml: fix paths (a64eed6) by @
- publish-container: storage-server version (91723e0) by @
- pwa: review (8b85a2d) by @
- readme: update github workflow badges (e6b048e) by @
- release: v0.1.0 (1beb8f9) by @
- release: v0.1.1 (c628b8b) by @
- release: v0.1.2 (ac3f116) by @
- rename base tsconfig (c363a41) by @
- rename core to packages (9158c8e) by @
- seperate config for workbox (4bd30ef) by @
- signal: remove extra incident (df968da) by @
- signal: rename signal2 (33adbea) by @
- some edit .gitignore (47011c0) by @
- storage-client: add to tsconfig.json refrences (537f39c) by @
- storage: rename read and isReady (cda7d41) by @
- svg-icon: removed svg-icon package (36263a2) by @
- switch to node_module mode (29d8ee7) by @
- tand: upgrade (4d446c7) by @
- token: benchmark (6599824) by @
- tsc: compile to ES2020 (054919f) by @
- tsconfig: fix paths (3ec2fa2) by @
- tsconfig: Add refrences (480c94d) by @
- tsconfig: add signal refrence (aa6988f) by @
- tsconfig: include paths (ca879e3) by @
- tsconfig: more strict options (f89d16c) by @
- tsconfig: noImplicitAny (403927b) by @
- tsconfig: update path (252453a) by @
- tsconfig: upgrade (e71e653) by @
- tsconfig: upgrade configs (40c7109) by @
- typescript: config typescript (9955dfd) by @
- typescript: update config (39d9946) by @
- typescript: update typescript config (11a870c) by @
- typescript: update typescript config (747a34d) by @
- typescript: update typescript config (196be56) by @
- typesript: update typescript config (a13bc04) by @
- ui-kit: remove main file (1bd9ca2) by @
- update (a76fbbb) by @
- Update .vscode/settings.json (3ac5236) by @AliMD
- update all scripts (208ff38) by @
- update changelogs (a965ecd) by @
- update gitignore (cd9ae34) by @
- update yarn lock (edee6ea) by @
- update yarnlock (e4536bc) by @AliMD
- upgrade yarn to v4 (4b2cb49) by @
- use @types/web (0cfeaed) by @
- vsc: hidden built files config (3b56df1) by @
- vscode: add noncallable to cSpell.words (7da6fc4) by @
- vscode: clean unnecessary extension (2ae96d7) by @
- vscode: cSpell.words (2d9cab5) by @
- vscode: disable lit-plugin.rules.no-missing-import (a92df81) by @
- vscode: ignoredPullRequestBranches (e80a588) by @
- vscode: prettier.useEditorConfig (8821082) by @
- vscode: recommend extentions and update settings (ef69657) by @
- vscode: setting (2f82353) by @
- vscode: show js files (a2a8b27) by @
- vscode: update recommendations (97b3136) by @
- workflow/npm: remove tags event (51dc0ca) by @
- workflow/publish-container: add commenting service (128183b) by @
- workflow/publish-container: comment description (d2397e9) by @
- workflow: accept release label (16f4e3f) by @
- workflow: add new image (995d659) by @
- workflow: build & lint name (8103d3c) by @
- workflow: enable for all pull request (ba91239) by @
- workflow: fix build and publish actions (369f8b2) by @
- workflow: fix job name (2300614) by @
- workflow: improve and test publish npm ci (3a10a42) by @
- workflow: improve and test publish npm ci (757b074) by @
- workflow: improve and test publish npm ci (4f5e49b) by @
- workflow: improve and test publish npm ci (8ba8d3c) by @
- workflow: improve and test publish npm ci (29ddc0c) by @
- workflow: improve and test publish npm ci (76df662) by @
- workflow: improve and test publish npm ci (a81d718) by @
- workflow: improve and test publish npm ci (48a9d7f) by @
- workflow: improve lint (d79145c) by @
- workflow: merge build and lint (0aec841) by @
- workflow: publish npm ci (9e1b366) by @
- workflow: publish npm final (4940723) by @
- workflow: remove add-to-project on pr and issue (7332437) by @
- workflow: remove codeql on pr (7bbaff5) by @
- workflows/publish-container: publish on push tags and merge release branch (b43d15b) by @
- workflows: add publish-container.yml tp change paths! (558ef45) by @
- workflows: cache container build (4fb761c) by @
- workflows: change lock-closed comment (a108749) by @
- workflows: disable nginx-pwa (fbc614b) by @
- workflows: enable nginx-pwa (499203c) by @
- workflows: fail-fast (b6f5ac8) by @
- workflows: review and improve (74c9dcd) by @
- workflows: review and improve (2eddfa5) by @
- workflows: steps name (708ba08) by @AliMD
- workflows: update docker builds abd version (0b1c5f8) by @
- workflows: update to latest changes (a44becc) by @
- yarn (ed93433) by @
- yarn: clean and upgrade (38ef3ec) by @
- yarn update packages (1dfa1ae) by @
- yarn: pnp mode (02bd406) by @
- yarn: update (70c5b70) by @
- yarn: update (2992baa) by @
- yarn: update (dd6021a) by @
- yarn: update (6e4a9f3) by @
- yarn: update (681cf74) by @
- yarn: update sdks (fdeb33b) by @
- yarn: upgrade (01a6a51) by @
- yarn: upgrade (f46eb45) by @
- yarn: upgrade (35f7542) by @
- yarn: upgrade (88d4ff8) by @
- yarn: upgrade (9b16034) by @
- yarn: upgrade (33e139e) by @
- yarn: upgrade (8fde7cd) by @
- yarn: upgrade (404dc44) by @
- yarn: upgrade (c032a2f) by @
- yarn: upgrade (f7bcdfe) by @
- yarn: upgrade (d83eaa5) by @
- yarn: upgrade (8381eee) by @
- yarn: upgrade (1124075) by @
- yarn: upgrade (3021ff8) by @
- yarn: upgrade (66cbb33) by @
- yarn: upgrade (50fcd91) by @
- yarn: upgrade (748e279) by @
- yarn: upgrade (2385adb) by @
- yarn: upgrade all (2d935fa) by @
- bump github/codeql-action (7aab51e) by @dependabot[bot]
- bump the alwatr-dependencies group with 6 updates (4470fd8) by @dependabot[bot]
- keep-pwa: update alwatr package (32ff4d1) by @
- up (c1d2c22) by @
- update (967d0ef) by @AliMD
- update (0128365) by @AliMD
- update (e8f8281) by @AliMD
- update add-to-project (4a8bdee) by @
- update alwatr (a68c670) by @