@kazupon/vue-i18n-loader
Version:
vue-i18n loader for custom blocks
84 lines (36 loc) • 2.91 kB
Markdown
<a name="0.5.0"></a>
# [0.5.0](https://github.com/kazupon/vue-i18n-loader/compare/v0.4.1...v0.5.0) (2020-01-04)
### :boom: Breaking changes
* deprecated node.js 8.x ([9680b46](https://github.com/kazupon/vue-i18n-loader/commit/9680b46))
<a name="0.4.1"></a>
## [0.4.1](https://github.com/kazupon/vue-i18n-loader/compare/v0.3.0...v0.4.1) (2019-07-31)
### :bug: Bug Fixes
* fix dist file ([98c4b7d](https://github.com/kazupon/vue-i18n-loader/commit/98c4b7d))
### :star: New Features
* support lang attribute ([36c62a5](https://github.com/kazupon/vue-i18n-loader/commit/36c62a5)), closes [#52](https://github.com/kazupon/vue-i18n-loader/issues/52)
* support locale attr for i18n custom blocks ([be2bcc2](https://github.com/kazupon/vue-i18n-loader/commit/be2bcc2)), closes [#11](https://github.com/kazupon/vue-i18n-loader/issues/11)
<a name="0.4.0"></a>
# [0.4.0](https://github.com/kazupon/vue-i18n-loader/compare/v0.3.0...v0.4.0) (2019-07-22)
### :star: New Features
* support lang attribute ([36c62a5](https://github.com/kazupon/vue-i18n-loader/commit/36c62a5)), closes [#52](https://github.com/kazupon/vue-i18n-loader/issues/52)
* support locale attr for i18n custom blocks ([be2bcc2](https://github.com/kazupon/vue-i18n-loader/commit/be2bcc2)), closes [#11](https://github.com/kazupon/vue-i18n-loader/issues/11)
<a name="0.3.0"></a>
# [0.3.0](https://github.com/kazupon/vue-i18n-loader/compare/v0.2.1...v0.3.0) (2018-03-04)
### :star: New Features
* added hmr ([#14](https://github.com/kazupon/vue-i18n-loader/issues/14), closes [#7](https://github.com/kazupon/vue-i18n-loader/issues/7)) by [@StephanGerbeth](https://github.com/StephanGerbeth) ([c04964c](https://github.com/kazupon/vue-i18n-loader/commit/c04964c)), closes [#7](https://github.com/kazupon/vue-i18n-loader/issues/7)
<a name="0.2.1"></a>
## [0.2.1](https://github.com/kazupon/vue-i18n-loader/compare/v0.2.0...v0.2.1) (2017-08-25)
### :zap: Improvements
* To support double quote, tab, newline characters in value ([#8](https://github.com/kazupon/vue-i18n-loader/issues/8)) by [@cslee](https://github.com/cslee) ([5d51ad0](https://github.com/kazupon/vue-i18n-loader/commit/5d51ad0))
<a name="0.2.0"></a>
# [0.2.0](https://github.com/kazupon/vue-i18n-loader/compare/v0.1.1...v0.2.0) (2017-07-30)
### :zap: Improvements
* support multiple custom blocks ([5936913](https://github.com/kazupon/vue-i18n-loader/commit/5936913))
<a name="0.1.1"></a>
## [0.1.1](https://github.com/kazupon/vue-i18n-loader/compare/v0.1.0...v0.1.1) (2017-04-08)
### :bug: Bug Fixes
* fixed using single quotes ([#1](https://github.com/kazupon/vue-i18n-loader/issues/1)) by [@Neopren](https://github.com/Neopren) ([1911f64](https://github.com/kazupon/vue-i18n-loader/commit/1911f64)), closes [#1](https://github.com/kazupon/vue-i18n-loader/issues/1)
<a name="0.1.0"></a>
# 0.1.0 (2017-03-29)
### :hatched_chick:
* First Release