Skip to content

Releases: tobua/squak

v3.3.1

02 Jul 14:41

Choose a tag to compare

3.3.1 (2023-07-02)

Bug Fixes

  • build: avoid initial double build in watch mode and fix npm prune (2197fa9)
  • build: watch build runs asynchronously (59bbd47)

v3.3.0

02 Jul 14:11

Choose a tag to compare

3.3.0 (2023-07-02)

Bug Fixes

  • test: update also resolution test (162a235)
  • test: update package test (d2f01d3)

Features

  • configuration: switch to TypeScript bundler resolution (3f7cffd)

v3.2.0

02 Jul 11:57

Choose a tag to compare

3.2.0 (2023-07-02)

Features

  • package: update dependencies (005acc0)

v3.1.1

01 Jul 14:22

Choose a tag to compare

3.1.1 (2022-07-01)

Bug Fixes

  • package: update dependencies and pull in fixes found in numic port (87aa180)

v3.1.0

07 May 15:50

Choose a tag to compare

3.1.0 (2022-05-07)

Bug Fixes

  • start: allow multiple server entries and don't override scripts (d4b5003)

Features

  • template: add serverless template for Vercel (6f122a6)
  • template: port for template projects configurable (b34855d)

v3.0.1

04 May 12:25

Choose a tag to compare

3.0.1 (2022-05-04)

Bug Fixes

  • installation: get base path compatible with pnpm (988942f)

v3.0.0

03 May 22:01

Choose a tag to compare

3.0.0 (2022-05-03)

Bug Fixes

  • template: update templates also adding names (e8471b5)

Features

  • configuration: configuration files scoped per project (bb1bea9)

BREAKING CHANGES

  • configuration: updates configuration file location and possibly ignores additional files

v2.0.1

02 May 08:08

Choose a tag to compare

2.0.1 (2022-05-02)

Bug Fixes

  • production: show production server output (17c8402)

v2.0.0

01 May 19:30

Choose a tag to compare

2.0.0 (2022-05-01)

Features

  • build: use esbuild to ensure ESM compatible output (bcee59c)

BREAKING CHANGES

  • build: resulting code is now bundled

v1.0.0

26 Apr 17:38

Choose a tag to compare

1.0.0 (2022-04-26)

Migration to @swc/jest

Running tests with ts-jest is no longer supported but the dependency can be manually installed if still needed. Otherwise, migrate over to @swc/jest by replacing the jest.transform property inside package.json as follows:

"jest": {
    "transform": {
      "^.+\\.(t|j)sx?$": "@swc/jest"
    }
}

Bug Fixes

  • package: forgot to trigger release (4bb1754)
  • windows: path issue during postinstall on windows (5442eaf)

Features

  • test: replace ts-jest with @swc/jest (fede575)

BREAKING CHANGES

  • test: ts-jest replaced with @swc/jest