Skip to content

Commit

Permalink
Custom client (#29)
Browse files Browse the repository at this point in the history
* custom client

* fix incorrect name

* pre-release

* remove cjs build

* add realtime support

* expand can be undefined

* add changesets

* only expose supported types in subscribe options

* fix sort param parsing

* new version

* update pocketbase

* handle plural relations

* new version

* fix filters

* fix filters

* make password and passwordConfirm optional on update

* allow deleting files by providing null as value

* exit prerelease mode

* correctly type empty select
  • Loading branch information
david-plugge authored Feb 6, 2024
1 parent e58d227 commit f462286
Show file tree
Hide file tree
Showing 30 changed files with 1,495 additions and 990 deletions.
5 changes: 5 additions & 0 deletions .changeset/afraid-eggs-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typed-pocketbase": patch
---

fix sort param parsing
5 changes: 5 additions & 0 deletions .changeset/brave-rabbits-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typed-pocketbase": patch
---

correctly type empty select
5 changes: 5 additions & 0 deletions .changeset/cuddly-cherries-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typed-pocketbase": patch
---

fix filters
5 changes: 5 additions & 0 deletions .changeset/cuddly-parrots-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typed-pocketbase": patch
---

realtime support
5 changes: 5 additions & 0 deletions .changeset/gentle-schools-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typed-pocketbase": patch
---

remove cjs bundle
5 changes: 5 additions & 0 deletions .changeset/gold-socks-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typed-pocketbase": patch
---

only expose supported types for subscribe options
5 changes: 5 additions & 0 deletions .changeset/honest-ants-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typed-pocketbase": minor
---

custom client
19 changes: 19 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"mode": "exit",
"tag": "pre",
"initialVersions": {
"typed-pocketbase": "0.0.9"
},
"changesets": [
"afraid-eggs-fold",
"cuddly-cherries-add",
"cuddly-parrots-shout",
"gentle-schools-flow",
"gold-socks-wink",
"honest-ants-rest",
"sixty-hotels-complain",
"smooth-insects-guess",
"tough-books-smoke",
"young-apes-brush"
]
}
5 changes: 5 additions & 0 deletions .changeset/sixty-hotels-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typed-pocketbase": patch
---

account for plural relations
5 changes: 5 additions & 0 deletions .changeset/smooth-insects-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typed-pocketbase": patch
---

allow deleting files by providing null as value
5 changes: 5 additions & 0 deletions .changeset/tough-books-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typed-pocketbase": patch
---

make password and passwordConfirm optional on update
5 changes: 5 additions & 0 deletions .changeset/young-apes-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typed-pocketbase": patch
---

expand can be undefined
3 changes: 0 additions & 3 deletions .vscode/settings.json

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 @@
# typed-pocketbase

## 0.1.0-pre.7

### Patch Changes

- allow deleting files by providing null as value

## 0.1.0-pre.6

### Patch Changes

- make password and passwordConfirm optional on update

## 0.1.0-pre.5

### Patch Changes

- fix filters

## 0.1.0-pre.4

### Patch Changes

- account for plural relations

## 0.1.0-pre.3

### Patch Changes

- fix sort param parsing

## 0.1.0-pre.2

### Patch Changes

- only expose supported types for subscribe options

## 0.1.0-pre.1

### Patch Changes

- realtime support
- remove cjs bundle
- expand can be undefined

## 0.1.0-pre.0

### Minor Changes

- custom client

## 0.0.9

### Patch Changes
Expand Down
Loading

0 comments on commit f462286

Please sign in to comment.