Releases: venokjs/venok
Releases · venokjs/venok
v2.1.0
What's Changed
- refactor(core): Update Venok proxy by @shiz-ceo in #260
- Release v2.0.1 by @shiz-ceo in #265
- feat: Create websocket package by @shiz-ceo in #267
- chore: Remove express platform from main repository by @shiz-ceo in #269
- feat(http): Create
HttpArgumentsHostby @shiz-ceo in #270 - chore: Rename utils to helpers by @shiz-ceo in #271
- Release v2.1.0 by @shiz-ceo in #272
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
- ci: Create automated publising canary (next) versions by @shiz-ceo in #261
- fix(core)!: Use correct conditional types for module decorator option… by @shiz-ceo in #262
- fix(core)!: Fix condition for retrieve if param decorator has param data by @shiz-ceo in #263
- feat: CI/CD by @shiz-ceo in #264
Full Changelog: v2.0.0...v2.0.1
Release v2.0.0
What's Changed
- feat(core): Now context proxy can handle observables by @shiz-ceo in #95
- chore(deps-dev): Bump @types/cors from 2.8.14 to 2.8.15 by @dependabot[bot] in #83
- chore(deps-dev): Bump @types/sinon from 10.0.17 to 10.0.19 by @dependabot[bot] in #84
- chore(deps-dev): Bump @types/chai from 4.3.8 to 4.3.9 by @dependabot[bot] in #85
- chore(deps-dev): Bump @types/http-errors from 2.0.2 to 2.0.3 by @dependabot[bot] in #89
- chore(deps-dev): Bump @types/chai-as-promised from 7.1.6 to 7.1.7 by @dependabot[bot] in #86
- chore(deps-dev): Bump @types/node from 20.8.6 to 20.8.7 by @dependabot[bot] in #88
- feat(core): Now we can create decorators with additional metadata by @shiz-ceo in #107
- chore(deps-dev): Bump @types/multer from 1.4.8 to 1.4.9 by @dependabot[bot] in #91
- chore(deps-dev): Bump @types/eventsource from 1.1.12 to 1.1.14 by @dependabot[bot] in #97
- chore(deps-dev): Bump eslint from 8.51.0 to 8.52.0 by @dependabot[bot] in #98
- chore(deps): Bump actions/setup-node from 3 to 4 by @dependabot[bot] in #100
- chore(deps-dev): Bump @types/jest from 29.5.5 to 29.5.7 by @dependabot[bot] in #105
- chore(deps-dev): Bump @types/express from 4.17.19 to 4.17.20 by @dependabot[bot] in #92
- chore(deps-dev): Bump eslint-plugin-sonarjs from 0.21.0 to 0.23.0 by @dependabot[bot] in #110
- chore(deps-dev): Bump @typescript-eslint/parser from 6.8.0 to 6.9.1 by @dependabot[bot] in #103
- chore(deps-dev): Bump @types/node from 20.8.7 to 20.8.10 by @dependabot[bot] in #106
- chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.1 by @dependabot[bot] in #104
- chore(deps-dev): Bump sinon and @types/sinon by @dependabot[bot] in #111
- refactor(http): Move http from packages/http to network/http by @shiz-ceo in #112
- fix(core): Fix decorators created by Reflector by @shiz-ceo in #113
- refactor(http): Create decorators by Reflector by @shiz-ceo in #114
- chore(deps-dev): Bump eslint from 8.52.0 to 8.53.0 by @dependabot[bot] in #115
- chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.10.0 by @dependabot[bot] in #116
- chore(deps-dev): Bump @types/cors from 2.8.15 to 2.8.16 by @dependabot[bot] in #117
- chore(deps-dev): Bump @types/chai-as-promised from 7.1.7 to 7.1.8 by @dependabot[bot] in #119
- chore(deps-dev): Bump @types/eventsource from 1.1.14 to 1.1.15 by @dependabot[bot] in #122
- chore(deps-dev): Bump @typescript-eslint/parser from 6.9.1 to 6.10.0 by @dependabot[bot] in #118
- chore(deps-dev): Bump @types/multer from 1.4.9 to 1.4.10 by @dependabot[bot] in #121
- chore(deps-dev): Bump @types/http-errors from 2.0.3 to 2.0.4 by @dependabot[bot] in #124
- chore(deps-dev): Bump @types/node from 20.8.10 to 20.9.0 by @dependabot[bot] in #120
- chore(deps-dev): Bump @types/express from 4.17.20 to 4.17.21 by @dependabot[bot] in #123
- feat(integration): Create integration package by @shiz-ceo in #142
- feat: Create draft http network package, update core & integration by @shiz-ceo in #200
- feat(core): New pipes behavior by @shiz-ceo in #205
- chore(deps-dev): Bump @types/multer from 1.4.10 to 1.4.11 by @dependabot[bot] in #136
- chore(deps-dev): Bump @types/jest from 29.5.7 to 29.5.12 by @dependabot[bot] in #194
- chore(deps-dev): Bump @typescript-eslint/parser from 6.10.0 to 6.21.0 by @dependabot[bot] in #197
- chore(deps-dev): Bump @types/node from 20.9.0 to 20.14.10 by @dependabot[bot] in #201
- chore(deps-dev): Bump eslint from 8.53.0 to 8.57.0 by @dependabot[bot] in #204
- chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.21.0 by @dependabot[bot] in #198
- chore(deps-dev): Bump prettier from 3.0.3 to 3.3.2 by @dependabot[bot] in #202
- chore(deps-dev): Bump typescript from 5.2.2 to 5.5.3 by @dependabot[bot] in #203
- feat: Use bun and fix import paths and types by @shiz-ceo in #235
- Updates from nestjs by @shiz-ceo in #236
- chore: Refactor pre v2 by @shiz-ceo in #247
- feat: Create test's for @venok/core by @shiz-ceo in #248
- feat: Create test's for integration by @shiz-ceo in #249
- Nestjs compability by @shiz-ceo in #250
- Http v2 by @shiz-ceo in #256
- feat(core): Add flexibility at Module decorator by @shiz-ceo in #257
- chore: v2 release by @shiz-ceo in #258
- Release v2 by @shiz-ceo in #259
Full Changelog: v1.1.0...v2.0.0
Release v1.1.0
Release v1.1.0 (2023-10-17)
Refactors
Bug fixes
core,http,expressexpress
Features
- Other
express
Dependencies
- #76 chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.8.0 (@dependabot[bot])
- #72 chore(deps-dev): Bump chai and @types/chai (@dependabot[bot])
- #75 chore(deps-dev): Bump @typescript-eslint/parser from 6.7.3 to 6.8.0 (@dependabot[bot])
- #73 chore(deps-dev): Bump @types/node from 20.7.0 to 20.8.6 (@dependabot[bot])
- #69 chore(deps-dev): Bump eslint-plugin-prettier from 5.0.0 to 5.0.1 (@dependabot[bot])
- #64 chore(deps-dev): Bump eslint from 8.50.0 to 8.51.0 (@dependabot[bot])
- #63 chore(deps-dev): Bump sinon from 16.0.0 to 16.1.0 (@dependabot[bot])