Skip to content

Commit d6f8ba0

Browse files
committed
Update history and readme
1 parent 2eae679 commit d6f8ba0

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

History.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v2.7.0
2+
======
3+
* Cutting the support for Node.js v10 #192
4+
* Minimum node.js version set to v12.22.1
5+
* Deprecate the use of optimist #157 #194
6+
* Removal of nodeunit dependency #195
7+
* New scoped packages instead of direct github linking
8+
* @pylonide/architect-build
9+
* @pylonide/smith
10+
* @pylonide/treehugger
11+
* @pylonide/v8debug
12+
* Notable dependency upgrades:
13+
* Engine.io v5.1.1
14+
* xterm v4.13.0
15+
* form-auth promoted to default authentication plugin
16+
117
v2.6.0
218
======
319
* APF usage deprecated #93

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pylon is built entirely on a web stack, making it the most hacker-friendly IDE t
1414
## Features
1515

1616
- High performance ACE text editor with bundled syntax highlighting to support a wide range of programming languages.
17-
- Modern node support (NodeJS >= 10.20.1)
17+
- Modern node support (NodeJS >= 12.22.1)
1818
- Up to date dependencies and compatibility fixes
1919
- Terminal
2020

@@ -58,9 +58,9 @@ For quality of life it is recommended to remap Caps Lock hardware key to act as
5858

5959
If installing on Windows, please refer to [Installation on Windows](#installation-on-windows-experimental).
6060

61-
Requirements (>= 2.6.0):
61+
Requirements (>= 2.7.0):
6262

63-
* NodeJS `>= 10.20.1`
63+
* NodeJS `>= 12.22.1`
6464
* g++-4.9 (Required for node-pty compilation)
6565
* make (Required for node-pty compilation)
6666
* python (Required for node-pty compilation)

0 commit comments

Comments
 (0)