Skip to content

Releases: jekyll/jekyll-compose

v0.12.0

28 Dec 20:16
Compare
Choose a tag to compare

Minor Enhancements

  • compose command for collections (#103)
  • Add rename command to change titles and filenames (#101)
  • Support a custom timestamp format in YAML front matter on posts (#98)
  • Include VISUAL as an editor option (#102)
  • Prepare for collections support with default front matter configuration (#104)

Bug Fixes

  • Removing source option for commands as it is appearing twice. (#100)

Development Fixes

  • ci: test with Jekyll 4.0 (#99)
  • Extract logic for computing default front matter (#105)
  • Refactoring to remove some rubocop warnings and for consistency (#106)

v0.11.0

04 Apr 23:06
Compare
Choose a tag to compare

Minor Enhancements

v0.10.1

23 Mar 21:31
8b3a218
Compare
Choose a tag to compare

Bug Fixes

  • Re-introduce Ruby 2.3 support and test Jekyll 3.7+ (#90)

v0.10.0

21 Mar 20:00
f97a9ba
Compare
Choose a tag to compare

Development Fixes

  • Allow Jekyll v4 (still in alpha)
  • Drop support for Ruby 2.3 (#86)

v0.9.0

07 Dec 18:57
eb5edd1
Compare
Choose a tag to compare

Minor Enhancements

  • Allow additional front matter for Post (#41)
  • Add support for collections_dir configuration (#74)
  • Add some color to the success msg like jekyll new (#75)
  • Generate configuration from CLI options (#76)
  • Mirror draft command to current post command (#79)

Bug Fixes

  • Display a warning when file exists (#81)
  • Warn on error and exit gracefully (#83)

Development Fixes

  • Formatting of dates and times in a DRY manner (#60)
  • style: replace puts calls with Jekyll.logger.info (#69)
  • style: appease Rubocop (#71)
  • style: rubocop-jekyll 0.3 (#80)

v0.8.0

24 Mar 12:14
63ee1c0
Compare
Choose a tag to compare

Minor Enhancements

  • Auto open newly generated files in selected editor (#64)

v0.7.0

06 Feb 22:49
52bebd2
Compare
Choose a tag to compare

Development Fixes

  • Add Rubocop autorrect offenses (#57)
  • Test against Ruby 2.5 (#56)

Minor Enhancements

  • Check if a file should be overwritten when publishing or unpublishing a post (#59)

v0.6.0

14 Nov 17:26
Compare
Choose a tag to compare

Development Fixes

  • Modernize Travis config (#53)
  • Define path with dir (#51)
  • Inherit Jekyll's rubocop config for consistency (#52)
  • Execute FileInfo tests in source_dir, Fix tests (#46)

Minor Enhancements

  • Add date to front matter when publish (#54)

v0.5.0

11 Oct 20:07
1c5d58f
Compare
Choose a tag to compare
  • Allow Jekyll Source Directory (#42)
  • Ensure colons do not break titles (#39)
  • Require Jekyll 3 or higher (#40)

v0.4.1

30 Dec 17:45
Compare
Choose a tag to compare
  • Change Jekyll dependency to a runtime dependency to enforce v2.5.0 or greater