Skip to content

Releases: toonvanstrijp/nestjs-i18n

v10.3.4

19 Sep 11:09
07b6074
Compare
Choose a tag to compare

What's Changed

  • doc: add faq section by @rubiin in #562
  • feat: use custom i18n error by @rubiin in #563
  • feat: add i18ntranslation type and import fixes by @rubiin in #565
  • Fixes module not found for typescript

Full Changelog: v10.3.2...v10.3.4

v10.3.2

14 Sep 09:07
b79b0f6
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump apollo-server-core from 3.11.1 to 3.12.1 by @dependabot in #553
  • feat: option to throw on translation missing by @rubiin in #558
  • chore: bump version by @rubiin in #559

Full Changelog: v10.3.1...v10.3.2

v10.3.1

24 Aug 10:02
7e23170
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.3.0...v10.3.1

v10.3.0

21 Aug 04:48
1f2f22e
Compare
Choose a tag to compare

What's Changed

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

14 Jan 12:28
Compare
Choose a tag to compare

Fixes

V10.2.5

09 Jan 14:55
Compare
Choose a tag to compare

Fixes

  • #443 dynamically load typescript ๐ŸŒฎ
  • #444 add errorHttpStatusCode to error options (thanks @jansedlon ๐Ÿจ )

V10.2.0

21 Dec 16:30
9ae118d
Compare
Choose a tag to compare

New features:

  • Locale region fallback support #429 (thanks @buddh4 ๐Ÿ‘๐Ÿป )
  • Add I18nValidationPipe
  • Smaller published package thanks @rubiin

V10.1.0

15 Dec 18:50
58b7330
Compare
Choose a tag to compare

New features

  • Type safety support is finally here! click here ๐ŸŽ‰

V10.0.0

12 Dec 19:16
aff00cc
Compare
Choose a tag to compare

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

01 Dec 15:20
Compare
Choose a tag to compare

Bug fixes

  • Fix middleware in combination with graphql