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

Commit

Permalink
Publish v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmeier committed Apr 23, 2024
1 parent 2919500 commit 153d22a
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 330 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ This contains various helpers and types.
```json
{
"dependencies": {
"fire": "npm:fire-lib-js@^0.3.0-alpha.7"
"fire": "npm:fire-lib-js@^0.3.0"
}
}
```

### Unstable
the graphql module is unstable.

The dom module is unstable and might changed in a minor release.

### Time
consider using luxon instead of this time implementation.

### Deprecated
the entire **data** folder is deprecated either use zod or something like that or just use `Object.assign` and typescript.
The data module is deprecated either use zod or something like that or just use `Object.assign` and typescript.
Loading

0 comments on commit 153d22a

Please sign in to comment.