v0.2.0 (2017-05-19): Use the new "node" images instead of "yarn" v0.2.1 (2017-05-19): Defaults: Watch all sass files, and stay on latest sass libraries v0.2.2 (2017-05-19): Defaults: Remove static/css on clean v0.2.3 (2017-05-20): Use latest Django image v0.2.3 (2017-05-20): Defaults: Clean up more files v0.3.0 (2017-05-21): Intelligently update blocks in gitignore v1.0.0 (2017-08-20): Unify run script for all project types v1.1.0 (2017-08-31): Manage requirements.txt directly; Add flask support v1.1.0 (2017-09-06): Simplify ruby dependencies v1.2.0 (2017-09-22): Proxy support v2.0.0 (2017-09-23): Use a single "dev" image; Update package.json commands v2.1.0 (2017-09-29): Support for bundler; Change "debug" to "exec"; Better package.json defaults v2.1.1 (2017-09-30): Provide COMMIT_ID environment variable in running containers v2.2.0 (2017-11-03): Add Bower dependency management v2.4.1 (2017-12-14): Add local environment file to share secrets v2.5.0 (2017-12-19): Update docker image to 1.4 v2.6.0 (2018-02-12): Fix module volumes; Allow exporting multiple ports in exec v2.6.1 (2018-02-12): Optional environment variables for exec v2.6.2 (2018-02-12): Rename --expose-ports to --expose-port v2.6.3 (2018-02-15): Prevent module volumes from creating directories as root v2.7.0 (2018-02-15): Improved dependency checking v2.7.1 (2018-02-27): Use macOS md5 command on macOS v3.0.0 (2018-03-20): Always use "yarn run serve" for serving site v3.0.1 (2018-03-21): Support explicitly specifying env vars for any ./run command with --env v3.1.0 (2018-05-18): Add port forwarding, simplify tests to always run through package.json v3.2.0 (2018-06-18): Update dev image to v1.6.0 which uses Ubuntu Bionic as a base image v3.2.1 (2018-06-25): Update dev image to v1.6.1 to be able to mount a .ssh folder v3.2.2 (2018-10-22): Update dev image to v1.6.2 to use node v8.10.0 v3.2.3 (2018-10-22): Update dev image to v1.6.3 which includes black v3.3.0 (2019-03-26): Add back database support for Django sites v3.3.1 (2019-03-27): Include a database for "./run exec" as well v3.3.2 (2019-03-27): Better database management v3.3.3 (2019-04-04): Update dev image to v1.6.4 to use node v10.x v3.4.0 (2019-05-13): Add "./run yarn"; support webpack cache with yarn dependencies calculation v3.4.1 (2019-05-13): Hotfix: Fix "yarn_dependencies_hash: unbound variable" error v3.4.2 (2019-05-13): Add Python tests and lint v3.4.3 (2019-12-20): Update dev image to v1.6.7 to use NPM v6.13.4 and Yarn v1.21.1