Skip to content

Commit 4e65505

Browse files
committed
Do not support v0.12, and mention LTS.
1 parent 0078e74 commit 4e65505

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- '0.12'
54
- '4'
6-
- '5'
75
- '6'
86
env:
97
global:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.
3232
<a name="notes"></a>
3333
## Important notes for existing users
3434

35-
v2.0.0 removes support for node v0.8 and v0.10, and it is 3x faster in sending
35+
v2.0.0 removes support for node v0.8, v0.10 and v0.12, and it is 3x faster in sending
3636
packets. It also removes all the deprecated functionality in v1.0.0,
3737
mainly `mqtt.createConnection` and `mqtt.Server`. From v2.0.0,
3838
subscriptions are restored upon reconnection if `clean: true`.
39+
v1.x.x is now in *LTS*, and it will keep being supported as long as
40+
there are v0.8, v0.10 and v0.12 users.
3941

4042
v1.0.0 improves the overall architecture of the project, which is now
4143
split into three components: MQTT.js keeps the Client,

0 commit comments

Comments
 (0)