Skip to content

Commit

Permalink
Stable Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t2ym committed Jun 27, 2016
1 parent 3aba8d6 commit 7bedb48
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Instant and Modular I18N for Polymer

<img src="https://raw.githubusercontent.com/wiki/t2ym/i18n-behavior/i18n-behavior.gif" width="768px">

## Stable Release 1.1.0

- XLIFF import/export support with [xliff-conv](https://github.com/t2ym/xliff-conv) converter
- Experimental [Polymer CLI pre-release 0.11.1](https://www.polymer-project.org/1.0/docs/tools/polymer-cli) support with [I18N task integration](https://github.com/t2ym/gulp-i18n-preprocess#integrate-with-polymer-cli-project-templates-highly-experimental), based on a private API
- [Selective I18N-target attribute](https://github.com/t2ym/i18n-behavior/issues/42) support via [`<i18n-attr-repo>` element](https://github.com/t2ym/i18n-behavior/issues/40)
- [Compound bindings](https://github.com/t2ym/i18n-behavior/issues/46) support for I18N-target attributes

## Stable Release 1.0.0

- Instant I18N by one line addition of `I18nBehavior`
Expand Down Expand Up @@ -216,6 +223,24 @@ without overheads of run-time traversal into the whole template.

## Changelogs

#### Stable Release 1.1.0

##### Modules

| Module | Packager | Version | Description |
|:--------------|:---------|:--------|:------------|
| [i18n-behavior](https://github.com/t2ym/i18n-behavior) | bower | [1.1.0](https://github.com/t2ym/i18n-behavior/releases/tag/1.1.0) | Run-time I18N handler |
| [i18n-format](https://github.com/t2ym/i18n-format) | bower | [1.0.0](https://github.com/t2ym/i18n-format/releases/tag/1.0.0) | I18N text formatter |
| [i18n-number](https://github.com/t2ym/i18n-number) | bower | [1.0.1](https://github.com/t2ym/i18n-number/releases/tag/1.0.1) | I18N number formatter |
| [gulp-i18n-preprocess](https://github.com/t2ym/gulp-i18n-preprocess) | npm | [1.1.0](https://github.com/t2ym/gulp-i18n-preprocess/releases/tag/1.1.0) | Build-time I18N preprocessor |
| [gulp-i18n-leverage](https://github.com/t2ym/gulp-i18n-leverage) | npm | [1.0.13](https://github.com/t2ym/gulp-i18n-leverage/releases/tag/1.0.13) | L10N JSON updater |
| [gulp-i18n-add-locales](https://github.com/t2ym/gulp-i18n-add-locales) | npm | [0.1.0](https://github.com/t2ym/gulp-i18n-add-locales/releases/tag/0.1.0) | L10N JSON placeholder generator |
| [xliff-conv](https://github.com/t2ym/xliff-conv) | npm/bower | [1.0.1](https://github.com/t2ym/xliff-conv/releases/tag/1.0.1) | XLIFF/JSON converter |

##### Highlights

* [Shown above](#stable-release-110)

#### Stable Release 1.0.0

##### Modules
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-behavior",
"version": "1.0.10",
"version": "1.1.0",
"authors": [
"Tetsuya Mori <[email protected]>"
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-behavior",
"version": "1.0.10",
"version": "1.1.0",
"description": "Instant and Modular I18N for Polymer",
"main": "i18n-behavior.html",
"directories": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"gulp-crisper": "^1.0.0",
"gulp-debug": "^2.1.2",
"gulp-i18n-leverage": "^1.0.0",
"gulp-i18n-preprocess": "^1.0.15",
"gulp-i18n-preprocess": "^1.1.0",
"gulp-if": "^2.0.0",
"gulp-minify-html": "^1.0.5",
"gulp-replace": "^0.5.4",
Expand Down

0 comments on commit 7bedb48

Please sign in to comment.