2020-11-09 03:01:44 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 7 15:34:56 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update citeproc to version 0.1.1.1.
|
|
|
|
## 0.1.1.1
|
|
|
|
|
|
|
|
* Pay attention to citationNoteNumber in computing position.
|
|
|
|
In calculating whether an item is alone in its citation,
|
|
|
|
we need to take into account citationNoteNumber, since
|
|
|
|
two citations may occur in the same note and they should
|
|
|
|
not be ranked "alone." See jgm/pandoc#6813,
|
|
|
|
citation-style-language/documentation#121
|
|
|
|
|
|
|
|
## 0.1.1
|
|
|
|
|
|
|
|
* Ensure that uncited references are sorted last
|
|
|
|
when it comes to assigning citation numbers (#22).
|
|
|
|
* Remove "capitalize initial term" feature. This is required by
|
|
|
|
the test suite but not the spec. It makes more sense for us to do
|
|
|
|
this capitalization in the calling program, e.g. pandoc. For some
|
|
|
|
citations in note styles may already be in notes and thus not
|
|
|
|
trigger separate footnotes. If initial terms had been capitalized,
|
|
|
|
we'd need to uncapitalize, and that is hard to do reliably.
|
|
|
|
* Treat empty `FancyVal` as an empty value.
|
|
|
|
* Derive Functor, Traversable, Foldable for Result [API change].
|
|
|
|
|
2020-10-27 12:17:47 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 23 19:25:24 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update citeproc to version 0.1.0.3.
|
|
|
|
## 0.1.0.3
|
|
|
|
|
|
|
|
* Better handling of author-only/suppress-author.
|
|
|
|
Previously all results of "names" elements were treated
|
|
|
|
as authors. But only the first should be (generally this
|
|
|
|
is the author, but it could be the editor of an edited
|
|
|
|
volume with no author). See jgm/pandoc#6765.
|
|
|
|
|
2020-10-20 11:15:30 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 16 02:00:51 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update citeproc to version 0.1.0.2.
|
|
|
|
Upstream has edited the change log file since the last release in
|
|
|
|
a non-trivial way, i.e. they did more than just add a new entry
|
|
|
|
at the top. You can review the file at:
|
|
|
|
http://hackage.haskell.org/package/citeproc-0.1.0.2/src/CHANGELOG.md
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 15 02:01:12 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update citeproc to version 0.1.0.1.
|
|
|
|
## 0.1.0.1
|
|
|
|
|
|
|
|
* Fix sorting when no `<sorting>` element given. The spec says:
|
|
|
|
"In the absence of cs:sort, cites and bibliographic entries appear in
|
|
|
|
the order in which they are cited." This affects IEEE in particular. See
|
|
|
|
jgm/pandoc#6741.
|
|
|
|
|
|
|
|
* Improve `sameNames` and citation grouping. Preivously if a citation
|
|
|
|
item had a prefix, it would not be grouped with following citations.
|
|
|
|
See jgm/pandoc#6722 for discussion.
|
|
|
|
|
|
|
|
* Remove unneeded `hasNoSuffix` check in `sameNames`.
|
|
|
|
|
|
|
|
* Remove unneeded import
|
|
|
|
|
|
|
|
* `citeproc` executable: strip BOM before parsing style (#18).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 13 07:03:02 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Add citeproc at version 0.1.
|
|
|
|
|