This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
Releases: jamieconnolly/handles
Releases Β· jamieconnolly/handles
v26
v25
- π§ Delete branches that have been squash merged during sync
v24
- β¨ Add a sync script
v23
- π₯ No need to install shellcheck as its included by default
- β¬οΈ Update dependencies
- π¨ Add support for Go Modules
- π· Update Travis to build Go 1.11
- π¨ Include the Makefile and zsh completion logic
- π₯ Remove dep files
- β¬οΈ Update Mondas to v1.0.0
- π§ Use Go Modules rather than dep
v22
- π₯ Don't install bundler in each version of Ruby
- π§ Use SSH URLs rather than HTTPS URLs to clone projects
- π§ Make sure docker-compose and forego are installed
- π₯ Don't explicitly check for docker-compose and forego
- π§ Use .env.dist rather than .env.example
- π· Update Travis to build Go 1.10
v21
- π₯ Remove support for bin/* file overrides
- β¨ Add support for Docker Compose
- π§ Use explicit escaping in the release script
- π§ Use the full command when installing Homebrew dependencies
v20
- π¨ Be consistent in looking for a Makefile/Rakefile
- π¨ Handle different kinds of local server
- π₯ Remove the setup-dotenv script
- β¨ Handle the preparing and updating of the DB in Django
- βοΈ Make note of *.localhost instead of *.dev
- π₯ Don't automatically run setup when getting a project
- π§ Tidy up the exported variables when generating an nginx conf
- π§ Check for a valid db name, and don't drop the existing db
- π§ Create the database as part of the setup process
- π§ Only create the database if it doesn't exist already
- β¨ Generate the nginx server configuration during setup
v19
- βͺ Revert back to using gitconfig for the github user
- π§ Make sure dep is listed as a dependency in Brewfile
- π¨ Always run the *env checks, regardless of Darwin or not
- π¨ Don't install pipenv in every python version
- π¨ Don't check for .*-version files when bootstrapping
v18
- π Use the GITHUB_USER environment variable instead of gitconfig
v17
- π§ Rename check Makefile target to lint
- π· Update Travis to build Go 1.9
- β¬οΈ Update Mondas
- π¨ Only use yarn to install node dependencies
- β¨ Handle the installing of go versions
- π¨ Switch to dep for dependency management
- π¨ Use dep to install Go dependencies