-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create @jakubmazanec/template and update @jakubmazanec/changesets-cha…
…ngelog, @jakubmazanec/error, @jakubmazanec/eslint-config, @jakubmazanec/ts-utils
- Loading branch information
1 parent
c5848fd
commit f7731ef
Showing
83 changed files
with
5,788 additions
and
4,034 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@jakubmazanec/changesets-changelog': patch | ||
'@jakubmazanec/error': patch | ||
'@jakubmazanec/eslint-config': patch | ||
'@jakubmazanec/ts-utils': patch | ||
--- | ||
|
||
Adds missing readme and contributing files. |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@jakubmazanec/error': major | ||
'@jakubmazanec/ts-utils': major | ||
--- | ||
|
||
Changes license from MIT to GNU Lesser General Public License v3. |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@jakubmazanec/template': major | ||
--- | ||
|
||
Creates package with TypeScript-first library for working with templates using | ||
[EJS](https://github.com/mde/ejs) and [Zod](https://github.com/colinhacks/zod). |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@jakubmazanec/changesets-changelog': patch | ||
'@jakubmazanec/error': patch | ||
'@jakubmazanec/eslint-config': patch | ||
'@jakubmazanec/ts-utils': patch | ||
--- | ||
|
||
Fixes SWC config. |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@jakubmazanec/error': major | ||
--- | ||
|
||
Adds new function `createCustomErrorWithData` for creating errors without the optional data. The | ||
function `createCustomError` now only creates custom error class that doesn't have `data` property. | ||
This is to prevent situations when `data` property has wrong type. Also, the type for the error data | ||
can be now defined using [Zod](https://github.com/colinhacks/zod). |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@jakubmazanec/error': patch | ||
'@jakubmazanec/eslint-config': patch | ||
'@jakubmazanec/ts-utils': patch | ||
--- | ||
|
||
Fixes Jest config. |
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ public/ | |
npm-shrinkwrap.json | ||
package-lock.json | ||
CHANGELOG.md | ||
LICENSE.md |
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
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 +1,21 @@ | ||
# js-tools | ||
<div align="center"> | ||
|
||
# JavaScript tools | ||
|
||
</div> | ||
|
||
## Projects | ||
|
||
- [@jakubmazanec/changesets-changelog](./packages/changesets-changelog) – Changelog for projects | ||
using Changesets. | ||
- [@jakubmazanec/error](./packages/error) – Collection of utilities for creating and handling | ||
errors. | ||
- [@jakubmazanec/eslint-config](./packages/eslint-config) – ESLint config for TypeScript projects. | ||
- [@jakubmazanec/template](./packages/template) – TypeScript-first library for working with | ||
templates using EJS and Zod. | ||
- [@jakubmazanec/ts-utils](./packages/ts-utils) – Collection of TypeScript types and utilities. | ||
|
||
## License | ||
|
||
Each project is licensed separately. Unless otherwise noted, the rest of the code in this repository | ||
is licensed under the MIT license. See [LICENSE](./LICENSE.md) for details. |
Oops, something went wrong.