Skip to content

Releases: silphid/jen

v0.2.22

06 Sep 14:45
Compare
Choose a tag to compare

Changelog

  • fix: arbitrary flags on right side of jen exec should not be parsed by jen

v0.2.20

27 May 13:17
Compare
Choose a tag to compare

Changelog

fbfc862 Fix list command to expose it to command line

v0.2.19

18 Apr 20:30
Compare
Choose a tag to compare

Changelog

d5ea9d3 Move/rename source folder to allow installing as jen binary. Improve doc and license.

v0.2.18

18 Apr 15:34
Compare
Choose a tag to compare

Changelog

8173754 Fix package name to allow using go install...

v0.2.17

19 Oct 21:06
Compare
Choose a tag to compare

Changelog

9bc6be5 Add installation instructions for homebrew
aaaf788 Add static linking flag

v0.2.16

19 Oct 20:41
Compare
Choose a tag to compare

Changelog

86cd03b Add auto-completion to wishlist
6366ec0 Add release script
e6703ab Clean-up root imports
6e5a22d Fix readme links. Add homebrew release.

v0.2.15

21 Apr 15:12
Compare
Choose a tag to compare

Changelog

fe579cf Add PROJECT_DIR built-in variable and rename projectDirName variable to PROJECT_DIR_NAME
d3ad4f2 Add set step to set one or multiple variables to given values without user intervention
515d2bd Add doc on project-level bin dir and improve overall doc about bin dirs
e50ad31 Add support for transient variables (prefixed with ~) not persisted to jen.yaml file
3be0493 Fix transient variables handling. Change "templatename" property in jen.yaml to "template". Change spec and project file format versions to "2021.04". Improve hello-world example.
35b8faa Move example scripts into template-level bin dir. Add readme's in all example bin dirs.

v0.2.14

15 Apr 13:44
Compare
Choose a tag to compare

Changelog

6c4944c Fix file modes (copy file mode when rendering and use more restrictive file mode for other cases)
9b24e86 Git ignore dist dir

v0.2.13

15 Apr 11:42
Compare
Choose a tag to compare

Changelog

9fa522a Clean-up goreleaser.yaml
f02ebc7 Fix missing template-specific bin dir. Fix bin dir order in PATH. Fix jen shell command to skip rc files (and allow overriding PATH). Add project-dir-specific bin dir.
4d9fa48 Show date-time in dev build version

v0.2.12

14 Apr 17:18
Compare
Choose a tag to compare

Changelog

e0cd9e1 Add endpoint insertion to hello-world example
069b603 Add insert documentation
8b0b77f Add jen version command
60e06be Add jen version command #2
e3de844 Adjust LICENSE copyright notice
03f86ba Fix support special extensions within name. Finish/fix insertion tests.
2ed27d3 Merge branch 'master' into insertion Signed-off-by: Mathieu Frenette silphid@users.noreply.github.com
afaf975 Merge branch 'master' into insertion Signed-off-by: Mathieu Frenette silphid@users.noreply.github.com
81681f1 Merge pull request #1 from Samasource/master
28f46be More insertion logic and tests
87696e9 Update README.md
93eded6 Update wishlist