Skip to content

Latest commit

 

History

History
148 lines (72 loc) · 5.95 KB

CHANGELOG.md

File metadata and controls

148 lines (72 loc) · 5.95 KB

2.2.4 (2023-02-14)

Bug Fixes

2.2.3 (2022-05-11)

Bug Fixes

  • deps: update dependency ip to v1.1.8 (a39eb4c)

2.2.2 (2022-05-10)

Bug Fixes

  • deps: update dependency ip to v1.1.7 (ec046f5)

2.2.1 (2022-05-10)

Bug Fixes

  • deps: update dependency ip to v1.1.6 (8657bbd)

2.2.0 (2021-10-18)

Features

2.1.0 (2021-09-16)

Features

  • Add request to UnleashContext (90b7966)

2.0.0 (2021-07-31)

Bug Fixes

  • upgrade NestJS to major version 8 (d4a99a0)

BREAKING CHANGES

  • The peer dependencies of NestJS and rxjs have been increased to the next major version. To use the new nestjs-unleash version, your project must be updated to NestJS 8 and rxjs 7.

1.4.5 (2021-07-31)

Bug Fixes

  • last release contained breaking changes (ef8c9ac)

1.4.3 (2021-07-25)

Bug Fixes

  • export ToggleRepository (612ceb9)

1.4.2 (2021-05-22)

Bug Fixes

1.4.1 (2021-05-15)

Bug Fixes

1.4.0 (2021-03-02)

Features

1.3.0 (2021-03-02)

Features

  • make initial registration deactivatable (#61) (2b7f095)

1.2.0 (2020-12-26)

Features

  • support custom HTTP config/headers (20f3996)
  • warn if a toggle is stale (28417e8)

1.1.1 (2020-12-21)

Bug Fixes

1.1.0 (2020-12-07)

Features

1.0.4 (2020-12-07)

Bug Fixes

  • register-client: do not log line breaks (b638602)
  • unleash-client: baseUrl in log was always undefined (5faf9b7)

1.0.3 (2020-12-05)

Bug Fixes

1.0.2 (2020-12-03)

Bug Fixes

  • add missing provider declaration (c32b13d)

1.0.1 (2020-12-03)

Bug Fixes

  • enable GradualRolloutUserIdStrategy and GradualRolloutSessionIdStrategy (afb355a)
  • ignore invalid CIDRs (44e1f71)

1.0.0 (2020-12-02)

Bug Fixes

  • do not inject scoped service into updater (b28f6ba)

Features