Skip to content

Latest commit

History

History
174 lines (90 loc) 路 8.76 KB

CHANGELOG.md

File metadata and controls

174 lines (90 loc) 路 8.76 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.0.6 (2024-04-10)

Note: Version bump only for package @golevelup/nestjs-hasura

3.0.5 (2024-02-09)

Note: Version bump only for package @golevelup/nestjs-hasura

3.0.4 (2023-07-18)

Note: Version bump only for package @golevelup/nestjs-hasura

3.0.3 (2023-07-03)

Bug Fixes

  • hasura: fixed the order of metadata to match the exported one (#608) (3c3481a)

3.0.2 (2022-10-31)

Bug Fixes

3.0.1 (2022-07-28)

Note: Version bump only for package @golevelup/nestjs-hasura

3.0.0 (2022-07-16)

  • feat!(stripe, hasura): named execution contexts (132c6c5)

BREAKING CHANGES

  • Switches to using named contexts for stripe and hasura which might have an impact on how interceptors and other NestJS enhancers work with methods that are decorated with the corresponding library handlers

2.0.4 (2022-07-16)

Note: Version bump only for package @golevelup/nestjs-hasura

2.0.3 (2022-04-18)

Note: Version bump only for package @golevelup/nestjs-hasura

2.0.2 (2022-02-04)

Bug Fixes

  • logging: use Logger instead of ConsoleLogger (#388) (a0f2597), closes #351

2.0.1 (2022-02-01)

Note: Version bump only for package @golevelup/nestjs-hasura

2.0.0 (2022-01-24)

  • feat!: update libraries to support Nest 8 (#342) (de7cd35), closes #342

BREAKING CHANGES

  • Nest dependencies have been bumped from 6.x -> 8.x and we will no longer be supporting versions older than 8.x for future development

Co-authored-by: Christophe BLIN cblin@monkeyfactory.fr Co-authored-by: danocmx glencocomaster@centrum.cz Co-authored-by: Rodrigo monstawoodwow@gmail.com Co-authored-by: Jesse Carter jesse.r.carter@gmail.com

1.3.2 (2022-01-19)

Note: Version bump only for package @golevelup/nestjs-hasura

1.3.1 (2021-10-06)

Note: Version bump only for package @golevelup/nestjs-hasura

1.3.0 (2021-07-06)

Features

1.2.1 (2021-05-17)

Note: Version bump only for package @golevelup/nestjs-hasura

1.2.0 (2021-03-02)

Features

  • hasura: allow for custom decorators on controller (32802e6)

1.1.0 (2021-01-16)

Features

  • hasura: metadata output property ordering (9e15b1b), closes #219

1.0.0 (2020-12-21)

Features

  • hasura: managed event and cron triggers (92b74fa)

BREAKING CHANGES

  • hasura: new format for Hasura module configuration

0.6.0 (2020-09-02)

Features

  • hasura: scheduled event support (d677854), closes #175

0.5.0 (2020-06-10)

Features

  • hasura: add HasuraAction type (0b51c46)

0.4.0 (2020-05-24)

Bug Fixes

  • hasura: mismatch on variables (592b14e)

Features

  • hasura: enable event routing based on trigger name (877462c), closes #152

0.3.3 (2020-05-13)

Bug Fixes

  • stripe, hasura: forRootAsync dynamic controllers (c4d10bf), closes #148

0.3.1-rc.0 (2020-04-08)

Features

  • stripe: new stripe package (ffbcc86)

0.3.0 (2020-04-05)

Features

  • hasura: configurable controller prefix (15c085c), closes #129

0.2.1 (2020-04-04)

Note: Version bump only for package @golevelup/nestjs-hasura

0.2.0 (2020-03-28)

Features

  • common: injectable decorator factory (42b2f34), closes #120

0.1.0 (2020-03-27)

Features

0.0.2-rc.0 (2020-03-27)

Features

  • hasura: event handling service (a98ab7f), closes #116