Skip to content

Latest commit

 

History

History
482 lines (233 loc) · 19.1 KB

CHANGELOG.md

File metadata and controls

482 lines (233 loc) · 19.1 KB

Changelog

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

0.22.0 (2020-12-29)

Features

  • add import type (ae7479c)
  • send validation errors to client (5359ff4)
  • update velona to use Injectable type (2e782fa)

0.21.4 (2020-12-19)

Bug Fixes

  • add types property to package.json (7f96217)

0.21.3 (2020-12-13)

Features

0.21.2 (2020-12-13)

Features

0.21.1 (2020-11-29)

Bug Fixes

  • add RouteShorthandOptions (859fcd2)

0.21.0 (2020-11-28)

Features

  • add argument to controller (d2f3da4)

0.20.0 (2020-11-27)

Features

  • add class-validator options (9a9c140)

0.19.1 (2020-11-07)

Bug Fixes

  • remove flatMap for node v10 (b1cb1aa)

0.19.0 (2020-10-27)

Features

  • add defineResponseSchema (b4f0628)

0.18.2 (2020-10-25)

Features

0.18.1 (2020-10-24)

Bug Fixes

  • cascade hooks of empty methods dir (abb5376)

Documentation

0.18.0 (2020-10-18)

⚠ BREAKING CHANGES

  • add AdditionalRequest

Features

Documentation

0.17.2 (2020-10-13)

Features

  • optimize methodToHandler (b8d4625)

Documentation

0.17.1 (2020-10-11)

Bug Fixes

  • optimize type definition of RequestParams (4a810aa)

Documentation

0.17.0 (2020-10-09)

Features

  • optimize methodToHandler (46d7050)

Documentation

0.16.0 (2020-10-07)

⚠ BREAKING CHANGES

  • change the engine from express to fastify

Features

  • change the engine from express to fastify (a3334de)

0.15.0 (2020-10-05)

⚠ BREAKING CHANGES

  • change controller to be called at any time

Features

  • change controller to be called at any time (81e2865)

0.14.3 (2020-10-03)

Bug Fixes

  • parse params string and clarify $server.ts (a80e442)

Documentation

0.14.2 (2020-10-02)

Bug Fixes

Documentation

0.14.1 (2020-10-01)

Bug Fixes

0.14.0 (2020-09-30)

⚠ BREAKING CHANGES

  • remove onSend Hook

Bug Fixes

Documentation

0.13.1 (2020-09-21)

Bug Fixes

  • redefine ServerResponse (ca11cc8)

0.13.0 (2020-09-14)

Features

  • rename $app.ts to $server.ts (432b837)

0.12.2 (2020-09-13)

Bug Fixes

  • create $relay.ts before init tsc (05c76d7)

0.12.1 (2020-09-13)

Bug Fixes

Refactors

  • move defineHooks to $relay.ts (863eb92)

0.12.0 (2020-09-11)

⚠ BREAKING CHANGES

  • override createController

Features

Bug Fixes

Refactors

Documentation

0.11.0 (2020-07-19)

Features

0.10.4 (2020-07-17)

Bug Fixes

  • add router type (6483533)
  • bump typescript from 3.9.5 to 3.9.6 (5070df0)
  • static middleware basePath (cc5ba3e)
  • update helmet requirement in /packages/frourio (9257dfc)
  • update typescript requirement in /packages/frourio (b393912)

Documentation

  • remove dependabot badge (8c92316)

0.10.3 (2020-06-27)

Bug Fixes

0.10.2 (2020-06-26)

Documentation

Refactors

0.10.1 (2020-06-16)

Features

  • generate entity and middleware (4df2b60)

0.10.0 (2020-06-16)

Features

  • change $values.ts to $relay.ts (a3d136d)

Documentation

0.9.0 (2020-06-15)

Features

0.8.0 (2020-06-14)

Features

  • support multi files of FormData (6228084)

0.7.2 (2020-06-14)

Bug Fixes

  • export File type from Express.Multer (337cf51)

0.7.1 (2020-06-13)

Bug Fixes

0.7.0 (2020-06-13)

Features

  • generate $values.ts into all dirs (f5ed392)
  • support public directory (1e97a44)

Bug Fixes

  • separate validation handlers (5503330)

0.6.1 (2020-06-12)

Bug Fixes

  • typeorm connection type (151afcf)

0.6.0 (2020-06-12)

Features

  • support config of helmet, cors and multer (0e0c8cc)

0.5.0 (2020-06-12)

Features

  • support migration direcroty (1a3da5e)

0.4.0 (2020-06-11)

Features

0.3.1 (2020-06-09)

Bug Fixes

  • add typescript to dependencies (ba5dbce)

0.3.0 (2020-06-07)

Features

0.2.2 (2020-06-01)

Bug Fixes

  • exclude dir start with @ (e25568b)

0.2.1 (2020-06-01)

Bug Fixes

0.2.0 (2020-06-01)

Features

  • create default files if not exists (38b9814)

0.1.2 (2020-05-30)

0.1.1 (2020-05-30)

0.1.0 (2020-05-30)

Features

  • remove originalRequest (5b66b43)
  • config: rename aspida to frourio (75d73e3)