Skip to content

Releases: compasjs/compas

v0.15.8

15 Jan 10:48
ec0a021
Compare
Choose a tag to compare

Bug fixes

  • fix(code-gen): select correct response validators in router and api client f01ab6

v0.15.7

13 Jan 10:27
b4615b2
Compare
Choose a tag to compare

Bug fixes

  • fix(code-gen): correctly add ts-nocheck on crud files, use input type for ctx.body in router generator 6ef73d

Other

  • chore(sentry): remove deprecated metrics bfb1a5

Dependency updates

v0.15.6

21 Nov 16:05
b9d16e3
Compare
Choose a tag to compare

Features

  • feat(code-gen): include validators when targetting Node.js with ts-axios 5c9f89

Bug fixes

  • fix(stdlib): type input of AppError#cause as unknown 8ed577

Dependency updates

v0.15.5

14 Nov 08:35
5956680
Compare
Choose a tag to compare

Bug fixes

  • fix(code-gen): various type issues in the TS postgres generator de3d2f
  • fix(code-gen): more fixes for backend TypeScript targets 2a45b2

Dependency updates

v0.15.4

13 Nov 12:00
c40137e
Compare
Choose a tag to compare

Other

  • chore(*): remove extra nesting in package.json#exports field 96e238

Dependency updates

v0.15.3

06 Nov 12:42
912e31d
Compare
Choose a tag to compare

Features

  • feat(code-gen,store): dynamically resolve query builder results based on the passed in builder f0f730

Dependency updates

v0.15.2

23 Oct 08:19
10ca595
Compare
Choose a tag to compare

Features

  • feat(cli): optional t argument for newTestEvent 129de8

Bug fixes

  • fix(code-gen): add trailing comma in multi-line imports e7fb6a

Dependency updates

v0.15.1

10 Oct 15:10
ead6585
Compare
Choose a tag to compare

Bug fixes

  • fix(code-gen): fix regression 138b43
  • fix(server): handle change on body parser 817e84

v0.15.0

09 Oct 12:39
88a7fea
Compare
Choose a tag to compare

Breaking changes

  • chore(eslint-plugin): drop package 17d132
    • Use @lightbase/eslint-config instead. It is almost fully compatible, but requires some migration. Please follow the migration guide.

Features

  • feat(code-gen): support TypeScript target for router and database generators c1739c

Other

  • chore: replace ESLint setup 591faa

Dependency updates

v0.14.1

11 Sep 08:14
a82f14a
Compare
Choose a tag to compare

Bug fixes

  • fix(code-gen): convert numbers to string in functions using FormData (#3350) 047cc5

Other

  • chore(cli,stdlib): fix flaky tests 1a9bde

Dependency updates