Skip to content

Commit 8c20d3a

Browse files
authored
Update README.md
Update the plugin information.
1 parent 29b5f52 commit 8c20d3a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# typescript-maven-plugin
22
Maven plugin to compile TypeScript sources.
3-
Plugin supports TypeScript at least version 1.6.2 and older.
3+
Plugin supports TypeScript at least version 2.1.4 and older.
44

55
## Requirements
66
* Required Node.js to be installed with TypeScript module (npm i -g typescript)
@@ -12,7 +12,7 @@ Plugin supports TypeScript at least version 1.6.2 and older.
1212
<plugin>
1313
<groupId>ru.kgn.typescript</groupId>
1414
<artifactId>typescript-maven-plugin</artifactId>
15-
<version>0.3</version>
15+
<version>0.5.1</version>
1616
<executions>
1717
<execution>
1818
<phase>compile</phase>
@@ -41,8 +41,14 @@ Plugin supports TypeScript at least version 1.6.2 and older.
4141
* `sourcemap` - add TS-files and JS.MAP-files to targetDirectory, *default* value is `false`
4242

4343
## Installing plugin
44-
`mvn install:install-file -Dfile=typescript-maven-plugin-0.3.jar`
44+
`mvn install:install-file -Dfile=typescript-maven-plugin-0.5.1.jar`
4545

4646
or build and install from sources:
4747

4848
`mvn install`
49+
50+
## Additional information
51+
52+
* Plugin has been tested on Windows (7, 10) and Linux (Ubuntu 15.04) platforms. Linux compatibility is available since __0.5.1__.
53+
* Plugin is compatible with both major versions of TypeScript: it has been tested with TS 1.6.2 (and older) and TS 2.1.4.
54+
* Plugin supports only some subset of available [compiler options](https://www.typescriptlang.org/docs/handbook/compiler-options.html) but the most important subset. See [Usage example](#usage-example) section.

0 commit comments

Comments
 (0)