Releases: clevyr/yampl
Releases · clevyr/yampl
v0.0.2
v0.0.1
Changelog
- e8d14bb 🐛 Fix error if values is nil
- b3d6086 🐛 Fix inline flag causing duplicated output
- e054e2a 🐛 Fix multiple documents being ignored
- 584c903 👷 Add goreleaser config
- e0a150a 👷 Add initial CI
- 61db0f4 ♻️ Move if statement into template function to prevent undefined behavior
- 9c51421 ♻️ Simplify template code
- 41f9694 🚨 Fix lint error
- 65f9402 ✨ Add .Value, .Val, and .V to template
- f8b374e ✨ Add repo and tag template funcs
- db77040 ✨ Add version flag
- 229378b 🎉 Initial commit
- f388126 🐳 Add Dockerfiles
- fc1d66c ✅ Add some initial tests