markafitzgerald1 / cribbage-analyst

Two-player cribbage discard analysis tool
https://markafitzgerald1.github.io/cribbage-analyst/
Mozilla Public License 2.0
0 stars 0 forks source link

Drop support for Node 4 #35

Closed markafitzgerald1 closed 6 years ago

markafitzgerald1 commented 6 years ago

Node dropped support for / maintenece of 4 LTS in April 2018. No need to support it along with 6, 8 and latest + soon to be LTS 10!

markafitzgerald1 commented 6 years ago

Node.js Release Working Group - Release schedule documents that Node 4 exited Maintenance LTS in April 2018, Node 6 moved from Active to Maintenance LTS in April 2018, Node 8 remains in Active LTS throughout 2018, Node 9 exited Maintenance around July 2018 and Node 10 became Current Node.js in May 2018.

Thus from now until October 2018 Node 6 is in Maintenance LTS, Node 8 is in Active LTS and Node 10 is Current; starting in October Node 10 also become Active LTS.

markafitzgerald1 commented 6 years ago

Candidate fix pushed to issue-35-drop-node-4-support branch in fe4ba41e77fd25749b1164089c3434dda4b10b37 - awaiting verification via Travis CI.

markafitzgerald1 commented 6 years ago

Released to master version 0.2.3.