- Make Archive subclass of Page (#67)
- Don't limit slugs/title to strings (#41)
- Enable incremental operation (#58)
- Remove deprecated defs (#89)
- Update Travis config and Gemfile for Ruby < 2.2.2 support (#68)
- Consolidate History file to work with jekyllbot (#80)
- Remove Travis test for Ruby 1.9 (#87)
- Inherit Jekyll's rubocop config for consistency (#65)
- Bump travis ruby versions (#91)
- Fix Travis build error (#93)
- Define path with dir (#105)
- Appease Rubocop (#104)
- update Rubocop and Travis config (#110)
- Update .travis.yml (#111)
- Modernize tests & linting (#114)
- Test against Ruby 2.5 (#118)
- Lint with rubocop-jekyll (#128)
- docs/configuration: GitHub table display was messed up (#96)
- Update Readme Installation Guide (#116)
- Small updates for consistency across document (#130)
- Update Jekyll dependency to allow Jekyll 3 (#33)
- Update docs to reflect changes in v2.0.0 (#31)
- Add compatibility with Jekyll 3 (#48)
- Update to reflect release of Jekyll 3 (#52)
- Support revised documents/collections in Jekyll 3 (#53)
- Test against Jekyll 2, 3, and GitHub Pages (#48)
- Move Date object from
page.title
topage.date
(#26) - Add documentation to repository (#25)
- Change Jekyll dependency to ~> 2.4 (#23)
- Support type-specific layouts
- Pass
Date
object to Liquid in case of date-based archives - Liquid
{{ site.archives }}
support - Generate month and day archives
- Add version file and move everything into
Archives
module - Use
Jekyll::Utils.slugify
for slugging - Require use to specify what types of archives are enabled
- First release
- Generate year, category, and tag archives
- Birthday!