All Versions
18
Latest Version
Avg Release Cycle
107 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.2.0.2 Changes
- 🛠Fix broken build caused by changes in optparse-applicative-0.13 (https://github.com/fujimura/hi/pull/60)
-
v1.2.0.1 Changes
October 02, 2016- ✂ Remove restriction to temporary-1.2.0.3
-
v1.2.0.0 Changes
February 22, 2015- âž• Add option to specify directory name of the files to be generated (https://github.com/fujimura/hi/pull/56)
-
v1.1.0.3 Changes
January 17, 2015- 👯 Files in root directory of template repository isn't cloned anymore https://github.com/fujimura/hi/issues/52
- Missing option will be remained as-is (related to https://github.com/fujimura/hi/pull/54)
-
v1.1.0.2 Changes
January 10, 2015- 🛠Fix a bug that stops dropping all regular files https://github.com/fujimura/hi/issues/50
- 🚚
--module-name
, the option which is mistakenly removed, is back https://github.com/fujimura/hi/issues/48
-
v1.1.0.1 Changes
January 09, 2015- 🛠Fix version of process in executable(the change in 1.1.0.0 is only in library)
-
v1.1.0.0 Changes
January 09, 2015- âž• Added
--after-command
option to run arbitrary command after generation - 🛠Fix version of process
- âž• Added
-
v1.0.0.0 Changes
January 01, 2015- 📦 Files will be generated in
package-name
directory- If specified template has
package-name
directory in its root, it will be ignored. - Fixes https://github.com/fujimura/hi/issues/26
- If specified template has
- Non-template file will be ignored if template file with same name exists
- Fixes https://github.com/fujimura/hi/issues/34 along with fix above
- 📦
package-name
is a must,module-name
is optional - 📦
package-name
can be specified as argument
- 📦 Files will be generated in
-
v0.0.8 Changes
February 08, 2014- File in the template which doesn't end with
.template
will be copied without argument substution (Thanks @Zane-XY-W)
- File in the template which doesn't end with
-
v0.0.8.2 Changes
August 26, 2014- Only convert template files to text to allow non-textual files to be included in a template repo #38 (Thanks @timmytofu)