Skip to content

Releases: toonvanstrijp/nestjs-i18n

v10.4.0

01 Dec 14:28
c3063dc

Choose a tag to compare

What's Changed

  • feat: add compatibility with @golevelup/rabbitmq by @lucas-gregoire in #595
  • fix: I18nContext.current() undefined when using additional interceptors by @lucas-gregoire in #594
  • move error log to only show if key for default value is missing by @henrikhertler in #598
  • chores: version update by @rubiin in #599

New Contributors

Full Changelog: v10.3.7...v10.4.0

v10.3.7

25 Oct 08:38
a861a2f

Choose a tag to compare

What's Changed

  • fix: remove chalk as its barely used by @rubiin in #576
  • Update package.json by @rubiin in #577
  • build(deps-dev): bump postcss from 8.4.30 to 8.4.31 by @dependabot in #578
  • feat: add bumpp for release by @rubiin in #580
  • build(deps-dev): bump @babel/traverse from 7.22.20 to 7.23.2 by @dependabot in #584
  • build(deps-dev): bump @babel/traverse from 7.22.5 to 7.23.2 in /samples/simple by @dependabot in #585
  • Update tsconfig.json to use lf by @rubiin in #588
  • Get platform independent line style by @tkalmar in #589
  • build(deps-dev): bump @babel/traverse from 7.22.5 to 7.23.2 in /samples/dto-validation by @dependabot in #586
  • feat: update package.json release script by @rubiin in #591
  • chore: version bump by @rubiin in #592

New Contributors

Full Changelog: v10.3.5...v10.3.7

v10.3.5

21 Sep 03:56
d7d98b5

Choose a tag to compare

What's Changed

  • doc: add nested translation faq by @rubiin in #567
  • fix: update docusaurus and remove uneeded packages by @rubiin in #569
  • fix: update eslint and eslint command by @rubiin in #570
  • docs: add api doc with typedoc by @rubiin in #571
  • fix: reroll i18nValidationErrorFactory implementation by @rubiin in #572
  • chore: version bump by @rubiin in #573

Full Changelog: v10.3.4...v10.3.5

v10.3.4

19 Sep 11:09
07b6074

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

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

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

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

Choose a tag to compare

Fixes

V10.2.5

09 Jan 14:55

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

Choose a tag to compare

New features:

  • Locale region fallback support #429 (thanks @buddh4 👍🏻 )
  • Add I18nValidationPipe
  • Smaller published package thanks @rubiin