Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Version Packages (#668)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 20, 2023
1 parent 294dfad commit c4de61a
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 72 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-jars-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-taxis-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-rats-decide.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/four-suits-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-waves-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-paws-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-maps-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-queens-know.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/wise-bikes-kick.md

This file was deleted.

50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# @effect/schema

## 0.55.0

### Minor Changes

- [#649](https://github.com/Effect-TS/schema/pull/649) [`d80b933`](https://github.com/Effect-TS/schema/commit/d80b933d2e6b1e36f10f01323f2532826c8722c7) Thanks [@gcanti](https://github.com/gcanti)! - Arbitrary: should throw on declarations without annotations

- [#669](https://github.com/Effect-TS/schema/pull/669) [`294dfad`](https://github.com/Effect-TS/schema/commit/294dfad1076f10da53096925e02821a69fbad60e) Thanks [@gcanti](https://github.com/gcanti)! - Schema: refactor `parseJson` to replace `ParseJson` and `fromJson`

- [#649](https://github.com/Effect-TS/schema/pull/649) [`d80b933`](https://github.com/Effect-TS/schema/commit/d80b933d2e6b1e36f10f01323f2532826c8722c7) Thanks [@gcanti](https://github.com/gcanti)! - Schema: refactor `S.optional` API.

Upgrade Guide:

- `S.optional(schema, { exact: true })` replaces the old `S.optional(schema)`
- `S.optional(schema, { exact: true, default: () => A })` replaces the old `S.optional(schema).withDefault(() => A)`
- `S.optional(schema, { exact: true, as: "Option" })` replaces the old `S.optional(schema).toOption()`

- [#649](https://github.com/Effect-TS/schema/pull/649) [`d80b933`](https://github.com/Effect-TS/schema/commit/d80b933d2e6b1e36f10f01323f2532826c8722c7) Thanks [@gcanti](https://github.com/gcanti)! - Schema: replace `propertySignature` constructor with `propertySignatureAnnotations` combinator

- [#669](https://github.com/Effect-TS/schema/pull/669) [`294dfad`](https://github.com/Effect-TS/schema/commit/294dfad1076f10da53096925e02821a69fbad60e) Thanks [@gcanti](https://github.com/gcanti)! - Schema: simplify `split` parameters to only accept `separator`

- [#669](https://github.com/Effect-TS/schema/pull/669) [`294dfad`](https://github.com/Effect-TS/schema/commit/294dfad1076f10da53096925e02821a69fbad60e) Thanks [@gcanti](https://github.com/gcanti)! - Schema: remove useless combinators

- `lowercase`
- `uppercase`
- `trim`
- `numberFromString`
- `symbolFromString`
- `bigintFromString`
- `bigintFromNumber`
- `secret`
- `durationFromHrTime`
- `durationFromMillis`
- `durationFromNanos`
- `uint8ArrayFromNumbers`
- `base64`
- `base64url`
- `hex`
- `dateFromString`
- `bigDecimalFromNumber`
- `bigDecimalFromString`
- `not`

### Patch Changes

- [#649](https://github.com/Effect-TS/schema/pull/649) [`d80b933`](https://github.com/Effect-TS/schema/commit/d80b933d2e6b1e36f10f01323f2532826c8722c7) Thanks [@gcanti](https://github.com/gcanti)! - Schema: fix declarations (`type` field)

- [#649](https://github.com/Effect-TS/schema/pull/649) [`d80b933`](https://github.com/Effect-TS/schema/commit/d80b933d2e6b1e36f10f01323f2532826c8722c7) Thanks [@gcanti](https://github.com/gcanti)! - Schema: add `nullish`

- [#649](https://github.com/Effect-TS/schema/pull/649) [`d80b933`](https://github.com/Effect-TS/schema/commit/d80b933d2e6b1e36f10f01323f2532826c8722c7) Thanks [@gcanti](https://github.com/gcanti)! - Schema: add `orUndefined`

## 0.54.1

### Patch Changes
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": "@effect/schema",
"version": "0.54.1",
"version": "0.55.0",
"type": "module",
"packageManager": "[email protected]",
"publishConfig": {
Expand Down

0 comments on commit c4de61a

Please sign in to comment.