Skip to content

Latest commit

 

History

History
471 lines (230 loc) · 19.5 KB

CHANGELOG.md

File metadata and controls

471 lines (230 loc) · 19.5 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

4.4.1 (2024-12-01)

Bug Fixes

  • performance overhead on request validations (4f8c8c4)

4.4.0 (2024-11-20)

4.4.0-5 (2024-10-18)

Bug Fixes

  • actions error not triggered on rest (e53f381)

4.4.0-4 (2024-10-18)

Bug Fixes

  • routes not detected with showRoutes (716c636)

4.4.0-3 (2024-10-18)

Bug Fixes

4.4.0-2 (2024-10-18)

Features

  • type definitions extractor (6e406e2)

4.4.0-1 (2024-10-18)

Bug Fixes

  • blaze creator type definitions (b536c92)
  • handler type definitions (05c4e90)
  • hono helper/middlewares types (9d301d2)
  • validator type definitions (3f34e18)

4.4.0-0 (2024-10-18)

Features

4.3.3 (2024-10-16)

Features

  • request object shorthand (5afec3e)

Bug Fixes

  • auto load node server on non node environment (87587ed)
  • middleware not assigned properly (6f00f01)

4.3.2 (2024-10-14)

Bug Fixes

  • poor performance caused by unintentional header (ce124f3)

4.3.1 (2024-10-14)

Bug Fixes

4.3.0 (2024-10-13)

Features

4.2.0 (2024-09-27)

Features

Bug Fixes

  • redundant broker return types (9cf93ab)

4.1.0 (2024-09-24)

Features

Bug Fixes

  • bun internal state error (08e3b5c)

4.0.0 (2024-09-22)

Features

4.0.0-3 (2024-09-21)

Bug Fixes

4.0.0-2 (2024-09-18)

Features

  • rc: trpc actions supports (97a71ea)

4.0.0-1 (2024-09-16)

Bug Fixes

  • after hooks result turns to any (4e8988d)

4.0.0-0 (2024-09-13)

Bug Fixes

  • reduce context creation overhead (818bd68)

3.4.0 (2024-08-19)

Features

  • rest route renamer on service level (9422062)

3.3.7 (2024-08-13)

Bug Fixes

  • not applied zod validations on params (198008f)

3.3.6 (2024-08-11)

Bug Fixes

3.3.5 (2024-07-30)

Bug Fixes

  • cached validations data (646a0a9)

3.3.4 (2024-07-28)

Bug Fixes

3.3.3 (2024-07-12)

Bug Fixes

3.3.2 (2024-06-29)

Bug Fixes

3.3.1 (2024-06-29)

Bug Fixes

  • service version break blaze-types (f443639)

3.3.0 (2024-06-28)

3.3.0-2 (2024-06-28)

3.3.0-1 (2024-06-08)

3.3.0-0 (2024-06-08)

Features

  • query validator/openapi (94d241b)

Bug Fixes

3.2.0 (2024-05-18)

Features

Bug Fixes

  • type definitions conflict with native (e17061c)

3.1.4 (2024-05-16)

Bug Fixes

  • custom meta on action services (19b2d9c)

3.1.3 (2024-05-16)

Bug Fixes

3.1.2 (2024-05-16)

Bug Fixes

3.1.1 (2024-05-16)

Bug Fixes

  • action after hooks return type (4267789)
  • remove zod open api warning (ad64fde)

3.1.0 (2024-05-09)

Features

  • action meta initializer (ba88d21)

Bug Fixes

  • service creator type definitions (d5d93a5)

3.0.3 (2024-05-03)

Bug Fixes

  • creator handler return type (f426789)

3.0.2 (2024-05-01)

Bug Fixes

3.0.1 (2024-04-23)

Bug Fixes

  • node serve without port (9b1d405)

3.0.0 (2024-04-23)

Features

3.0.0-3 (2024-04-21)

Bug Fixes

3.0.0-2 (2024-04-21)

⚠ BREAKING CHANGES

  • blaze router flow

  • blaze router flow (9a55c38)

Features

  • custom definitions supports (029c306)
  • exposed fetch method (acf51a7)
  • typescript plugin type helper (1968a1f)

Bug Fixes

  • esm service loader (1a4c8d5)
  • exports validator/handler type extractor (f6439dd)
  • type definitions reference errors (a9215e5)
  • typos on type names (752a86c)
  • v3 event extractor types (1f31213)
  • wrong imported module (f856c95)

3.0.0-1 (2024-04-21)

Bug Fixes

  • v3 event extractor types (1065587)

3.0.0-0 (2024-04-21)

⚠ BREAKING CHANGES

  • blaze router flow

  • blaze router flow (a50dd13)

Features

  • custom definitions supports (22d8f70)
  • exposed fetch method (fccf321)
  • typescript plugin type helper (fff4ac8)

Bug Fixes

  • esm service loader (8a21bee)
  • exports validator/handler type extractor (343db2b)
  • type definitions reference errors (7152158)
  • typos on type names (88b775c)
  • wrong imported module (4c251b3)

2.0.4 (2024-04-21)

Bug Fixes

2.0.3 (2024-04-19)

Bug Fixes

2.0.2 (2024-04-19)

Bug Fixes

2.0.1 (2024-04-19)

Bug Fixes

2.0.0 (2024-02-28)

⚠ BREAKING CHANGES

  • context headers, response, status code

  • context headers, response, status code (e18b2fd)

Bug Fixes

  • wrong rest response type (b44c2b3)

1.2.2 (2024-02-26)

Bug Fixes

1.2.1 (2024-02-25)

Bug Fixes

1.2.1-alpha.0 (2024-02-24)

Bug Fixes

  • esbuild conflict between esm and cjs (9bc8ee3)

1.2.0 (2024-02-24)

Features

  • changeable rest response type (b8cf15c)

1.1.1 (2024-02-23)

Bug Fixes

  • service/action/hooks type error (2f87656)

1.1.0 (2024-02-22)

⚠ BREAKING CHANGES

  • service,action,event,hooks creator

Features

  • header validations (377eee0)

  • zod validations support (4c98c73)

  • zod validator types (27c7506)

  • zod-openapi doc generator (91cbe0e)

  • service,action,event,hooks creator (5f4242b)

1.0.0 (2024-02-18)

Features

Bug Fixes