Skip to content

Commit

Permalink
chore(release): πŸš€ v1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-04-04)

### Bug Fixes

* πŸ› allow createSchema to take a Schema type guard as argument ([f2d975b](f2d975b))
* πŸ› resolve validation issue when Union has more than two Schema sub-typeguards ([952d176](952d176))

### Features

* ✨ add Omit type guard ([145fe49](145fe49))
* ✨ add Schema support for Union type guard ([77898d5](77898d5))
* ✨ add type guard definition API ([29d7884](29d7884))
* ✨ add type guard Never ([8b9c66e](8b9c66e))
  • Loading branch information
semantic-release-bot committed Apr 4, 2021
1 parent 9e22631 commit f122c8c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.1.0](https://github.com/Lchemist/TypeGuards/compare/v1.0.0...v1.1.0) (2021-04-04)


### Bug Fixes

* πŸ› allow createSchema to take a Schema type guard as argument ([f2d975b](https://github.com/Lchemist/TypeGuards/commit/f2d975b5fa27bef401baa2171a207a3ee0dd1847))
* πŸ› resolve validation issue when Union has more than two Schema sub-typeguards ([952d176](https://github.com/Lchemist/TypeGuards/commit/952d1760cdab475dd375b574e8835ef165f053b3))


### Features

* ✨ add Omit type guard ([145fe49](https://github.com/Lchemist/TypeGuards/commit/145fe49abf14ce14e529f72397463af5c90f129b))
* ✨ add Schema support for Union type guard ([77898d5](https://github.com/Lchemist/TypeGuards/commit/77898d5727e102a601804058bde620ceb08be557))
* ✨ add type guard definition API ([29d7884](https://github.com/Lchemist/TypeGuards/commit/29d7884c9cfed8b7936a29cc26f96133d4802e22))
* ✨ add type guard Never ([8b9c66e](https://github.com/Lchemist/TypeGuards/commit/8b9c66ee2b314a4d6c5ee0f99e415383d4e47d82))

# 1.0.0 (2021-03-29)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typeguards/core",
"version": "1.0.0",
"version": "1.1.0",
"description": "Runtime type checking library for TS & JS",
"keywords": [
"type-guard",
Expand Down

0 comments on commit f122c8c

Please sign in to comment.