11 Commits

Author SHA1 Message Date
Patrick Moody
6a77cd0b73 Add support for geoPoint field (#128)
* add geoPoint field

* refactor dockerfile

* update snapshots

* fix integration tests

* fix output directory
2025-04-28 09:07:26 +10:00
Patrick Moody
c14a19545b version bump (#127)
* version bump

* fix integration test
2025-04-27 20:33:35 +10:00
Patrick Moody
93fdcbecf1 ignore build files (#125) 2025-04-27 14:59:17 +10:00
Patrick Moody
9b0b580077 Improved Expand type (#119)
* refactor integration tests

* if expand type is provided, expand no longer optional

* test and build

* readme

* fix workflow
2025-04-06 21:26:41 +10:00
Patrick
cf28419cea fix types 2024-11-27 20:57:49 +11:00
Patrick Moody
669a63486c Update issue templates 2023-07-17 09:18:40 -07:00
Patrick Moody
f41846a4d0 Delete dependabot.yml 2023-02-09 20:10:58 -08:00
Patrick Moody
97f45e50a2 made dependabot update package.json (#36) 2023-02-07 21:25:31 -08:00
Patrick Moody
d04a445072 Support PocketBase v0.8 (#19)
* add v0.8 schema

* update system fields to handle base and auth collection types

* handle relation fields with multiple items

* create enums for select fields that have values

* additional typecheck

* add user field for backwards compatability

* refactor strings

* refactor system types

* readme

* Add lint and formatting (#17)

* add linting and formatting

* lint codebase

* prettier

* update test workflow

* update test workflow again

* fix: url login for pocketbase 0.8.0-rc2 servers (#16)

Co-authored-by: Ethan Olsen <ethan@crowdhubapps.com>

* e2e integration test (#18)

* add dockerfile to run e2e tests

* add db typegen

* cleanup

* add test

* add github workflow

* remove interactive flag

* intentionally fail integration test

* save artifacts in case of failing tests

* fix output dir

* ignore files

Co-authored-by: Ethan Olsen <46045126+o2dependent@users.noreply.github.com>
Co-authored-by: Ethan Olsen <ethan@crowdhubapps.com>
2022-11-18 21:06:55 -08:00
Patrick
1b7917eaf6 add npm publish action 2022-11-07 10:17:00 -08:00
Piotr Rogowski
8d297d6243 Add Test workflow (#5)
* Add `Test` workflow

* Fix branch name
2022-10-18 07:23:41 -07:00