File tree Expand file tree Collapse file tree 1 file changed +19
-16
lines changed Expand file tree Collapse file tree 1 file changed +19
-16
lines changed Original file line number Diff line number Diff line change 1
1
## HEAD
2
2
3
- ### Development Fixes
3
+ ### Minor Enhancements
4
+
5
+ * Simplify checking if an archive type is enabled (#149 )
6
+ * Memoize relative_path attribute of archive pages (#153 )
7
+ * Memoize date attribute of date-type archive pages (#154 )
8
+ * Allow creating slugs for emoji characters. (#129 )
9
+ * Use Liquid drop to expose attributes to templates (#158 )
10
+
11
+ ### Bug Fixes
12
+
13
+ * Return unless 'jekyll-archives' config is a Hash (#139 )
14
+
15
+ ### Internal Refactors
4
16
5
17
* Initialize Archives generator with a hash (#135 )
6
18
* Remove support for legacy Jekyll versions (#136 )
7
- * Read-in site' ; s tags and categories attributes (#137 )
8
- * Simplify checking if an archive type is enabled (#149 )
19
+ * Read-in site's tags and categories attributes (#137 )
9
20
* Use private helper to append enabled archive type (#150 )
10
21
* Access nested Hash values with ` Hash#dig ` (#151 )
11
22
* Generate custom post_attr_hash with private helper (#152 )
23
+
24
+ ### Development Fixes
25
+
12
26
* Migrate CI to GitHub Actions (#177 )
13
27
* Add ` style_check ` job to CI workflow (#178 )
14
28
* Add workflow to release gem via GitHub Actions (#179 )
15
29
16
- ### Bug Fixes
17
-
18
- * Return unless ' ; jekyll-archives' ; config is a Hash (#139 )
19
-
20
- ### Documentation
21
-
22
- * s/gems/plugins/ (#143 )
30
+ ### Documentation Fixes
23
31
24
- ### Minor Enhancements
25
-
26
- * Memoize relative_path attribute of archive pages (#153 )
27
- * Memoize date attribute of date-type archive pages (#154 )
28
- * Allow creating slugs for emoji characters. (#129 )
29
- * Use Liquid drop to expose attributes to templates (#158 )
32
+ * Substitute 'gems' with 'plugins' (#143 )
30
33
31
34
## 2.2.1
32
35
You can’t perform that action at this time.
0 commit comments