Skip to content

Commit

Permalink
Reorganize sections in History document [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli authored Dec 5, 2024
1 parent 1058973 commit 79bd30f
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,32 +1,35 @@
## HEAD

### Development Fixes
### Minor Enhancements

* Simplify checking if an archive type is enabled (#149)
* Memoize relative_path attribute of archive pages (#153)
* Memoize date attribute of date-type archive pages (#154)
* Allow creating slugs for emoji characters. (#129)
* Use Liquid drop to expose attributes to templates (#158)

### Bug Fixes

* Return unless 'jekyll-archives' config is a Hash (#139)

### Internal Refactors

* Initialize Archives generator with a hash (#135)
* Remove support for legacy Jekyll versions (#136)
* Read-in site's tags and categories attributes (#137)
* Simplify checking if an archive type is enabled (#149)
* Read-in site's tags and categories attributes (#137)
* Use private helper to append enabled archive type (#150)
* Access nested Hash values with `Hash#dig` (#151)
* Generate custom post_attr_hash with private helper (#152)

### Development Fixes

* Migrate CI to GitHub Actions (#177)
* Add `style_check` job to CI workflow (#178)
* Add workflow to release gem via GitHub Actions (#179)

### Bug Fixes

* Return unless 'jekyll-archives' config is a Hash (#139)

### Documentation

* s/gems/plugins/ (#143)
### Documentation Fixes

### Minor Enhancements

* Memoize relative_path attribute of archive pages (#153)
* Memoize date attribute of date-type archive pages (#154)
* Allow creating slugs for emoji characters. (#129)
* Use Liquid drop to expose attributes to templates (#158)
* Substitute 'gems' with 'plugins' (#143)

## 2.2.1

Expand Down

0 comments on commit 79bd30f

Please sign in to comment.