Skip to content

Latest commit

 

History

History
94 lines (49 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

94 lines (49 loc) · 1.51 KB

Changelogg

0.2.10

Patch Changes

  • 1185b40: Update to support i18next v24

0.2.9

Patch Changes

  • 62e9ba6: Resolve Vite production issues by replacing require statement with import

0.2.8

Patch Changes

  • cf07b33: Don't break objects when inserting key prop
  • cf07b33: Only format count/ordinal as number if they are one

0.2.7

Patch Changes

  • 197a10a: Only format count/ordinal as number if they are one

0.2.6

Patch Changes

  • a46504b: Interpolation when returnObjects:true

0.2.5

Patch Changes

  • f5326a4: Supports formatting of count and ordinal values as numbers
  • 00a310d: Allows null and undefined key behaviour to match i18next

0.2.4

Patch Changes

  • 75ba1dc: Allow t() to accept returnObjects: true

0.2.3

Patch Changes

  • b4637b5: Revert update to repository field in package.json

0.2.2

Patch Changes

  • cc93dce: Update repository field in package.config to resolve issues with DependaBot in consuming repositories.

0.2.1

Patch Changes

  • e2d24a5: Fixes main field in package.json for TypeScript and bundlers
  • 3a0b1eb: Add support for typescript declaration

0.2.0

Minor Changes

  • 3d725cb: Support t() with components passed as interpolation variables

0.1.1

Patch Changes

  • cd45cc5: Update readme

0.1.0

Minor Changes

  • d1936ee: Add support for single mustache format

0.0.4

Patch Changes

  • 0229cb4: Support namespaces in translation resources

0.0.2

Patch Changes

  • 8d16c29: Add the build system