Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyaodu committed Jan 20, 2023
1 parent de1102a commit bf7655b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1813,6 +1813,17 @@ const c: Class<Date, [number]> = Date;

## Changelog

### v0.3.0 - 2023-01-19

#### Added

- [bake](#bake) and associated types
- [Cake](#cake)
- Cake subclasses: ObjectCake, ReferenceCake, TypeGuardCake
- [Built-in Cakes](#built-in-cakes): any, boolean, bigint, never, number, string, symbol, unknown
- [optional](#optional)
- [CakeError](#cakeerror)

### v0.2.0 - 2023-01-11

#### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caketype",
"version": "0.2.0",
"version": "0.3.0",
"description": "Runtime type checking and other type-safe helpers for TypeScript",
"author": "Justin Yao Du <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit bf7655b

Please sign in to comment.