File: History.markdown

package info (click to toggle)
ruby-jekyll-feed 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 308 kB
  • sloc: ruby: 811; xml: 100; sh: 18; makefile: 9
file content (231 lines) | stat: -rw-r--r-- 5,051 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
## 0.17.0 / 2022-10-14

### Documentation

  * Update CI status badge (#363)

### Development Fixes

  * Add Ruby 3.1 to the CI matrix (#365)

### Minor Enhancements

  * Allow disabling of jekyll-feed while in development (#370)

## 0.16.0 / 2022-01-03

### Minor Enhancements

  * Add support for `page.description` in front matter to become entry `<summary>` (#297)

### Bug Fixes

  * Fold private methods into the `:render` method as local variables (#327)
  * Check `post.categories` instead of `post.category` (#357)
  * Switched xml_escape for `<![CDATA[]]>` for post content (#332)

### Development Fixes

  * Add Ruby 3.0 to CI (#337)
  * Lock RuboCop to v1.18.x (#348)
  * Add workflow to release gem via GH Action (#355)

### Documentation

  * Use `.atom` extension in documented examples since we write an Atom feed (#359)

## 0.15.1 / 2020-10-04

### Bug Fixes

  * MetaTag: when encoding for XML special characters, handle non-string objects (#326)

## 0.15.0 / 2020-07-10

### Minor Enhancements

  * Add support for drafts (#316)

## 0.14.0 / 2020-06-24

### Minor Enhancements

  * add support for categories (#153) (#233)
  * add support for tags (#264)
  * Make posts limit configurable (#314)
  * XML escape the title field of feed_meta (#306)

### Bug Fixes

  * Fix feed link when post title contains HTML (#305)

### Development Fixes

  * Use Dir to list source files (#309)
  * Require Ruby &gt;=2.4.0 (#307)

## 0.13.0 / 2019-11-13

### Minor Enhancements

  * Excerpt only flag (#287)
  * Add media:content tag (#290)

### Development Fixes

  * test: use categories in post (#249)

## 0.12.1 / 2019-03-23

### Bug Fixes

  * Re-introduce Ruby 2.3 support and test Jekyll 3.7+ (#272)

## 0.12.0 / 2019-03-21

  * Allow Jekyll v4 (still alpha)

### Development Fixes

  * style: fix offenses in specs (#248)
  * dev: update CI and style settings (#258)
  * Enable testing for Windows platform (#265)

## 0.11.0 / 2018-09-09

### Development Fixes

  * Require Ruby 2.3 (#222)
  * Refactor to remove redundant calls and variables (#240)

### Minor Enhancements

  * Categories and collections (#228)
  * Remove check for older version of Jekyll (#234)

## 0.10.0 / 2018-06-04

### Bug Fixes

  * Escape image URL (#209)

### Development Fixes

  * Rubocop 0.55 (#223)
  * Bump Rubocop (#230)

### Minor Enhancements

  * Support Typhoeus 1.0 (#232)

## 0.9.3 / 2018-02-04

  * Define path with __dir (#187)
  * Bump Ruby for Travis (#188)

### Documentation

  * Fix: Add note about using plugins instead of gems key (#197)
  * Add documentation for disabling smartify filter (#205)
  * Use `https` in more places. (#165)

### Development Fixes

  * Rubocop: Target Ruby 2.2 (#195)
  * Test feeds that have a `site.lang` (#164)
  * Test against Ruby 2.5 (#201)

### Minor Enhancements

  * fix <entry> template for posts with post.lang defined (#168)

## 0.9.3 / 2017-03-28

## 0.9.1 / 2017-02-17

### Minor Enhancements

  * Update feed.xml (#162)

## 0.9.0 / 2017-02-16

### Minor Enhancements

  * Use absolute_url to generate the feed_meta url (#150)
  * Make feed stylesheet optional (#149)
  * Use new `normalize_whitespace` filter (#143)
  * Feed entries must contain <author> (#152)
  * Remove trailing slash from feed ID (#159)

### Development Fixes

  * Simplify minify regular expression (#141)
  * Namespace as JekyllFeed (#151)
  * rubocop -a (#160)

### Bug Fixes

  * Filter out drafts before limit (#154)

## 0.8.0 / 2016-10-06

  * Use filters to clean up Liquid template (#134)

### Minor Enhancements

  * Don't set @site.config["time"] on feed generation (#138)

### pedantry

  * Appease Rubocop (#139)

## 0.7.2 / 2016-10-06

  * Support `image.path` when `post.image` is an object (#137)

## 0.7.1 / 2016-09-26

  * Assign `url_base` before first usage (#133)

## 0.7.0 / 2016-09-06

  * Use type="html" to skirt around double escaping problem (#127)

## 0.6.0 / 2016-07-08

  * Cleanup `post_author` logic (#113)
  * Add XML stylesheet example with XSLT (#119)
  * DRY up and add more doc (#120)
  * Use smartify filter (#117)

## 0.5.1 / 2016-04-18

  * Fix mangling of whitespace when `site.lang` is set (#110)

## 0.5.0 / 2016-04-13

  * Consolidate regexps for stripping whitespace (#82)
  * Only test against Jekyll 3 (#99)
  * Think about how i18n might work (#75)
  * Find author by reference (#106)
  * Drop support for Jekyll 2 (#105)
  * Add support for post image (#104)

### Minor Enhancements

  * Use Module#method_defined? (#83)
  * Use site.title for meta tag if available (#100)

### Development Fixes

  * Do not require [**jekyll-last-modified-at**](https://github.com/gjtorikian/jekyll-last-modified-at) in tests (#87)
  * Add Rubocop (#81)
  * Correct typo in tests (#102)
  * Simplify testing feed_meta tag (#101)
  * Quiet known warnings in tests (#103)

## 0.4.0 / 2015-12-30

  * Feed uses `site.title`, or `site.name` if `title` doesn't exist (#72)
  * Replace newlines with spaces in `title` and `summary` elements (#67)
  * Properly render post content with Jekyll (#73)