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

Commit

Permalink
Schema: Inconsistent Naming and Simplifying Schemas (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored Dec 20, 2023
1 parent d80b933 commit 294dfad
Show file tree
Hide file tree
Showing 30 changed files with 647 additions and 1,385 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-rats-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/schema": minor
---

Schema: refactor `parseJson` to replace `ParseJson` and `fromJson`
5 changes: 5 additions & 0 deletions .changeset/ten-queens-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/schema": minor
---

Schema: simplify `split` parameters to only accept `separator`
25 changes: 25 additions & 0 deletions .changeset/wise-bikes-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
"@effect/schema": minor
---

Schema: remove useless combinators

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

0 comments on commit 294dfad

Please sign in to comment.