Skip to content

Releases: nbfontana/ngx-currency

Migrate to Angular 17

11 Jan 18:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v17.0.0

Migrate to Angular 16

11 Jan 17:52
Compare
Choose a tag to compare

Improved:

  • Make a standalone directive and drop of the module
  • Renamed CurrencyMaskConfig to NgxCurrencyConfig
  • Renamed CurrencyMaskInputMode to NgxCurrencyInputMode
  • Renamed CURRENCY_MASK_CONFIG to NGX_CURRENCY_CONFIG
  • Renamed CurrencyMaskDirective to NgxCurrencyDirective
  • Now you can partially override the global configuration
  • Stronger project typing, drop of any
  • Changed project structure to build via Angular CLI
  • Updated README to use provideEnvironmentNgxCurrency instead of forRoot

Broke/lost:

  • Travis-CI
  • standard-version (it is outdated and I still don't know what to migrate it to)
  • scripts for publishing a new version
  • May be something else...

Closes #152, #153, #155, #167

3.0.0

30 Nov 23:16
Compare
Choose a tag to compare
v3.0.0

"chore(release): 3.0.0"

v2.0.0 - Angular 7 Support

13 May 12:23
48cccb4
Compare
Choose a tag to compare

Now the components should work in an environment like this:

Angular CLI: 7.3.3
Node: 10.15.3
OS: win32 x64
Angular: 7.2.7
... common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router

Thanks to duffbuster 🚀

v1.5.2

27 Mar 11:56
Compare
Choose a tag to compare
  • Allow null thousands separator

Upgrade

10 Sep 14:48
00e8f4f
Compare
Choose a tag to compare

Bug Fixes

  • backspace: Added functionality to move the cursor back when backspacing separators (d5b1273)
  • backspace: Added testing (900c67e)
  • backspace: Functionality for backspacing beginning number (edge case) (4e2128d)
  • lint (23b3d5d)

Features

  • suppsupportoer persian and arabic number (e3f0ff6)
  • support persian and arabic number (28f720a)

v1.2.0

06 Jun 23:10
Compare
Choose a tag to compare
  • Added property nullable to clear a value as null rather than 0
  • Removed useless tests

Enhancements

05 Jun 03:52
Compare
Choose a tag to compare
  • Removed peer-dependencies with fixed legacy
  • fix: delete value disregarding prefix