n2words

Convert numerical numbers to written numbers, in 25+ languages.

MIT License

Downloads
12.9K
Stars
86
Committers
13
n2words - v1.21.0 Latest Release

Published by TylerVigario 4 months ago

What's Changed

Full Changelog: https://github.com/forzagreen/n2words/compare/v1.20.0...v1.21.0

n2words - v1.20.0

Published by forzagreen 7 months ago

What's Changed

Full Changelog: https://github.com/forzagreen/n2words/compare/v1.19.1...v1.20.0

n2words - v1.19.1

Published by TylerVigario 8 months ago

What's Changed

Full Changelog: https://github.com/forzagreen/n2words/compare/v1.19.0...v1.19.1

n2words - v1.19.0

Published by TylerVigario 9 months ago

What's Changed

Full Changelog: https://github.com/forzagreen/n2words/compare/v1.18.0...v1.19.0

n2words - v1.18.0

Published by forzagreen about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/forzagreen/n2words/compare/v1.17.0...v1.18.0

n2words - v1.17.0

Published by forzagreen about 1 year ago

What's Changed

Full Changelog: https://github.com/forzagreen/n2words/compare/v1.16.4...v1.17.0

n2words - v1.16.4

Published by TylerVigario over 1 year ago

What's Changed

Full Changelog: https://github.com/forzagreen/n2words/compare/v1.16.3...v1.16.4

n2words - v1.16.3

Published by TylerVigario over 1 year ago

What's Changed

Full Changelog: https://github.com/forzagreen/n2words/compare/v1.16.2...v1.16.3

n2words - v1.16.2

Published by TylerVigario over 1 year ago

Breaking Change

This PR converts the filenames for i18n to lowercase to match ISO 639-1. This follows our standard for lang and reduces confusion about casing. It only affects users who import language files individually.

Before

import n2words from 'n2words/i18n/EN.js'

After

import n2words from 'n2words/i18n/en.js'

What's Changed

Full Changelog: https://github.com/forzagreen/n2words/compare/v1.16.1...v1.16.2

n2words - v1.16.1

Published by TylerVigario over 1 year ago

Correctly include dist/ folder in NPM release.

n2words - v1.16.0

Published by TylerVigario over 1 year ago

Breaking Change

CommonJS users will need to use Dynamic Import

Previously allowed

require('n2words')

Required after update

import('n2words').then(n2words => {
  //
})

Highlights

Full Changelog: https://github.com/forzagreen/n2words/compare/v1.15.0...v1.16.0

n2words - v1.15.0

Published by TylerVigario over 1 year ago

What's Changed

Full Changelog: https://github.com/forzagreen/n2words/compare/v1.14.0...v1.15.0

n2words - v1.14.0

Published by forzagreen over 1 year ago

What's Changed

Full Changelog: https://github.com/forzagreen/n2words/compare/v1.13.0...v1.14.0

n2words - v1.13.0

Published by forzagreen over 1 year ago

  • New language: az Azerbaijani #77, @forzagreen
  • Simplify code for Turkish (tr) #76 #46, @forzagreen
n2words - v1.12.2

Published by forzagreen over 1 year ago

n2words - v1.12.1

Published by forzagreen almost 2 years ago

  • Fix Czech hundreds #70 #71. Thanks to @matej-oliva !
  • Update dev dependencies #73, @forzagreen
n2words - v1.12.0

Published by forzagreen about 2 years ago

  • New language: vi Vietnamese #69, @forzagreen
  • Bump dev dependencies #68. Thanks to @TylerVigario !
n2words - v1.11.1

Published by forzagreen over 2 years ago

  • Improve README #67 #66. Thanks to @TylerVigario !
  • Update dev dependencies (Webpack, ESLint...) #65. Thanks to @TylerVigario !
n2words - v1.11.0

Published by forzagreen almost 3 years ago

  • New language: hr Croatian #61. Thanks to @lagavuliner !
  • Fixed translations for Serbian #60 #61. Thanks to @lagavuliner !
n2words - v1.10.1

Published by forzagreen almost 3 years ago

[1.10.1] - 2021-10-31

Fixed

  • Correct translation of number 18 for NL.mjs #59. Thanks to @K4CZP3R !
  • Update dev dependencies.
Package Rankings
Top 3.61% on Npmjs.org
Top 7.4% on Proxy.golang.org
Badges
Extracted from project README
Test Coverage Status npm npm jsDelivr
Related Projects