-
Notifications
You must be signed in to change notification settings - Fork 31
/
History.txt
355 lines (229 loc) · 7.25 KB
/
History.txt
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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
* Add official support for Ruby 3.1
* Remove official support for Ruby < 2.7, as they reached their End-of-Life
6.0.0 / 2021-01-07
==================
* Make bibtexml converter optional
5.1.7 / 2021-01-07
==================
* Add support for Ruby 3.0 (@skalee)
5.1.6 / 2020-12-02
==================
* Ignore case when matching types
* Remove official support for Ruby 2.4
5.1.5 / 2020-10-14
==================
5.1.4 / 2020-04-14
==================
5.1.3 / 2020-04-06
==================
5.1.2 / 2020-02-27
==================
5.1.1 / 2020-01-17
==================
5.1.0 / 2020-01-17
==================
* Use File.read instead of Kernel.open in BibTeX.open
* Fix Ruby 2.7 deprecation warnings
5.0.0 / 2019-06-12
==================
* Dropped support for Ruby < 2.3
4.2.0 / 2015-02-02
==================
* Fixed queries being whitespace sensitive
4.0.9 / 2015-01-20
==================
* Improve BibTeX::Value comparison
4.0.8 / 2015-01-12
==================
* Ruby 2.2 support
* Added Entry#month_numeric
* Added support for numeric values
4.0.4 / 2014-10-10
==================
* added !~ matcher for queries (@temporaer)
4.0.0 / 2014-07-08
==================
* BREAKING: Support type/key fields. Rename type -> bibtex_type
and key -> bibtex_key in key-value exports.
* Add support for BibLaTeX date syntax
3.1.6 / 2014-06-17
==================
* Allow semicolons in keys
* Bugfixes
3.1.5 / 2014-03-25
==================
* Improve Name#extend_initials
* Add Name#normalize_initials
3.1.4 / 2014-03-15
==================
* Add more name fields
* Improve CiteProc export
3.1.3 / 2014-02-10
==================
* Fix Ruby warnings
3.1.2 / 2014-01-29
==================
* Improve CiteProc export (thanks @andriusvelykis)
3.1.1 / 2014-01-20
==================
* RDF Export improvements (@tmaier)
3.1.0 / 2014-01-20
==================
* Fixed and refactored RDF Export (@tmaier)
3.0.1 / 2013-12-30
==================
* Fixed sorting (@casutton)
3.0.0 / 2013-11-11
==================
* Added transliteration support to default key generator (@cruessler)
* Improve parsing of non-ascii keys (@cruessler)
2.3.4 / 2013-08-22
==================
* Fixed file-permissions in gem (thanks to @jwvdm)
2.3.3 / 2013-07-29
==================
* Fixed #duplicates? method (thanks to @mfenner)
* Fixed issue with JSON export (thanks to @noahdesu)
2.3.1 / 2013-07-04
==================
* Support multiple filters in #convert methods
2.3.0 / 2013-06-04
==================
* Add attribute-only queries (thanks to @ashinkarov)
* Add negated queries (thanks to @ashinkarov)
2.2.2 / 2013-15-01
==================
* Improves CiteProc export #61 #62 (@plessl)
2.2.1 / 2013-13-01
==================
* Fixes BibTeX/CiteProc type issue (thanks to @plessl)
2.2.0 / 2012-12-02
==================
* Adds duplicate detection
* Adds Entry merge support
2.1.1 / 2012-11-02
==================
* Fixed lexer issue with whitespace before cite keys (@lmullen)
2.1.1 / 2012-09-14
==================
* Improved @comment and @preamble parsing (@JLimperg)
2.1.0 / 2012-08-31
==================
* Improved query support
* Use Travis-CI
* Updated dependencies
* Bug fixes and 1.8 compatibility (@RubenVerborgh)
2.0.11 / 2012-05-23
===================
* Added :allow_missing_keys option (thanks to @jrochkind)
2.0.9 / 2012-05-15
==================
* Added extend_initials! method to extend all names in the bibliography
* Added unify method as a shorthand to unify fields across the bibliography
2.0.8 / 2012-05-11
==================
* Added extend_initials feature for names
* Added experimental RDF export (using BIBO ontology)
2.0.7 / 2012-04-30
==================
* Added support for <=, >= numeric queries
2.0.6 / 2012-04-30
==================
* Added support for !=, /=, ~=, and ^= queries
2.0.5 / 2012-04-19
==================
* Fixed Entry#dup (@JLimperg)
* Implemented explicit caching of regular expressions (for MacRuby)
* Switched to new MultiJson API
2.0.4 / 2011-12-20
==================
* Added lexer option :strip to strip newlines from literals (thanks to @JLimperg)
* Added :linebreaks filter
2.0.3 / 2011-12-13
==================
* Added new entry wildcard "@*" to queries (kudos to @vanto)
2.0.2 / 2011-11-25
==================
* Fixed (#33): error in Entry#respond_to? (kudos to @houshuang)
2.0.1 / 2011-10-20
==================
* Fixed name parser incompatibility with Rails (kudos to @amattsmith)
* Improved latex-decoder (kudos to @etc)
2.0.0 / 2011-09-25
==================
* Added support to directly add Arrays, Hashes, or Strings to Bibliographies
* Added cross reference support (@etc)
* Moved back to using strings as Entry keys (instead of symbols)
* Added improved default key generation
* Improved name parsing
* Switched to multi_json gem for JSON and citeproc export
* Switched to BibTeXML as XML export
* Added duplicate detection
* Bugfixes
1.3.12 / 2011-09-06
===================================
* Improved default keys for BibTeX entries
1.3.11 'happy #rbxday' / 2011-08-05
===================================
* Rubinius compatibility
* Cleaned up dependency loading
1.3.10 / 2011-07-16
==================
* Fixes gemspec options
* Added support for cite keys containing spaces (@sharnik)
=== 1.3.9 / 2011-07-05
* Added a LaTeX input filter
=== 1.3.8 / 2011-07-05
* Added a converter-plugin framework
=== 1.3.7 / 2011-06-30
* Added option to toggle dropping/non-dropping behaviour of 'von' parts
when exporting to CiteProc/CSL
* Fixed name parser not accepting 'von' parts starting with upper case words
in sort order (#11)
* Added support for multi-line string literals (#15)
=== 1.3.6 / 2011-06-11
* Refactored lexer and parser for speed
* Added support for @strings with braced values (#10)
=== 1.3.5 / 2011-06-07
* Removed debugger initialisation
=== 1.3.4 / 2011-06-07
* Performance boost for parsing of large bibliographies
=== 1.3.3 / 2011-06-06
* Fixed name parsing of nested braced expressions
=== 1.3.2
* Fixed numeric keys issue
* Fixed CiteProc/CSL date export
* Implemented BibTeX month value conversion
=== 1.3.1
* Added CiteProc/CSL export format
=== 1.3.0 / 2011-05-12
* Improved top-level utility functions
* Implemented a BibTeX name parser and name value objects
* Re-factored and cleaned up API and export
* Added cucumber features
* Re-implemented string handling using dedicated Value objects
* Implemented query language to search in bibliographies
* Improved testing environment
* Added cucumber features
=== 1.2.1 / 2011-02-26
* Fixed several MacRuby compliancy issues.
* Fixed compatibility issues and BibTeX parsing of name tokens (lyro)
=== 1.2.0 / 2011-02-12
* Switched to using bundler.
* Improved BibTeX::Entry constructor (supports hashes for intuitive assignments).
* Added top-level methods BibTeX.parse, BibTeX.open, BibTeX.valid? and
BibTeX::Entry.parse.
* Rewrote StringReplacement extensions to use monkey patching of Arrays.
* See README.md or unit tests for updated code examples.
=== 1.1.2 / 2011-01-27
* Added dynamic ghost methods to BibTeX::Entry for more convenient access
to BibTeX values.
=== 1.1.1 / 2011-01-25
* Improved JSON and XML export.
* Added more examples to README.
=== 1.1.0 / 2011-01-24
* Improved YAML export.
=== 1.0.1 / 2011-01-17
* Removed StringScanner extension.
=== 1.0.0 / 2011-01-17
* Initial Release. See README.md for further details.