1
0
mirror of https://github.com/casey/just synced 2024-07-08 20:16:14 +00:00
just/CHANGELOG.md

37 lines
1.0 KiB
Markdown
Raw Normal View History

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
2018-03-05 21:28:30 +00:00
## [0.3.8] - 2018-3-5
## Added
- Add dotenv integration (#306)
2018-01-23 07:32:37 +00:00
## [0.3.7] - 2017-12-11
### Fixed
- Fix error if ! appears in comment (#296)
2017-12-11 20:44:45 +00:00
2018-01-05 10:11:10 +00:00
## [0.3.6] - 2017-12-11
### Fixed
- Lex CRLF line endings properly (#292)
2017-12-11 20:44:45 +00:00
## [0.3.5] - 2017-12-11
2017-12-02 14:16:52 +00:00
### Added
- Align doc-comments in `--list` output (#273)
- Add `arch()`, `os()`, and `os_family()` functions (#277)
- Add `env_var(key)` and `env_var_or_default(key, default)` functions (#280)
## [0.3.4] - 2017-10-06
### Added
2017-11-20 07:16:55 +00:00
- Do not evaluate backticks in assignments during dry runs (#253)
### Changed
- Change license to CC0 going forward (#270)
## [0.3.1] - 2017-10-06
### Added
2017-11-20 07:16:55 +00:00
- Started keeping a changelog in CHANGELOG.md (#220)
- Recipes whose names begin with an underscore will not appear in `--list` or `--summary` (#229)