Skip to content

Commit f9453ba

Browse files
committedSep 12, 2019
Upgrade to 1.2.1, updated README.md and filled in CHANGELOG.md
1 parent a7aaa3e commit f9453ba

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed
 

‎CHANGELOG.md

+23-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
11
# Change Log
22

3-
All notable changes to the "interactive-scala" extension will be documented in this file.
3+
## 1.2.1
4+
Changed:
5+
- The input is now wrapped in `:paste` and `Ctrl+D` to support bigger code pieces better.
6+
- The terminal now shows itself when code is sent to the terminal.
47

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
8+
## 1.2.0
69

7-
## [Unreleased]
10+
Changed:
11+
- The Interactive Scala terminal can be reopened by using the shortcut on some Scala code.
812

9-
- Initial release
13+
Added:
14+
- Option to change interpreter to SBT through VS Code configuration. Default is Scala system binaries.
15+
- Context menu option. Select some text, right click and click "Execute selected code in Interactive Scala".
16+
17+
## 1.1.0
18+
19+
Added:
20+
- Single-line execution. Place the caret on a code line and execute it without selecting any text.
21+
22+
## 1.0.0
23+
24+
First stable version.
25+
26+
Added:
27+
- Automatic opening of Scala interpreter.
28+
- Shortcut to execute Scala code in interpreter.

‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ The extension has not been tested on MacOS and Linux.
4545

4646
## Release Notes
4747

48+
### 1.2.1
49+
Changed:
50+
- The input is now wrapped in `:paste` and `Ctrl+D` to support bigger code pieces better.
51+
- The terminal now shows itself when code is sent to the terminal.
52+
4853
### 1.2.0
4954

5055
Changed:

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Interactive Scala",
44
"description": "Run Scala code snippets by a click on a button!",
55
"publisher": "alssys",
6-
"version": "1.2.0",
6+
"version": "1.2.1",
77
"repository": "https://github.com/matt035343/interactive-scala",
88
"icon": "img/icon.png",
99
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.