Releases: rorteg/nestjs-feature-toggle
Releases · rorteg/nestjs-feature-toggle
Release 2.1.1
v2.1.0
What's Changed
- chore: update dependencies by @renatops1991 in #27
- Revert "chore: update dependencies" by @ran-j in #28
- chore: update dependencies and nestjs support by @renatops1991 in #29
- chore: update release to 2.1.0 by @renatops1991 in #30
New Contributors
- @renatops1991 made their first contribution in #27
Full Changelog: v2.0.1...v2.1.0
Release 2.0.1
- build(deps): fix dependency version incompatibility (67a43b3)
- Merge pull request #23 from rorteg/dependabot/npm_and_yarn/minimist-1.2.6 (6c08510)
- Merge pull request #25 from rorteg/dependabot/npm_and_yarn/parse-path-and-release-it-7.0.0 (838b245)
- build(deps): bump parse-path and release-it (f65715e)
- build(deps): fix dependabot incorrect comparation in axios (97493e5)
- Merge pull request #24 from rorteg/dependabot/npm_and_yarn/shelljs-and-release-it-0.8.5 (7e4058a)
- build(deps): bump shelljs and release-it (db70a1a)
- build(deps): bump minimist from 1.2.5 to 1.2.6 (68f879e)
- Merge pull request #19 from rorteg/dependabot/npm_and_yarn/semantic-release-19.0.3 (292bdb1)
- build(deps-dev): bump semantic-release from 17.4.7 to 19.0.3 (053b836)
What's Changed
- build(deps-dev): bump semantic-release from 17.4.7 to 19.0.3 by @dependabot in #19
- build(deps): bump shelljs and release-it by @dependabot in #24
- build(deps): bump parse-path and release-it by @dependabot in #25
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #23
Full Changelog: v2.0.0...v2.0.1
Update to NestJS 8
Features
- nestjs-update: maintain compatibility with NestJS version 8 (4662495)
Reverts
- nestjs-update: reverting the previous commit to redo it with the commit patterns (33a1caf)
BREAKING CHANGES
- nestjs-update: https://github.com/nestjs/nest/releases/tag/v8.0.0
v1.1.0
v1.0.0
1.0.0 (2021-09-06)
Bug Fixes
- fix interceptor dependency failure (17d1fcc)
Features
- add codecov coverate (d7871a8)
- add codecov coverate (7fdfc6c)
- add codecov coverate (4d44d96)
- added an interceptor for HTTP requests (2a04467)
- added context to isFeatureEnabled (1abb503)
- middleware added (7ed9602)
- possibility to configure the keyword to be searched in the HTTP request header (04f2cd6)
- run coverage in github actions (6ca704b)
- run tests in Github Actions (59a9660)
- separate test actions (3794993)
- setting to disable http request to gain performance (5965806)
Performance Improvements
- remove unnecessary log instantiation (885b0a0)
Release 1.0.26
Release 1.0.25
- docs: test coverage badge (c00fb39)
- docs: test coverage badge (d289183)
- Merge remote-tracking branch 'origin/master' (6904372)
- docs: test coverage badge (e856e95)
- Merge pull request #2 from rorteg/feature/github-actions (aa3ba49)
- feat: add codecov coverate (d7871a8)
- Merge pull request #1 from rorteg/feature/github-actions (89abf86)
- feat: add codecov coverate (7fdfc6c)
- feat: add codecov coverate (4d44d96)
- feat: separate test actions (3794993)
- feat: run coverage in github actions (6ca704b)
- feat: run tests in Github Actions (59a9660)
- Update issue templates (db8ed1e)
- Create CODE_OF_CONDUCT.md (b24459d)
- Create LICENSE (af15f44)
- Create codeql-analysis.yml (c812815)
- chore: version update (7b0f131)
- docs: readme created (3b55279)
Release 1.0.22
- docs: readme created (3b55279)
- fix: fix interceptor dependency failure (17d1fcc)
- refactor: add test to interceptor (54ee352)
- refactor: removed unnecessary middleware (7902418)
- refactor: changed folder structure to default Core API (474ef3d)
- refactor: changed configuration name to enable httpRequestContext (7cd0dbb)
Release 1.0.16
- refactor: changed configuration name to enable httpRequestContext (7cd0dbb)