-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfeed.xml
186 lines (167 loc) · 9.78 KB
/
feed.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Blog Name</title>
<subtitle>Blog subtitle</subtitle>
<id>http://blog.url.com/</id>
<link href="http://blog.url.com/"/>
<link href="http://blog.url.com/feed.xml" rel="self"/>
<updated>2017-10-28T20:00:00-04:00</updated>
<author>
<name>Blog Author</name>
</author>
<entry>
<title>Database Cleaner v1.6.2 is out!</title>
<link rel="alternate" href="http://blog.url.com/2017/10/29/v1-6-2-is-out/"/>
<id>http://blog.url.com/2017/10/29/v1-6-2-is-out/</id>
<published>2017-10-28T20:00:00-04:00</published>
<updated>2017-10-29T22:03:50-04:00</updated>
<author>
<name>Article Author</name>
</author>
<content type="html"><h1 id="database-cleaner-v162-is-out">Database Cleaner v1.6.2 is out!</h1>
<ul>
<li>
<p>Better documentation. Typos were fixed. Sequel deletion <em>is</em> supported. See <a href="https://github.com/DatabaseCleaner/database_cleaner/pull/500">PR #500</a> and <a href="https://github.com/DatabaseCleaner/database_cleaner/pull/497">PR #49</a></p>
</li>
<li>
<p>ActiveRecord::Base namespace patch. See <a href="https://github.com/DatabaseCleaner/database_cleaner/pull/490">PR #490</a></p>
</li>
<li>
<p>Better exclusion condition based on Rails version. See <a href="https://github.com/DatabaseCleaner/database_cleaner/pull/487">PR #487</a> </p>
</li>
</ul>
<p>Thank you for your contributions!</p>
</content>
</entry>
<entry>
<title>Database Cleaner v1.6.1 is out!</title>
<link rel="alternate" href="http://blog.url.com/2017/05/09/v1-6-1-is-out/"/>
<id>http://blog.url.com/2017/05/09/v1-6-1-is-out/</id>
<published>2017-05-08T20:00:00-04:00</published>
<updated>2017-05-09T10:34:39-04:00</updated>
<author>
<name>Article Author</name>
</author>
<content type="html"><h1 id="database-cleaner-v161-is-out">Database Cleaner v1.6.1 is out!</h1>
<p>There is one fix:</p>
<ul>
<li>Fix deletion strategy for ActiveRecord (<a href="https://github.com/DatabaseCleaner/database_cleaner/pull/458">https://github.com/DatabaseCleaner/database_cleaner/pull/485</a> by <a href="https://github.com/kawamoto">@kawamoto</a>)</li>
</ul>
<p>Thank you for your contribution!</p>
</content>
</entry>
<entry>
<title>Database Cleaner v1.6.0 is out!</title>
<link rel="alternate" href="http://blog.url.com/2017/05/04/v1-6-0-is-out/"/>
<id>http://blog.url.com/2017/05/04/v1-6-0-is-out/</id>
<published>2017-05-03T20:00:00-04:00</published>
<updated>2017-05-04T15:16:59-04:00</updated>
<author>
<name>Article Author</name>
</author>
<content type="html"><h1 id="database-cleaner-v160-is-out">Database Cleaner v1.6.0 is out!</h1>
<p>These are the fixes:</p>
<ul>
<li>
<p>Fix Redis db option (<a href="https://github.com/DatabaseCleaner/database_cleaner/pull/452">https://github.com/DatabaseCleaner/database_cleaner/pull/452</a> by <a href="https://github.com/soylent">@soylent</a>)</p>
</li>
<li>
<p>Make NullStrategy API-complete (<a href="https://github.com/DatabaseCleaner/database_cleaner/pull/444">https://github.com/DatabaseCleaner/database_cleaner/pull/444</a> by <a href="https://github.com/anicholson">@anicholson</a>)</p>
</li>
<li>
<p>Better documentation (fixed typo) (<a href="https://github.com/DatabaseCleaner/database_cleaner/pull/473">https://github.com/DatabaseCleaner/database_cleaner/pull/473</a> by <a href="https://github.com/hoshinotsuyoshi">@hoshinotsuyoshi</a>)</p>
</li>
<li>
<p>MySQL 5.6+ InnoDB support (<a href="https://github.com/DatabaseCleaner/database_cleaner/pull/484">https://github.com/DatabaseCleaner/database_cleaner/pull/484</a> by <a href="https://github.com/ahorek">@ahorek</a>)</p>
</li>
<li>
<p>Rails 5.1 support: Remove deprecation warning (<a href="https://github.com/DatabaseCleaner/database_cleaner/pull/477">https://github.com/DatabaseCleaner/database_cleaner/pull/477</a> by <a href="https://github.com/activefx">@activefx</a>)</p>
</li>
</ul>
<p>Thank you for all your contributions!</p>
</content>
</entry>
<entry>
<title>Database Cleaner v1.5.3 is out!</title>
<link rel="alternate" href="http://blog.url.com/2016/04/22/v1-5-3-is-out/"/>
<id>http://blog.url.com/2016/04/22/v1-5-3-is-out/</id>
<published>2016-04-21T20:00:00-04:00</published>
<updated>2017-05-04T15:04:55-04:00</updated>
<author>
<name>Article Author</name>
</author>
<content type="html"><h1 id="database-cleaner-v153-is-out">Database Cleaner v1.5.3 is out!</h1>
<p>There is only one fix:</p>
<ul>
<li>Use <code>default_client</code> with mongoid &gt;= 5.0, <code>default_session</code> with mongoid &lt; 5.0 (<a href="https://github.com/DatabaseCleaner/database_cleaner/pull/437">https://github.com/DatabaseCleaner/database_cleaner/pull/437</a> by <a href="https://github.com/P9GIT">@P9GIT</a>)</li>
</ul>
<p>Thank you for all your contributions!</p>
</content>
</entry>
<entry>
<title>Database Cleaner v1.5.2 is out!</title>
<link rel="alternate" href="http://blog.url.com/2016/04/17/v1-5-2-is-out/"/>
<id>http://blog.url.com/2016/04/17/v1-5-2-is-out/</id>
<published>2016-04-16T20:00:00-04:00</published>
<updated>2017-05-04T15:04:55-04:00</updated>
<author>
<name>Article Author</name>
</author>
<content type="html"><h1 id="database-cleaner-v152-is-out">Database Cleaner v1.5.2 is out!</h1>
<p>There were a couple of enhancements:</p>
<ul>
<li>
<p>Use <code>default_client</code> with mongoid 5.0 (<a href="https://github.com/DatabaseCleaner/database_cleaner/pull/408">https://github.com/DatabaseCleaner/database_cleaner/pull/408</a> by <a href="https://github.com/stjhimy">@stjhimy</a>)</p>
</li>
<li>
<p>Added comparable support for strategies (<a href="https://github.com/DatabaseCleaner/database_cleaner/pull/405">https://github.com/DatabaseCleaner/database_cleaner/pull/405</a> by <a href="https://github.com/st0012">@st0012</a>)</p>
</li>
<li>
<p>Better README instructions that suggest <code>append_after</code> (<a href="https://github.com/DatabaseCleaner/database_cleaner/pull/414">https://github.com/DatabaseCleaner/database_cleaner/pull/414</a> bt <a href="https://github.com/jrochkind">@jrochkind</a>)</p>
</li>
<li>
<p>Removed deprecation warnings for Rails 5.0+ (<a href="https://github.com/DatabaseCleaner/database_cleaner/pull/415">https://github.com/DatabaseCleaner/database_cleaner/pull/415</a> by <a href="https://github.com/pschambacher">@pschambacher</a>)</p>
</li>
<li>
<p>Upgrade to RSpec 2.14 (<a href="https://github.com/DatabaseCleaner/database_cleaner/pull/432">https://github.com/DatabaseCleaner/database_cleaner/pull/432</a> by <a href="https://github.com/skalee">@skalee</a>)</p>
</li>
</ul>
<p>And these fixes:</p>
<ul>
<li>
<p><a href="https://github.com/dmitrypol">@dmitrypol</a> fixed issue <a href="https://github.com/DatabaseCleaner/database_cleaner/issues/409">#409</a></p>
</li>
<li>
<p><a href="https://github.com/schmierkov">@schmierkov</a> fixed the Travis builds with PR <a href="https://github.com/DatabaseCleaner/database_cleaner/pull/416">#416</a></p>
</li>
<li>
<p><a href="https://github.com/shosti">@shosti</a> fixed issue <a href="https://github.com/DatabaseCleaner/database_cleaner/issues/345">#345</a></p>
</li>
<li>
<p><a href="https://github.com/kylev">@kylev</a> fixed issue <a href="https://github.com/DatabaseCleaner/database_cleaner/issues/379">#379</a></p>
</li>
<li>
<p><a href="https://github.com/skalee">@skalee</a> fixed the Travis builds for Neo4j with PR <a href="https://github.com/DatabaseCleaner/database_cleaner/pull/433">#433</a></p>
</li>
</ul>
<p>Thank you for all your contributions!</p>
</content>
</entry>
<entry>
<title>Database Cleaner v1.5.1 is out!</title>
<link rel="alternate" href="http://blog.url.com/2015/10/16/v1-5-1-is-out/"/>
<id>http://blog.url.com/2015/10/16/v1-5-1-is-out/</id>
<published>2015-10-15T20:00:00-04:00</published>
<updated>2017-05-04T15:04:55-04:00</updated>
<author>
<name>Article Author</name>
</author>
<content type="html"><h1 id="database-cleaner-v151-is-out">Database Cleaner v1.5.1 is out!</h1>
<p>There is only one bug fix:</p>
<ul>
<li>Added mongo2 missing files to the gemspec (<a href="https://github.com/DatabaseCleaner/database_cleaner/pull/385">https://github.com/DatabaseCleaner/database_cleaner/pull/385</a> by <a href="https://github.com/geerzo">@geerzo</a>)</li>
</ul>
<p>Thank you for all your contributions!</p>
</content>
</entry>
</feed>