Skip to content

Releases: lukeed/rosetta

v1.1.0

29 Jun 21:28
Compare
Choose a tag to compare

Features

  • Add getter support for locale() method (#9): 74558c4
    Now locale() always returns the currently active lang code; including when no arguments are given.

  • Add table() method: 0ef7242
    Retrieve a language's full dictionary. Provides direct access to object for quick existence checks and/or mutation.

Chores

  • Update type declaration format (for CommonJS and ESM/TS support): 3135013
  • Update builder version: ebbae96
  • Update test runner: 679c88c
  • Update README badge for CI: 10e576b
  • Update module size (+7B): 97290d7

v1.0.1

29 Jun 21:24
Compare
Choose a tag to compare

Patches

  • (types): Replace unknown array type (#5)

Chores