Releases: toonvanstrijp/nestjs-i18n
Releases ยท toonvanstrijp/nestjs-i18n
v10.3.4
v10.3.2
v10.3.1
What's Changed
- fix: add keywords and version bump by @rubiin in #544
- expose missing error data by @lukadriel7 in #532
- fix: match i18nValidationErrorFactory signature with nestjs errorFactory by @rubiin in #549
- Update package.json by @rubiin in #550
New Contributors
- @lukadriel7 made their first contribution in #532
Full Changelog: v10.3.0...v10.3.1
v10.3.0
What's Changed
- Update ejs.md by @rubiin in #451
- doc: remove unneeded import by @rubiin in #450
- fix: typo in warning message by @mwenko in #456
- fix: match pug language by @cryoutsolutions in #467
- docs: add issue template by @rubiin in #502
- fix: add example for forRootAsync by @rubiin in #504
- Update link in docs by @hyzyla in #496
- chores: add sample folder for common examples by @rubiin in #505
- chores: add sample folder for common examples by @rubiin in #506
- Update app.service.ts by @rubiin in #509
- fix: add examples by @rubiin in #511
- fix: add support for _ falllbacks by @rubiin in #512
- fix: add error handler for i18n file parsing by @rubiin in #513
- fix: examples and usage guide by @rubiin in #515
- Bump webpack from 5.75.0 to 5.76.1 by @dependabot in #478
- Bump @sideway/formula from 3.0.0 to 3.0.1 by @dependabot in #466
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #461
- Bump ua-parser-js from 0.7.32 to 0.7.33 by @dependabot in #454
- Bump cookiejar from 2.1.3 to 2.1.4 by @dependabot in #452
- Added errorHttpStatusCode to the I18nException by @Tow96 in #519
- build(deps-dev): bump @grpc/grpc-js from 1.8.0 to 1.8.8 by @dependabot in #521
- build(deps): bump protobufjs from 7.1.2 to 7.2.4 by @dependabot in #522
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #523
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /samples/simple by @dependabot in #524
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /samples/dto-validation by @dependabot in #525
- Update quick-start.mdx by @rubiin in #533
- fix: add a note to add generated file to eslintignore by @rubiin in #534
- Update test-docs.yaml by @rubiin in #536
- fix: docs and tsconfig updates by @rubiin in #537
- Update quick-start.mdx by @rubiin in #538
- doc: Update quick-start.mdx by @rubiin in #539
- fix: add barrel files and sort imports by @rubiin in #541
New Contributors
- @mwenko made their first contribution in #456
- @cryoutsolutions made their first contribution in #467
- @hyzyla made their first contribution in #496
- @Tow96 made their first contribution in #519
Full Changelog: V10.2.6...v10.3.0
V10.2.6
Fixes
- fix maximum call stack #447 (thanks @caioliberali ๐๐ป )
V10.2.5
Fixes
- #443 dynamically load typescript ๐ฎ
- #444 add
errorHttpStatusCode
to error options (thanks @jansedlon ๐จ )
V10.2.0
V10.1.0
New features
- Type safety support is finally here! click here ๐
V10.0.0
New features
includeSubfolders
option added (thanks @SchroederSteffen ๐๐ป) #411- Add
async_hooks
which allows for better usage within services! ๐ (docs will be updated soon), see the breaking changes for how to migrate.
V9.2.3
Bug fixes
- Fix middleware in combination with graphql