Skip to content

Latest commit

 

History

History
763 lines (247 loc) · 24.4 KB

CHANGELOG.md

File metadata and controls

763 lines (247 loc) · 24.4 KB

Changelog

[0.9.6] - 2024-12-13

Dependency Updates: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10

[0.9.5] - 2024-12-03

Dependency Updates: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10

[0.9.4] - 2024-11-23

Dependency Updates: 1, 2, 3, 4, 5, 6, 7, 8, 9

[0.9.3] - 2024-11-13

Dependency Updates: 1, 2, 3, 4, 5, 6, 7

[0.9.2] - 2024-11-06

Dependency Updates: 1, 2, 3, 4, 5, 6, 7

[0.9.1] - 2024-10-30

Dependency Updates: 1, 2, 3, 4, 5, 6, 7, 8

[0.9.0] - 2024-10-22

features

  • Update for Svelte 5 release

  • Update cloudflare worker compatibility date to 2024-09-02

  • Migrate to lucia v4 (removed the lucia library, implemented auth manually)

fixes

  • Add tailwind plugin to prettier config

misc

  • update telemetry server packages

Dependency Updates: 1, 2, 3, 4, 5, 6, 7, 8, 9

[0.8.13] - 2024-10-12

Dependency Updates: 1, 2, 3, 4, 5, 6

[0.8.12] - 2024-10-04

Dependency Updates: 1, 2, 3, 4, 5, 6

[0.8.11] - 2024-09-27

Dependency Updates: 1, 2, 3, 4, 5, 6, 7

[0.8.10] - 2024-09-19

Dependency Updates: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11

[0.8.9] - 2024-09-07

Dependency Updates: 1, 2, 3

[0.8.8] - 2024-09-04

Dependency Updates: 1

[0.8.7] - 2024-09-03

performance

  • Run tests in parallel

Dependency Updates: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25

[0.8.6] - 2024-08-09

Dependency Updates: 1, 2, 3, 4, 5

[0.8.5] - 2024-08-04

Dependency Updates: 1, 2, 3, 4

[0.8.4] - 2024-08-01

misc

  • Switch to the official kysely-libsql, since they merged my changes

Dependency Updates: 1, 2, 3, 4, 5, 6

[0.8.3] - 2024-07-27

Dependency Updates: 1

[0.8.2] - 2024-07-26

performance

  • Use a smaller HTTP client to optimize binary size

[0.8.1] - 2024-07-22

Dependency Updates: 1

[0.8.0] - 2024-07-22

features

  • Use wrangler typegen

  • Github action to deploy sidecar worker


Dependency Updates: 1

[0.7.3] - 2024-07-14

features

  • Initialize Sidecar worker template (additional Cloudflare worker with a websocket server)

  • Enable/disable telemetry

  • Add "cookies" for storing config on disk

  • Create telemetry server

  • Optionally report telemetry

internal

  • Allow option features to be conditionally hidden

misc

  • Fix clippy suggestions

  • Update workers compatibility_date to 2024-07-01

  • Fix clippy issues


Dependency Updates: 1, 2, 3, 4

[0.7.2] - 2024-07-09

Dependency Updates: 1, 2, 3

[0.7.1] - 2024-07-04

docs

  • Add changelog link to readme

Dependency Updates: 1

[0.7.0] - 2024-07-03

features

  • Add Turso support

  • add compatibility_date to wrangler.toml


Dependency Updates: 1, 2

[0.6.14] - 2024-06-24

fixes

  • Fix regression in D1 migration script

misc

  • Update readme

Dependency Updates: 1, 2, 3, 4, 5

[0.6.12] - 2024-06-18

features

  • Don't default create a new git repo if inside one

  • Automatically run svelte-kit sync

fixes

  • use typescript-eslint beta

  • Install wrangler on all edge templates

  • Update app.d.ts files to match Svelte's offical template

  • Fix no-unused-vars lint rule


Dependency Updates: 1

[0.6.11] - 2024-06-18

features

  • Bring template to parity with the official svelte template

  • Use svelte 5 syntax in svelte 5 template

misc

  • Update rust dependencies

Dependency Updates: 1, 2, 3, 4, 5

[0.6.10] - 2024-06-11

Dependency Updates: 1

[0.6.9] - 2024-06-10

fixes

  • improve error handling for d1

Dependency Updates: 1, 2

[0.6.8] - 2024-06-08

Dependency Updates: 1, 2, 3, 4, 5, 6, 7

[0.6.7] - 2024-06-01

Dependency Updates: 1, 2, 3, 4

[0.6.6] - 2024-05-28

Dependency Updates: 1, 2, 3, 4, 5

[0.6.5] - 2024-05-22

Dependency Updates: 1, 2, 3, 4

[0.6.4] - 2024-05-18

Dependency Updates: 1, 2, 3

[0.6.3] - 2024-05-15

Dependency Updates: 1, 2

[0.6.2] - 2024-05-13

fixes

  • format mjs files too

misc

  • fix formatting

  • Update Rust dependencies


Dependency Updates: 1, 2, 3

[0.6.0] - 2024-05-10

features

  • Insert app name in app.html and wrangler.toml

  • Update to eslint v9

[0.5.2] - 2024-04-06

features

  • sort package.json keys

[0.5.1] - 2024-04-06

performance

  • remove axios dependency

Dependency Updates: 1

[0.5.0] - 2024-04-02

features

  • Add Auth option using Lucia

  • Don't default install dependencies if using npm

  • add auth-protected trpc middleware

fixes

  • disable local SQLite on edge

  • Silence initial git commit message

  • Fix auth types

  • remove printlns

  • change getMe to public TRPC procedure that returns nullable

  • Fix sveltekit redirects inside try blocks

  • user -> username

misc

  • Update dependencies

  • Update dependencies

  • Update Rust dependencies, improve e2e tests

  • clean up gitignore

  • Update dependencies

  • remove unused imports

  • fix prettier formatting

  • clean up lucia boilerplate

[0.4.1] - 2024-03-19

features

  • Use sveltekit emulation for D1 support

misc

  • Update npm installer dependencies

  • Update dependencies

[0.4.0] - 2024-02-28

features

  • Add support for Svelte 5 and Cloudflare D1

misc

  • Update dependencies

[0.3.0] - 2023-09-07

features

  • switch from kysely-codegen to prisma-kysely

  • Tailwind is no longer optional

refactor

  • Set default features in the template config

misc

  • Update dependencies

  • Fix formatting

  • clean up unused imports

[0.2.6] - 2023-07-03

fixes

  • revert to rust nightly 1.71.0

misc

  • Update dependencies

  • Update dependencies

[0.2.4] - 2023-06-28

misc

  • Update dependencies

[0.2.3] - 2023-06-14

misc

  • Update dependencies

[0.2.2] - 2023-05-23

fixes

  • remove extra whitespace on home page

[0.2.1] - 2023-05-23

features

  • Add next steps to the home page

fixes

  • Update kysely link in readme

[0.2.0] - 2023-05-19

misc

  • update packages, including trpc-svelte-query

[0.1.7] - 2023-03-06

fixes

  • Use dunce to fix UNC paths on windows

[0.1.6] - 2023-03-05

fixes

  • Update readme

  • switch from gnu to musl on Linux

  • Add a leading newline for pnpm

  • Print the correct package manager for next steps if the user didn't install dependencies

[0.1.5] - 2023-03-04

features

  • Install dependencies before git init

[0.1.4] - 2023-03-04

performance

  • remove dependency on binary-install

[0.1.3] - 2023-03-04

fixes

  • compress rust binaries

[0.1.2] - 2023-03-04

fixes

  • install binary-install dependency for npm package

[0.1.1] - 2023-03-04

fixes

  • add readme