Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit dc6802a

Browse files
committed
Published 4.0.0-next.1
1 parent e2447e4 commit dc6802a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ language servers written in TS and JS. It also contains helper methods to conver
66
[![NPM Version](https://img.shields.io/npm/v/vscode-nls-dev.svg)](https://npmjs.org/package/vscode-nls-dev)
77
[![NPM Downloads](https://img.shields.io/npm/dm/vscode-nls-dev.svg)](https://npmjs.org/package/vscode-nls-dev)
88

9+
### 4.0.0-next.1
10+
11+
* [Add support for comments in messages (e.g. package.nls.json)](https://github.com/microsoft/vscode-nls-dev/issues/32)
12+
* Remove Transifex support
13+
* General code cleanup. Move to TS 4.3.1 and more stricter type checking.
14+
915
### 3.3.2
1016

1117
* Merged [allow es imports, update ts and use their helper methods](https://github.com/microsoft/vscode-nls-dev/pull/27)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-nls-dev",
3-
"version": "3.3.2",
3+
"version": "4.0.0-next.1",
44
"description": "Development time npm module to generate strings bundles from Javascript files",
55
"author": "Microsoft Corporation",
66
"license": "MIT",

0 commit comments

Comments
 (0)