Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Jun 14, 2023
1 parent c921bc7 commit bfeaaac
Show file tree
Hide file tree
Showing 76 changed files with 674 additions and 196 deletions.
166 changes: 166 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions core/context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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

# [0.32.0](https://github.com/AliMD/alwatr/compare/v0.31.0...v0.32.0) (2023-05-27)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions core/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/context",
"version": "0.32.0",
"version": "1.0.0",
"description": "Elegant powerful context manager base on alwatr signal, written in tiny TypeScript, ES module.",
"keywords": [
"context",
Expand Down Expand Up @@ -30,14 +30,14 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/fetch": "^0.32.0",
"@alwatr/fsm": "^0.32.0",
"@alwatr/logger": "^0.32.0",
"@alwatr/signal": "^0.32.0",
"@alwatr/util": "^0.32.0",
"@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",
"tslib": "^2.5.3"
},
"devDependencies": {
"@alwatr/type": "^0.32.0"
"@alwatr/type": "^1.0.0"
}
}
4 changes: 4 additions & 0 deletions core/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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

# [0.32.0](https://github.com/AliMD/alwatr/compare/v0.31.0...v0.32.0) (2023-05-27)

### Features
Expand Down
6 changes: 3 additions & 3 deletions core/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/crypto",
"version": "0.32.0",
"version": "1.0.0",
"description": "Secure authentication HOTP token generator (the HMAC-based One-Time Password algorithm) and crypto utils written in tiny TypeScript module.",
"keywords": [
"crypto",
Expand Down Expand Up @@ -40,8 +40,8 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^0.32.0",
"@alwatr/math": "^0.32.0",
"@alwatr/logger": "^1.0.0",
"@alwatr/math": "^1.0.0",
"tslib": "^2.5.3"
}
}
4 changes: 4 additions & 0 deletions core/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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

# [0.32.0](https://github.com/AliMD/alwatr/compare/v0.31.0...v0.32.0) (2023-05-27)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions core/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fetch",
"version": "0.32.0",
"version": "1.0.0",
"description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types written in tiny TypeScript, ES module.",
"keywords": [
"fetch",
Expand Down Expand Up @@ -34,12 +34,12 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^0.32.0",
"@alwatr/signal": "^0.32.0",
"@alwatr/util": "^0.32.0",
"@alwatr/logger": "^1.0.0",
"@alwatr/signal": "^1.0.0",
"@alwatr/util": "^1.0.0",
"tslib": "^2.5.3"
},
"devDependencies": {
"@alwatr/type": "^0.32.0"
"@alwatr/type": "^1.0.0"
}
}
4 changes: 4 additions & 0 deletions core/fsm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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

# [0.32.0](https://github.com/AliMD/alwatr/compare/v0.31.0...v0.32.0) (2023-05-27)

**Note:** Version bump only for package @alwatr/fsm
Expand Down
8 changes: 4 additions & 4 deletions core/fsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fsm",
"version": "0.32.0",
"version": "1.0.0",
"description": "Managing invocations finite-state machines for lit-element written in tiny TypeScript module.",
"keywords": [
"state",
Expand Down Expand Up @@ -34,9 +34,9 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^0.32.0",
"@alwatr/signal": "^0.32.0",
"@alwatr/type": "^0.32.0",
"@alwatr/logger": "^1.0.0",
"@alwatr/signal": "^1.0.0",
"@alwatr/type": "^1.0.0",
"tslib": "^2.5.3"
}
}
18 changes: 18 additions & 0 deletions core/fsm2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)

### Bug Fixes

- **fsm2:** add `name` to `config` & remove `context` ([593fde4](https://github.com/AliMD/alwatr/commit/593fde418de223a2b942d7a63a665b9074939b24))
- **fsm2:** convert `config` to an object ([42a34cb](https://github.com/AliMD/alwatr/commit/42a34cb3c26db823e1e6b51ae497a43ed24ab8c2))
- **fsm2:** types ([8543edf](https://github.com/AliMD/alwatr/commit/8543edfe3688b2ccf207de136d29f272d7e1ab44))
- **fsm:** make it private ([70b9644](https://github.com/AliMD/alwatr/commit/70b96441f205a3e287928997ca427e1851dfebf8))

### Features

- **fsm2:** base class ([db13f5c](https://github.com/AliMD/alwatr/commit/db13f5c95524b16dc0dc003096f555988d5ef379))
- **fsm2:** review and cleanup ([6349f33](https://github.com/AliMD/alwatr/commit/6349f3338beccdca4b2a29adc3dc3feef8888492))
- **fsm2:** rewrite from scratch. ([5b7a6cf](https://github.com/AliMD/alwatr/commit/5b7a6cfd41eae2b73f1469a80ecc24d7063e58c3))
- **fsm2:** simple FiniteStateMachine and base ([30c7ba0](https://github.com/AliMD/alwatr/commit/30c7ba0f78f1df97de0d411c4707c1f1ed8b4d16))
- **fsm2:** StateRecord conf ([e193097](https://github.com/AliMD/alwatr/commit/e193097cd98cb636c4379c8e07ce4e4cd4cfc75c))
- **fsm2:** use abstract for base class ([8bdd9a3](https://github.com/AliMD/alwatr/commit/8bdd9a3f9067f4583674498a26fa5572879541d7))

# [0.31.0](https://github.com/AliMD/alwatr/compare/v0.30.0...v0.31.0) (2023-05-08)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions core/fsm2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fsm2",
"version": "0.32.0",
"version": "1.0.0",
"description": "Managing invocations finite-state machines for lit-element written in tiny TypeScript module.",
"keywords": [
"state",
Expand Down Expand Up @@ -35,9 +35,9 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^0.32.0",
"@alwatr/signal": "^0.32.0",
"@alwatr/type": "^0.32.0",
"@alwatr/logger": "^1.0.0",
"@alwatr/signal": "^1.0.0",
"@alwatr/type": "^1.0.0",
"tslib": "^2.5.3"
}
}
4 changes: 4 additions & 0 deletions core/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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

# [0.32.0](https://github.com/AliMD/alwatr/compare/v0.31.0...v0.32.0) (2023-05-27)

**Note:** Version bump only for package @alwatr/i18n
Expand Down
10 changes: 5 additions & 5 deletions core/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/i18n",
"version": "0.32.0",
"version": "1.0.0",
"description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.",
"keywords": [
"i18n",
Expand Down Expand Up @@ -32,12 +32,12 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^0.32.0",
"@alwatr/math": "^0.32.0",
"@alwatr/signal": "^0.32.0",
"@alwatr/logger": "^1.0.0",
"@alwatr/math": "^1.0.0",
"@alwatr/signal": "^1.0.0",
"tslib": "^2.5.3"
},
"devDependencies": {
"@alwatr/type": "^0.32.0"
"@alwatr/type": "^1.0.0"
}
}
12 changes: 12 additions & 0 deletions core/i18n2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)

### Bug Fixes

- **i18n2:** return '' if key not exists ([2e68d1a](https://github.com/AliMD/alwatr/commit/2e68d1a082fb837b04fc8fe450626b507b0f2463))
- **i18n2:** return loadingStr if resource not eixsts ([aff42e1](https://github.com/AliMD/alwatr/commit/aff42e18ddc61949f20cf13475520658ac1a5eb1))
- **i18n2:** some issues & export an instacne ([b5874f3](https://github.com/AliMD/alwatr/commit/b5874f35051927815070a00e86c585f0e3dd291e))

### Features

- **i18n2:** add `i18n2` class base ([4783d6b](https://github.com/AliMD/alwatr/commit/4783d6b7410e452a3458d72dc5ebaead62d08b2f))

# [0.32.0](https://github.com/AliMD/alwatr/compare/v0.31.0...v0.32.0) (2023-05-27)

**Note:** Version bump only for package @alwatr/i18n
Expand Down
10 changes: 5 additions & 5 deletions core/i18n2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/i18n2",
"version": "0.32.0",
"version": "1.0.0",
"description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.",
"keywords": [
"i18n",
Expand Down Expand Up @@ -33,12 +33,12 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^0.32.0",
"@alwatr/math": "^0.32.0",
"@alwatr/signal2": "^0.32.0",
"@alwatr/logger": "^1.0.0",
"@alwatr/math": "^1.0.0",
"@alwatr/signal2": "^1.0.0",
"tslib": "^2.5.3"
},
"devDependencies": {
"@alwatr/type": "^0.32.0"
"@alwatr/type": "^1.0.0"
}
}
4 changes: 4 additions & 0 deletions core/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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

# [0.32.0](https://github.com/AliMD/alwatr/compare/v0.31.0...v0.32.0) (2023-05-27)

**Note:** Version bump only for package @alwatr/logger
Expand Down
4 changes: 2 additions & 2 deletions core/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/logger",
"version": "0.32.0",
"version": "1.0.0",
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
"keywords": [
"log",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/type": "^0.32.0",
"@alwatr/type": "^1.0.0",
"tslib": "^2.5.3"
}
}
4 changes: 4 additions & 0 deletions core/math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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

# [0.32.0](https://github.com/AliMD/alwatr/compare/v0.31.0...v0.32.0) (2023-05-27)

**Note:** Version bump only for package @alwatr/math
Expand Down
4 changes: 2 additions & 2 deletions core/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/math",
"version": "0.32.0",
"version": "1.0.0",
"description": "Simple useful Math library written in tiny TypeScript module.",
"keywords": [
"math",
Expand Down Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^0.32.0",
"@alwatr/logger": "^1.0.0",
"tslib": "^2.5.3"
}
}
4 changes: 4 additions & 0 deletions core/nano-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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

# [0.32.0](https://github.com/AliMD/alwatr/compare/v0.31.0...v0.32.0) (2023-05-27)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions core/nano-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nano-server",
"version": "0.32.0",
"version": "1.0.0",
"description": "Elegant powerful nodejs server for nanoservice use cases, written in tiny TypeScript module.",
"keywords": [
"server",
Expand Down Expand Up @@ -31,11 +31,11 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^0.32.0",
"@alwatr/math": "^0.32.0",
"@alwatr/logger": "^1.0.0",
"@alwatr/math": "^1.0.0",
"tslib": "^2.5.3"
},
"devDependencies": {
"@alwatr/type": "^0.32.0"
"@alwatr/type": "^1.0.0"
}
}
4 changes: 4 additions & 0 deletions core/router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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

# [0.32.0](https://github.com/AliMD/alwatr/compare/v0.31.0...v0.32.0) (2023-05-27)

**Note:** Version bump only for package @alwatr/router
Expand Down
10 changes: 5 additions & 5 deletions core/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/router",
"version": "0.32.0",
"version": "1.0.0",
"description": "Elegant powerful router (fundamental advance browser page routing) based on the simplicity of the signals written in tiny TypeScript module.",
"keywords": [
"router",
Expand Down Expand Up @@ -31,12 +31,12 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"@alwatr/logger": "^0.32.0",
"@alwatr/math": "^0.32.0",
"@alwatr/signal": "^0.32.0",
"@alwatr/logger": "^1.0.0",
"@alwatr/math": "^1.0.0",
"@alwatr/signal": "^1.0.0",
"tslib": "^2.5.3"
},
"devDependencies": {
"@alwatr/type": "^0.32.0"
"@alwatr/type": "^1.0.0"
}
}
Loading

0 comments on commit bfeaaac

Please sign in to comment.