Releases: Spittal/vue-i18n-extract
Releases · Spittal/vue-i18n-extract
v2.0.7
Thanks to all the contributors for this release! You folks are wonderful!
Features
Fixes
- Fixed an issue with glob file matching on Windows. #166 Thanks kleinfreund!
- Fixed an issue with false positive on
v-t
directives. #168 Thanks kleinfreund! - Renamed
excludedKeys
toexclude
in the config file, to match the CLI. #167 Thanks kleinfreund!
v2.0.6
v2.0.5
Features
- Method matching now matches any whitespace. 8ccb237 Thanks @JamesBoon
- Added
exclude
option #153 - Added support for translations methods inside template literal 618d6c9
- Added support for
Translation
components defined withh
in code f17ff70 - Added
v-t.preserve
support fixing #151 37a633b
Fixes
#158 Thanks @JamesBoon
#139