Releases: jekyll/jekyll-compose
Releases · jekyll/jekyll-compose
v0.4.0
- Depend on jekyll at least of version 2.5.0 (#33) (only dev dependency)
v0.3.0
- Add the
page
command (#15)
- Add the
unpublish
command (#21)
- Commands will create directories if necessary (#17, #23)
- Display relative directories without ./ (#22)
- Change
-t
, --type
options to -x
, --extension
(#25)
v0.2.1
- Create the
_drafts
dir if it's not already there (#11)
- Update docs with usage examples (#10)
v0.2.0
- Change the default file extension from
.markdown
to .md
(#9)
- The
publish
command should receive a path. (#7)
- Rewrite the tests. (#3)
v0.1.1
- Require the command files so it can be used via
:jekyll_plugins
(#5)
v0.1.0
- Initial iteration of the
draft
, post
, and publish
commands.