Skip to content

Commit dc679c0

Browse files
committed
Update history to reflect merge of #80 [ci skip]
1 parent f701477 commit dc679c0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

History.markdown

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

33
### Minor Enhancements
4+
45
* Make Archive subclass of Page (#67)
56
* Don't limit slugs/title to strings (#41)
67

78
### Development Fixes
9+
810
* Update Travis config and Gemfile for Ruby < 2.2.2 support (#68)
11+
* Consolidate History file to work with jekyllbot (#80)
912

1013
## 2.1.0
1114

1215
### Minor Enhancements
16+
1317
* Update Jekyll dependency to allow Jekyll 3 (#33)
1418
* Update docs to reflect changes in v2.0.0 (#31)
1519
* Add compatibility with Jekyll 3 (#48)
1620
* Update to reflect release of Jekyll 3 (#52)
1721
* Support revised documents/collections in Jekyll 3 (#53)
1822

1923
### Development Fixes
24+
2025
* Test against Jekyll 2, 3, and GitHub Pages (#48)
2126

22-
### Bug Fixes
27+
2328

2429
## 2.0.0 / 2015-01-06
2530

2631
### Minor Enhancements
32+
2733
* Move Date object from `page.title` to `page.date` (#26)
2834
* Add documentation to repository (#25)
2935

3036
### Bug Fixes
37+
3138
* Change Jekyll dependency to ~> 2.4 (#23)
3239

3340
## 1.0.0 / 2014-09-26
3441

3542
### Major Enhancements
43+
3644
* Support type-specific layouts
3745
* Pass `Date` object to Liquid in case of date-based archives
3846
* Liquid `{{ site.archives }}` support
3947
* Generate month and day archives
4048

4149
### Minor Enhancements
50+
4251
* Add version file and move everything into `Archives` module
4352
* Use `Jekyll::Utils.slugify` for slugging
4453
* Require use to specify what types of archives are enabled
4554

4655
## 0.1.0 / 2014-08-17
56+
4757
* First release
4858
* Generate year, category, and tag archives
4959

5060
## 0.0.0 / 2014-08-17
61+
5162
* Birthday!

0 commit comments

Comments
 (0)