v2.2.0
alessandro-fazzi
released this
16 Nov 11:34
·
286 commits
to master
since this release
movefile.yml and support to YAML aliases
Movefile
has been moved to movefile.yml
by default. No worries: full backward compatibility as the semver spots out ;) The feature has been discussed starting 4 years ago...we are really like elephants: slow moving and with a long lasting memory.
We also introduced support to YAML aliases inside movefile.yml
, for those of you doing more black magic. Here I found a neat tutorial explaining what aliases and anchor are by examples.
@nlemoine contributed to both the features: thank you very much 👍
Commits:
- c474eb0 rename Movefile to movefile.yml by default (2 hours ago)
- ac05729 Merge pull request #423 from nlemoine/master (2 days ago)
- 0bc3a3c Add syntax highlighting to YAML block (3 days ago)
- 8d069d7 Allow YAML aliases (3 days ago)
- 0ea2e2e fix wrong glob in #fetch_movefile (2 days ago)
- cab4f35 fix spec helper method movefile_path_for (2 days ago)