Skip to content

Commit f89813b

Browse files
committed
docs: update change log
1 parent dff3e25 commit f89813b

File tree

2 files changed

+30
-53
lines changed

2 files changed

+30
-53
lines changed

CHANGELOG.md

Lines changed: 29 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -4,87 +4,64 @@ All notable changes to this project will be documented in this file. See [standa
44

55
## [1.0.0](https://github.com/antfu/vue-i18n-ally/compare/v0.99.3...v1.0.0) (2019-11-22)
66

7+
![](https://github.com/antfu/i18n-ally/blob/master/screenshots/migration.v1.png?raw=true)
78

8-
### 📚 Documentations
9+
This extension is now come to v1.x stage! From v1.x, we make it not limited to support Vue but other frameworks such as React.js, Angular and more all in one extension!
910

10-
* update document ([d7c0a7b](https://github.com/antfu/vue-i18n-ally/commit/d7c0a7b))
11-
* update documents ([d7987ad](https://github.com/antfu/vue-i18n-ally/commit/d7987ad))
1211

12+
## Migration from `Vue i18n Ally` (v0.x)
1313

14+
There is not to much works to be done for this migration.
1415

15-
### [0.99.3](https://github.com/antfu/vue-i18n-ally/compare/v0.99.2...v0.99.3) (2019-11-22)
16+
1. Install the new `i18n Ally` from [the marketplace](https://marketplace.visualstudio.com/items?itemName=antfu.i18n-ally)
17+
2. Uninstall the old `Vue i18n Ally`.
18+
3. You are done. 🎉
1619

20+
Configurations are backward compatible. And all the features for Vue will work as it would do.
1721

18-
### 📚 Documentations
22+
## New Features
1923

20-
* add issue templates ([#113](https://github.com/antfu/vue-i18n-ally/issues/113)) ([7ff9195](https://github.com/antfu/vue-i18n-ally/commit/7ff91956c2b6be7de5f697252a39ff9b2f987dc0))
21-
* update docs ([714a90a](https://github.com/antfu/vue-i18n-ally/commit/714a90a1d1992319d5208325c8b46884a34c96e9))
24+
- Support for Vue, React, Angular, i18next, VSCode extension and more. Check the <a href="https://github.com/antfu/i18n-ally#-supported-frameworks" target="__blank">Supported Frameworks List</a>
25+
- Automatically detect what frameworks are using by reading `package.json`
2226

27+
## Breaking Changes
2328

24-
### 🐞 Bug Fixes
29+
- Extension and Repo are renamed to `i18n-ally`
30+
- Conguires namespace is renamed to `i18n-ally` with legacy `vue-i18n-ally` backward compatibility.
31+
- Config `forceEnabled` is deprecated, use `enabledFrameworks` instead.
32+
- Config `experimental.sfc` is deprecated. It will enabled automatically when you need it.
2533

26-
* key priority on sfc ([3a4076b](https://github.com/antfu/vue-i18n-ally/commit/3a4076bfd1ea0fb904e8800f4e4d030f8523fd22))
27-
* trigger of completion ([84ca8e6](https://github.com/antfu/vue-i18n-ally/commit/84ca8e62242217bdae47fdede850263eb7f24cfd))
34+
## Changes
2835

29-
### [0.99.2](https://github.com/antfu/vue-i18n-ally/compare/v0.99.1...v0.99.2) (2019-11-22)
36+
- New Logo
37+
- Updated documents
38+
- `Vue i18n Ally` will disable itself when `i18n Ally` is installed.
39+
- `i18n Ally` comes to master branch and `Vue i18n Ally` is moved to branch [`v0.x`](https://github.com/antfu/i18n-ally/tree/v0.x)
3040

3141

32-
### 📚 Documentations
33-
34-
* update README ([b2eea53](https://github.com/antfu/vue-i18n-ally/commit/b2eea53da684615ee8a666bbb2135adecb42a3f4))
35-
* update README ([24985e8](https://github.com/antfu/vue-i18n-ally/commit/24985e8ab172a79f748bc4deff39299a9b8e9cc7))
42+
-----
3643

44+
## Commits
3745

3846
### ⚡ Features
3947

4048
* support for i18n-tag ([fb37acb](https://github.com/antfu/vue-i18n-ally/commit/fb37acb7e7f1a3c08436d2edc9fbef6df065f0ba))
4149
* **vscode:** support annonation in package.json ([0e4086b](https://github.com/antfu/vue-i18n-ally/commit/0e4086ba639e5e35228371a32b15d3893289ed59))
42-
43-
44-
### 🔮 Refactor
45-
46-
* framework class ([aeda41c](https://github.com/antfu/vue-i18n-ally/commit/aeda41c9c61d300e84617ad2b2a2df3b9eee0b0e))
47-
48-
### [0.99.1](https://github.com/antfu/vue-i18n-ally/compare/v0.36.0...v0.99.1) (2019-11-21)
49-
50-
51-
### ⚠ BREAKING CHANGES
52-
53-
* rename package name to i18n-ally
54-
55-
### 📚 Documentations
56-
57-
* add angular example ([dda136c](https://github.com/antfu/vue-i18n-ally/commit/dda136c62c816bd192cd02a70f18939f5819acf3))
58-
* add framworks field ([7c0c93e](https://github.com/antfu/vue-i18n-ally/commit/7c0c93e05b08b3a74365849990991d92503324c9))
59-
* add ngx-translate example ([07cb04d](https://github.com/antfu/vue-i18n-ally/commit/07cb04dfb204d10143a634c3479e31df7d1776e3))
60-
* change display name to "i18n Ally" ([cab39ec](https://github.com/antfu/vue-i18n-ally/commit/cab39ec6391b7dc8153449fea78c6be57c9dc553))
61-
* migration guide draft ([910b128](https://github.com/antfu/vue-i18n-ally/commit/910b128ce5347a0ace41f3e9e05a097aaa023933))
62-
* remove chinese README for now ([9ad602d](https://github.com/antfu/vue-i18n-ally/commit/9ad602dc9400920ef5e284b77b7363e5262a156d))
63-
* update documents ([5c98de7](https://github.com/antfu/vue-i18n-ally/commit/5c98de78ea54b151897c15dc3fa036f61139d991))
64-
* update README ([95f703d](https://github.com/antfu/vue-i18n-ally/commit/95f703d1c94242b98d0ab7dcebc810b7bf24f3e4))
65-
* update README ([d8eabbe](https://github.com/antfu/vue-i18n-ally/commit/d8eabbe603458146519b3211ac326ea67855414a))
66-
50+
* add react-i18next framework support ([3e5ee9c](https://github.com/antfu/vue-i18n-ally/commit/3e5ee9c4a91ac165e708e05b9484973a154e76fb))
51+
* add support for react-intl ([6e56515](https://github.com/antfu/vue-i18n-ally/commit/6e565152849e81f0ae60f1411f7b39f8d17f6bdf))
52+
* support general i18next ([b23bd33](https://github.com/antfu/vue-i18n-ally/commit/b23bd332a4c22b456364ceb935f41b5fb23f8189))
53+
* **framework:** add ngx-translate support ([652ce69](https://github.com/antfu/vue-i18n-ally/commit/652ce6981e67864747a256d63c1073f0b2305df9))
6754

6855
### 🐞 Bug Fixes
6956

57+
* key priority on sfc ([3a4076b](https://github.com/antfu/vue-i18n-ally/commit/3a4076bfd1ea0fb904e8800f4e4d030f8523fd22))
58+
* trigger of completion ([84ca8e6](https://github.com/antfu/vue-i18n-ally/commit/84ca8e62242217bdae47fdede850263eb7f24cfd))
7059
* filenameMatchRegex override ([e04e51e](https://github.com/antfu/vue-i18n-ally/commit/e04e51eb1dca464fb764278b84644779cdf221b7))
7160
* key detector ([98837fe](https://github.com/antfu/vue-i18n-ally/commit/98837fe5b25742b804b1bc8afd2f3499eb8f54d9))
7261
* namespace for tree views ([7948dbf](https://github.com/antfu/vue-i18n-ally/commit/7948dbf40a8d2dd3e51443e216f3bf628c2ef5b4))
7362
* remove default values from some of settings ([73def5c](https://github.com/antfu/vue-i18n-ally/commit/73def5c4c5675fd9a10e27af2673322f3524262f))
7463

7564

76-
### ⚡ Features
77-
78-
* add react-i18next framework support ([3e5ee9c](https://github.com/antfu/vue-i18n-ally/commit/3e5ee9c4a91ac165e708e05b9484973a154e76fb))
79-
* add support for react-intl ([6e56515](https://github.com/antfu/vue-i18n-ally/commit/6e565152849e81f0ae60f1411f7b39f8d17f6bdf))
80-
* support general i18next ([b23bd33](https://github.com/antfu/vue-i18n-ally/commit/b23bd332a4c22b456364ceb935f41b5fb23f8189))
81-
* **framework:** add ngx-translate support ([652ce69](https://github.com/antfu/vue-i18n-ally/commit/652ce6981e67864747a256d63c1073f0b2305df9))
82-
83-
84-
### 🔮 Refactor
85-
86-
* use class for frameworks ([306e5cf](https://github.com/antfu/vue-i18n-ally/commit/306e5cf633ccf60e24fc3cb464bd42d6d7c4fa27))
87-
8865
## [0.36.0](https://github.com/antfu/vue-i18n-ally/compare/v0.35.0...v0.36.0) (2019-11-18)
8966

9067

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
🎉 <span style='color:#34495E'>Vue i18n Ally</span> is now <a href="https://github.com/antfu/i18n-ally/blob/i18n-ally/docs/migration_v1.x.md"><b style='color:#70C9C7'>i18n Ally</b></a>!
1515
<br>
1616
<br>
17-
Please check out <b><a href="https://github.com/antfu/i18n-ally/blob/i18n-ally/docs/migration_v1.x.md">Changes and Migration</a></b> and <b><a href="https://github.com/antfu/i18n-ally#-supported-frameworks">Supported Frameworks</a></b>
17+
Please check out <b><a href="https://github.com/antfu/i18n-ally/blob/master/docs/migration_v1.x.md">Changes and Migration</a></b> and <b><a href="https://github.com/antfu/i18n-ally#-supported-frameworks">Supported Frameworks</a></b>
1818
</p>
1919

2020
<br>

0 commit comments

Comments
 (0)