Skip to content

Commit f701477

Browse files
authored
Merge pull request #80 from jekyll/consolidate-history
Merge pull request 80
2 parents af9e9cc + 108594b commit f701477

File tree

2 files changed

+47
-51
lines changed

2 files changed

+47
-51
lines changed

History.markdown

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
## HEAD
22

33
### Minor Enhancements
4-
54
* Make Archive subclass of Page (#67)
5+
* Don't limit slugs/title to strings (#41)
6+
7+
### Development Fixes
8+
* Update Travis config and Gemfile for Ruby < 2.2.2 support (#68)
9+
10+
## 2.1.0
11+
12+
### Minor Enhancements
13+
* Update Jekyll dependency to allow Jekyll 3 (#33)
14+
* Update docs to reflect changes in v2.0.0 (#31)
15+
* Add compatibility with Jekyll 3 (#48)
16+
* Update to reflect release of Jekyll 3 (#52)
17+
* Support revised documents/collections in Jekyll 3 (#53)
18+
19+
### Development Fixes
20+
* Test against Jekyll 2, 3, and GitHub Pages (#48)
21+
22+
### Bug Fixes
23+
24+
## 2.0.0 / 2015-01-06
25+
26+
### Minor Enhancements
27+
* Move Date object from `page.title` to `page.date` (#26)
28+
* Add documentation to repository (#25)
29+
30+
### Bug Fixes
31+
* Change Jekyll dependency to ~> 2.4 (#23)
32+
33+
## 1.0.0 / 2014-09-26
34+
35+
### Major Enhancements
36+
* Support type-specific layouts
37+
* Pass `Date` object to Liquid in case of date-based archives
38+
* Liquid `{{ site.archives }}` support
39+
* Generate month and day archives
40+
41+
### Minor Enhancements
42+
* Add version file and move everything into `Archives` module
43+
* Use `Jekyll::Utils.slugify` for slugging
44+
* Require use to specify what types of archives are enabled
45+
46+
## 0.1.0 / 2014-08-17
47+
* First release
48+
* Generate year, category, and tag archives
49+
50+
## 0.0.0 / 2014-08-17
51+
* Birthday!

History.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)