Skip to content

Releases: pawcoding/astro-loader-pocketbase

v2.0.0-next.1

08 Dec 16:57

Choose a tag to compare

v2.0.0-next.1 Pre-release
Pre-release

2.0.0-next.1 (2024-12-08)

Features

  • add support for PocketBase 0.23.0 (a98f1b4)

BREAKING CHANGES

  • This also removes support for PocketBase 0.22.
    There are a lot of breaking changes in this new version of PocketBase,
    e.g. new endpoint for login, new collection schema format, etc.

Since this version already brings a lot of changes, I used this chance
to refactor some of the internals and configuration options. Please
refer to the new README for more details.

v1.0.0

07 Dec 16:00

Choose a tag to compare

1.0.0 (2024-12-07)

Bug Fixes

  • release: update version number (901af52)

Documentation

  • README: add note for compatibility (2613918)

BREAKING CHANGES

  • release: This is the first stable release of this package.
  • README: This marks the first stable release of this package.

v1.0.0-next.1

07 Dec 15:57

Choose a tag to compare

v1.0.0-next.1 Pre-release
Pre-release

1.0.0-next.1 (2024-12-07)

Bug Fixes

  • release: update version number (901af52)

BREAKING CHANGES

  • release: This is the first stable release of this package.

v0.5.1-next.2

07 Dec 15:55

Choose a tag to compare

v0.5.1-next.2 Pre-release
Pre-release

0.5.1-next.2 (2024-12-07)

Documentation

  • README: add note for compatibility (2613918)

BREAKING CHANGES

  • README: This marks the first stable release of this package.

v0.5.1-next.1

07 Dec 15:34

Choose a tag to compare

v0.5.1-next.1 Pre-release
Pre-release

0.5.1-next.1 (2024-12-07)

v0.6.0-pocketbase-rc.3

01 Dec 17:17

Choose a tag to compare

Pre-release

Caution

This release contains breaking changes caused by a new release candidate of PocketBase. Keep in mind that this package can introduce breaking changes at any time until v1.0 is released!

Updated some documentation and dependencies


Full Changelog: v0.6.0-pocketbase-rc.2...v0.6.0-pocketbase-rc.3

v0.6.0-pocketbase-rc.2

09 Nov 18:05

Choose a tag to compare

Pre-release

Caution

This release contains breaking changes caused by a new release candidate of PocketBase. Keep in mind that this package can introduce breaking changes at any time until v1.0 is released!

Features (compared to v0.5.0-rc.1)

  • Add option for custom id field

Breaking Changes (compared to v0.5.0)

  • Renamed id to idField

Full Changelog: v0.5.0-rc.1...v0.6.0-pocketbase-rc.2

v0.5.0

09 Nov 17:42

Choose a tag to compare

Features


Full Changelog: v0.4.0...v0.5.0

v0.5.0-rc.1

06 Oct 13:13

Choose a tag to compare

v0.5.0-rc.1 Pre-release
Pre-release

Caution

This release contains breaking changes caused by a new release candidate of PocketBase. Keep in mind that this package can introduce breaking changes at any time until v1.0 is released!

Features

  • Add support for PocketBase 0.23 release candidate
    • Add updatedField option to specify which field to use for incremental builds
    • Update type generation to match new schema format
    • Use new endpoints for superuser (admin) login

Internal

  • Reformat logger messages
  • Update from admin to superuser as this is the new name inside PocketBase

Breaking Changes

  • Drop support for PocketBase 0.22
  • Updated configuration options
    • Renamed content to contentFields
    • Moved adminEmail to superuserCredentials.email
    • Moved adminPassword to superuserCredentials.password
    • Removed forceUpdate since it's now the default when updatedField is not set

Full Changelog: v0.4.0...v0.5.0-rc.1

v0.4.0

05 Oct 09:08

Choose a tag to compare

Features

  • Add better support for json fields (#9)

Fixes


Full Changelog: v0.3.0...v0.4.0