Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Releases: jamieconnolly/handles

v26

02 Jan 14:00
Compare
Choose a tag to compare
  • πŸ”§ Use the full path to the repository
  • πŸ”§ Allow the release script to run on non-master branches
  • πŸ”§ Add in the ability to turn off emojis when releasing

v25

12 Sep 10:41
Compare
Choose a tag to compare
v25
  • πŸ”§ Delete branches that have been squash merged during sync

v24

28 Aug 10:32
Compare
Choose a tag to compare
v24
  • ✨ Add a sync script

v23

28 Aug 10:30
Compare
Choose a tag to compare
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

20 Aug 12:02
Compare
Choose a tag to compare
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

27 Jan 23:24
Compare
Choose a tag to compare
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

21 Nov 12:12
Compare
Choose a tag to compare
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

31 Oct 11:16
Compare
Choose a tag to compare
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

18 Sep 11:42
Compare
Choose a tag to compare
v18
  • πŸ› Use the GITHUB_USER environment variable instead of gitconfig

v17

14 Sep 17:12
Compare
Choose a tag to compare
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