-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @imho/[email protected] - @imho/[email protected] - @imho/[email protected] - @imho/[email protected] - @imho/[email protected] - @imho/[email protected] - @imho/[email protected] - @imho/[email protected] - @imho/[email protected] - @imho/[email protected]
- Loading branch information
xzhavilla
committed
May 2, 2024
1 parent
dc902ca
commit 5c33b15
Showing
21 changed files
with
165 additions
and
32 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.7.0](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02) | ||
|
||
|
||
### Features | ||
|
||
* **cache:** use Fx 0.9 ([3d2971c](https://github.com/xzhavilla/imho/commit/3d2971c7f6387d6a6e6038bc21f542e5bb9757cb)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **cache:** drop support for Fx 0.7 | ||
|
||
|
||
|
||
|
||
|
||
## [0.6.1](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-04-23) | ||
|
||
**Note:** Version bump only for package @imho/cache-redis | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@imho/cache-redis", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"description": "", | ||
"license": "MIT", | ||
"author": "Alberto Villa <[email protected]>", | ||
|
@@ -17,12 +17,12 @@ | |
"prepack": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@imho/codec-zod": "^0.1.0", | ||
"@imho/codec-zod": "^0.2.0", | ||
"zod": "^3.22.4" | ||
}, | ||
"peerDependencies": { | ||
"@imho/cache": "*", | ||
"@imho/codec": "*", | ||
"@imho/cache": "^0.7.0", | ||
"@imho/codec": "^0.6.0", | ||
"@imho/log": "^0.5.0 || ^0.6.0", | ||
"@redis/client": "^1.5.8", | ||
"@xzhayon/fx": "^0.9.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.7.0](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02) | ||
|
||
|
||
### Features | ||
|
||
* **cache:** use Fx 0.9 ([3d2971c](https://github.com/xzhavilla/imho/commit/3d2971c7f6387d6a6e6038bc21f542e5bb9757cb)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **cache:** drop support for Fx 0.7 | ||
|
||
|
||
|
||
|
||
|
||
## [0.6.1](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-04-23) | ||
|
||
**Note:** Version bump only for package @imho/cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@imho/cache", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"description": "", | ||
"license": "MIT", | ||
"author": "Alberto Villa <[email protected]>", | ||
|
@@ -17,7 +17,7 @@ | |
"prepack": "npm run build" | ||
}, | ||
"peerDependencies": { | ||
"@imho/codec": "*", | ||
"@imho/codec": "^0.6.0", | ||
"@xzhayon/fx": "^0.9.0" | ||
}, | ||
"publishConfig": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.4.1](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02) | ||
|
||
**Note:** Version bump only for package @imho/clock | ||
|
||
|
||
|
||
|
||
|
||
# [0.4.0](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-04-23) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@imho/clock", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "", | ||
"license": "MIT", | ||
"author": "Alberto Villa <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
# [0.6.0](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02) | ||
|
||
|
||
### Features | ||
|
||
* add Fx-based decoders ([60ace37](https://github.com/xzhavilla/imho/commit/60ace37f0eb30b66f28ea5fcc124d4314ee8476c)) | ||
* **codec:** use Fx 0.9 ([4f9d920](https://github.com/xzhavilla/imho/commit/4f9d92065aa912d72c3e83da17b538c6c73235d3)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **codec:** drop support for FX 0.7 | ||
* drop support for @imho/codec 0.5 | ||
|
||
|
||
|
||
|
||
|
||
## [0.5.1](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-04-11) | ||
|
||
**Note:** Version bump only for package @imho/codec-io-ts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@imho/codec-io-ts", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"description": "", | ||
"license": "MIT", | ||
"author": "Alberto Villa <[email protected]>", | ||
|
@@ -17,7 +17,7 @@ | |
"prepack": "npm run build" | ||
}, | ||
"peerDependencies": { | ||
"@imho/codec": "*", | ||
"@imho/codec": "^0.6.0", | ||
"@xzhayon/fx": "^0.9.0", | ||
"fp-ts": "^2.16.0", | ||
"io-ts": "^2.2.20" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
# [0.2.0](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02) | ||
|
||
|
||
### Features | ||
|
||
* add Fx-based decoders ([60ace37](https://github.com/xzhavilla/imho/commit/60ace37f0eb30b66f28ea5fcc124d4314ee8476c)) | ||
* **codec:** use Fx 0.9 ([4f9d920](https://github.com/xzhavilla/imho/commit/4f9d92065aa912d72c3e83da17b538c6c73235d3)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **codec:** drop support for FX 0.7 | ||
* drop support for @imho/codec 0.5 | ||
|
||
|
||
|
||
|
||
|
||
# 0.1.0 (2024-04-09) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@imho/codec-zod", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "", | ||
"license": "MIT", | ||
"author": "Alberto Villa <[email protected]>", | ||
|
@@ -17,7 +17,7 @@ | |
"prepack": "npm run build" | ||
}, | ||
"peerDependencies": { | ||
"@imho/codec": "*", | ||
"@imho/codec": "^0.6.0", | ||
"@xzhayon/fx": "^0.9.0", | ||
"zod": "^3.22.4" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,23 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.6.0](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02) | ||
|
||
|
||
### Features | ||
|
||
* **codec:** add Fx decoder ([80a0087](https://github.com/xzhavilla/imho/commit/80a0087fd7961f5c0564622d7ccac7e73466c918)) | ||
* **codec:** use Fx 0.9 ([4f9d920](https://github.com/xzhavilla/imho/commit/4f9d92065aa912d72c3e83da17b538c6c73235d3)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **codec:** drop support for FX 0.7 | ||
|
||
|
||
|
||
|
||
|
||
## [0.5.2](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-04-23) | ||
|
||
**Note:** Version bump only for package @imho/codec | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@imho/codec", | ||
"version": "0.5.2", | ||
"version": "0.6.0", | ||
"description": "", | ||
"license": "MIT", | ||
"author": "Alberto Villa <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.5.0](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02) | ||
|
||
|
||
### Features | ||
|
||
* **http:** use Fx 0.9 ([6c2aeb7](https://github.com/xzhavilla/imho/commit/6c2aeb73fad7f540907dbddec6e6317aea3d20c2)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **http:** drop support for Fx 0.7 | ||
|
||
|
||
|
||
|
||
|
||
## [0.4.1](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-04-23) | ||
|
||
**Note:** Version bump only for package @imho/http-axios | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@imho/http-axios", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "", | ||
"license": "MIT", | ||
"author": "Alberto Villa <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.4.2](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02) | ||
|
||
**Note:** Version bump only for package @imho/http | ||
|
||
|
||
|
||
|
||
|
||
## [0.4.1](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-04-23) | ||
|
||
**Note:** Version bump only for package @imho/http | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@imho/http", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "", | ||
"license": "MIT", | ||
"author": "Alberto Villa <[email protected]>", | ||
|
Oops, something went wrong.