Skip to content

Releases: Ilyes512/boilr

0.5.0-rc.2

25 Jan 11:43
b93c3fc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0-rc.1...0.5.0-rc.2

0.5.0-rc.1

19 Nov 17:45
4a4c482
Compare
Choose a tag to compare

Changelog

0.4.5

13 Nov 22:48
43b29db
Compare
Choose a tag to compare

Changelog

43b29db Merge pull request #23 from Ilyes512/feature/use-goreleaser
0c3c33e Removed left over script in travis
ddf9da0 Updated readme so it does not require a manual update when releasing a new version
677dd87 Use GoReleaser for building, releasing and updating Homebrew tap repo
f072bda Removed install shell
0a6366f Updated go deps
d1b5459 Added option to set Version, Build Date and Commit by -X go link options
fd7ae9f Merge pull request #21 from Ilyes512/feature/fix-goreportcard-reports
6708319 Removed some redundant code
d6bace3 Fixed some warnings about code comments
b4389fb Added keys to unkeyed structs
2195935 Ran go fmt -s on all files
7490e48 Merge pull request #20 from Ilyes512/feature/add-kebab-case
fe12a21 Added forked Masterminds/sprig so it includes kebabcase function
4f3154d Merge pull request #19 from Ilyes512/feature/replace-dep-with-gomodule
00af735 Updated Travis CI so it uses gomodule
7e8ae0d Updated from Dep to gomodule
c0827e7 Merge pull request #18 from Ilyes512/feature/quick-fix
beb4477 Fix github owner in configuration file

Release: v0.4.4: Minor improvements and bug fix!

16 Aug 12:00
Compare
Choose a tag to compare
  • Updated install instructions.
  • When prompting for boolean values it will except: Yes, YES, etc. It's case insensitive now.
  • Bugfix: It was returning the complete child map instead of the individual value.
  • When prompting for a boolean value it not shows yes or no instead of true or false.
  • Dep deps updated

Release: v0.4.3: New templating functions!

27 Jul 22:22
Compare
Choose a tag to compare
  • Added instructions on how to use Homebrew (MacOS) to install Boilr.
  • Replaced Glide with Dep for dependency management.
  • Added sprig. A collection of useful template functions for Go templates. Also removed custom functions that have been replaced by sprig.
  • Added two custom template functions. One for creating cryptographically secure pseudorandom “passwords” and the second for creating cryptographically secure pseudorandom base64 strings.

Release v0.4.2: Hard fork with some bug fixes and improvements

25 Jul 15:16
Compare
Choose a tag to compare

I needed 3 attempts before Travis worked :) So version 0.4.0-0.4.2 are actually the same accept the release actually worked on the third time.