Skip to content

Commit 6b077ec

Browse files
authored
Update history with more detailed description of #131
1 parent 8f66476 commit 6b077ec

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

History.markdown

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
## HEAD
22

3-
* redirect_to Pages should not have a layout. (#115)
4-
* Default to site.url (#85)
5-
63
### Major Enhancements
74

8-
* Push redirect logic to the redirect page model (#131)
5+
* Support for custom redirect templates
6+
* Use Jekyll's `absolute_url` filter to generate canonical URLs (now respecting `baseurl`)
7+
* Rely more heavily on Jekyll's native Page, permalink, and extension handling logic
8+
9+
### Minor Enhancementse
910

11+
* redirect_to Pages should not have a layout. (#115)
12+
* Require Jekyll >= 3.3
13+
14+
### Development Enhancements
15+
16+
* Push redirect logic to the redirect page model (#131)
17+
* Add Rubocop and enforce Jekyll coding standards
18+
* Tests no longer build and write the entire site between each example
19+
* Removed all the `is_*`? and `has_*`? helpers from the generator
20+
1021
## 0.11.0 / 2016-07-06
1122

1223
* Redirect page should not have any layout (#106)

0 commit comments

Comments
 (0)