Skip to content

Commit

Permalink
fix annotations methods typings
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed May 7, 2024
1 parent 18b1493 commit e0ad966
Show file tree
Hide file tree
Showing 5 changed files with 402 additions and 346 deletions.
8 changes: 7 additions & 1 deletion .changeset/fair-starfishes-shake.md
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,6 @@ Schema
- add `TaggedClass` api interface (exposing a `_tag` field)
- add `TaggedErrorClass` api interface (exposing a `_tag` field)
- add `TaggedRequestClass` api interface (exposing a `_tag` field)
- add `pattern` api interface (exposing a `regexp` field)
- add `DateFromNumber` schema

## Other Breaking Changes
Expand Down Expand Up @@ -870,6 +869,13 @@ JSONSchema

Schema

- rename `$String` API interface to `String$`
- rename `$Number` API interface to `Number$`
- rename `$Boolean` API interface to `Boolean$`
- rename `$Object` API interface to `Object$`
- rename `$BigInt` API interface to `BigInt$`
- rename `$Symbol` API interface to `Symbol$`
- rename `$Date` API interface to `Date$`
- rename `$Array` API interface to `Array$`
- rename `$Record` API interface to `Record$`
- rename `$ReadonlyMap` API interface to `ReadonlyMap$`
Expand Down
Loading

0 comments on commit e0ad966

Please sign in to comment.