Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Releases: mazipan/vue-currency-filter

Multiple Instance

25 Mar 05:50
Compare
Choose a tag to compare
  • Adding new configs name for multiple instance of filters, see pulls #45

Add Nuxt Module

12 Mar 09:43
Compare
Choose a tag to compare

Now we can use VueCurrencyFilter as Nuxt Module like this:

{
  modules: [
    'vue-currency-filter/nuxt'
  ]
}

Thanks to @ricardogobbosouza at #36

Scoping configuration

05 Jan 04:28
Compare
Choose a tag to compare

Fix using seperator space

30 Nov 02:59
Compare
Choose a tag to compare

As issue #9, we fixed when using separator space

Bug fixes and improve

21 Nov 03:05
Compare
Choose a tag to compare
  • improve #8 change symbol default to empty string
  • fix #7 cannot set thousand separator with empty string

[bugfix] fix symbolSpacing not working

08 Nov 02:45
Compare
Choose a tag to compare

#6 fix symbolSpacing not working

Bug fixes

17 Oct 05:49
Compare
Choose a tag to compare

Bug fixes for :

  • #2 fix negative value
  • #3 fix not responding browser

Add on the fly config

19 Sep 05:34
Compare
Choose a tag to compare

Now you can add on the fly config in filter like :

<span>
{{ textInput | currency(configSymbol, configSeparator, configFractionCount, 
configFractionSeparator, configSymbolPosition, configSymbolSpacing)}}
</span>			

Bug fixes

11 Sep 02:21
Compare
Choose a tag to compare
  • Fix when i dont pass options to Vue.use it gives me an error.
    Thanks for commit from @AlexanderZon (3edcb5e)