Skip to content

Releases: thegreenhouseio/docker-nodejs-dev

0.4.0

16 Nov 02:23
Compare
Choose a tag to compare

Overview

Update the overall environment and improve README docs (workflows, usage)

Note: consumers using node-sass will need to update to the latest version

Known Issues

None at this time

Changelog

https://github.com/thegreenhouseio/docker-nodejs-dev/issues?utf8=%E2%9C%93&q=label%3A0.4.0

$ git diff 0.3.0 0.4.0 --stat
 .gitignore |  3 ++-
 Dockerfile |  8 ++++----
 README.md  | 37 ++++++++++++++++++++++++++-----------
 3 files changed, 32 insertions(+), 16 deletions(-)

Working build: https://circleci.com/gh/ProjectEvergreen/create-evergreen-app/145

v0.3.0

10 Jun 20:24
f5f684e
Compare
Choose a tag to compare

Overview

Added support for Chrome browser and JRE 8. Useful for running headless Selenium tests.

Known Issues

None at this time

Changelog

https://github.com/thegreenhouseio/docker-nodejs-dev/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A0.3.0+

$ git diff 0.2.0 0.3.0 --stat
 .circleci/config.yml |  2 +-
 Dockerfile           | 23 ++++++++++-------------
 README.md            | 40 ++++++++++++++++++++++++++++++++++++----
 3 files changed, 47 insertions(+), 18 deletions(-)

v0.2.0

02 Apr 18:57
24ae412
Compare
Choose a tag to compare

Overview

Upgrade to Node 8.x and updated README

Known Issues

None at this time

Changelog

$ git diff 0.1.0 0.2.0 --stat
 Dockerfile |  2 +-
 README.md  | 29 +++++++++++++++++++++++------
 2 files changed, 24 insertions(+), 7 deletions(-)

v0.1.0

14 Oct 21:46
Compare
Choose a tag to compare

Overview

Initial creation of the Docker image with basic set of common developer needs.

Known Issues

None at this time

Changelog

https://github.com/thegreenhouseio/docker-nodejs-dev/milestone/1