Skip to content

Commit

Permalink
V3.5 (#163)
Browse files Browse the repository at this point in the history
* #137 tcl replace command

* changelog + scroll top

* package version bump to 3.5

* more deps updates

* file schema associations

* update deps
  • Loading branch information
DumpySquare authored Jan 29, 2022
1 parent e09dfa9 commit ab5461e
Show file tree
Hide file tree
Showing 8 changed files with 668 additions and 1,045 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/class-name-casing": "warn",
"@typescript-eslint/semi": "warn",
"curly": "warn",
"eqeqeq": "warn",
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

---

## [3.5.0] - (01-23-2022)

- [RFE] merge TCL/TMOS pool member only adds to existing config #137
- <https://github.com/f5devcentral/vscode-f5/issues/137>
- [RFE] app.conf editor doesn't scroll back to the top on selection of new app #144
- <https://github.com/f5devcentral/vscode-f5/issues/144>
- Tweaked the json schema file associations and added CF
- *.do.json for regular DO to BIG-IP
- *.device.json for DO through BIG-IQ
- *.cf.json for CF

---

## [3.4.0] - (01-18-2022)

- Cloud Failover (CF) support
Expand Down
Loading

0 comments on commit ab5461e

Please sign in to comment.