Skip to content

Commit

Permalink
Update supported language versions (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazk authored Dec 6, 2023
1 parent f3e6eb4 commit 044c49f
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 25 deletions.
1 change: 1 addition & 0 deletions content/languages/csharp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags: [csharp]
## Versions

- 8.0 (.Net Core 3.1)
- 10.0 (.Net 6.0)

## Test Frameworks

Expand Down
2 changes: 1 addition & 1 deletion content/languages/go/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags: [go]

## Versions

1.12
1.20

## Test Frameworks

Expand Down
3 changes: 2 additions & 1 deletion content/languages/java/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags: [java]

- Java 8
- Java 11
- Java 17

## Test Frameworks

Expand All @@ -21,7 +22,7 @@ JUnit (both JUnit 4 and 5 are supported)

## Packages

### Java 11
### Java 11/17

- `junit:junit`
- `org.junit.jupiter:junit-jupiter-api`
Expand Down
2 changes: 1 addition & 1 deletion content/languages/javascript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags: [javascript]
- Node 8.x
- Node 10.x
- Node 12.x
- Node 14.x
- Node 18.x

## Test Frameworks

Expand Down
1 change: 1 addition & 0 deletions content/languages/kotlin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags: [kotlin]

- 1.3
- 1.5
- 1.9

## Test Frameworks

Expand Down
1 change: 1 addition & 0 deletions content/languages/python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags: [python]

- 3.8
- 3.10
- 3.11

## Test Frameworks

Expand Down
1 change: 1 addition & 0 deletions content/languages/swift/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags: [swift]

- 5.0
- 5.3
- 5.9

## Test Frameworks
XCTest
Expand Down
31 changes: 9 additions & 22 deletions content/languages/typescript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ tags: [typescript]


## Versions
- 2.4/ES3 (`--target es3`) Node 8
- 2.4/ES6 (`--target es6`) Node 8
- 3.3 (`--target es2017 --strict`) Node 10
- 3.8 (`--target es2019 --strict`) Node 12
- 4.2 (`--target es2020 --strict`) Node 14
- 4.9 (`--target es2022 --strict`) Node 18

## Test Frameworks
[Mocha](http://mochajs.org/)
Expand All @@ -21,24 +18,6 @@ tags: [typescript]

## Packages

### TypeScript 2.4

- `mocha`: `3.5.3`
- `chai`: `3.5.0`

### TypeScript 3.3

- `mocha`: `5.2.0`
- `chai`: `4.2.0`

### TypeScript 3.8

- `mocha`: `7.1.1`
- `chai`: `4.2.0`
- `fast-check` `1.23.0`
- `lodash`: `4.17.15`
- `rxjs`: `6.5.5`

### TypeScript 4.2

- `mocha`: `8.3.0`
Expand All @@ -47,6 +26,14 @@ tags: [typescript]
- `lodash`: `4.17.21`
- `rxjs`: `6.6.6`

### TypeScript 4.9

- `mocha`: `10.2.0`
- `chai`: `4.3.7`
- `fast-check`: `3.4.0`
- `lodash`: `4.17.21`
- `rxjs`: `7.8.0`

## Services
None

Expand Down

0 comments on commit 044c49f

Please sign in to comment.