Ondřej Súkup
b6265a4b10
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-citeproc?expand=0&rev=19
206 lines
7.6 KiB
Plaintext
206 lines
7.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Mar 3 16:35:42 UTC 2021 - psimons@suse.com
|
|
|
|
- Update citeproc to version 0.3.0.8.
|
|
## 0.3.0.8
|
|
|
|
* In parsing abbreviations JSON, ignore top-level fields
|
|
besides "default" (#57), e.g. "info" which is used in Zotero's
|
|
default abbreviations file.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 2 09:34:13 UTC 2021 - psimons@suse.com
|
|
|
|
- Update citeproc to version 0.3.0.7.
|
|
## 0.3.0.7
|
|
|
|
* Remove check for ASCII in case transform code.
|
|
Previously we weren't doing case transform on words
|
|
containing non-ASCII characters.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 31 13:49:51 UTC 2021 - psimons@suse.com
|
|
|
|
- Update citeproc to version 0.3.0.6.
|
|
## 0.3.0.6
|
|
|
|
* Fix infinite loop in `fixPunct` (#49). In a few rare cases
|
|
`fixPunct` would hang.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 24 16:09:24 UTC 2021 - psimons@suse.com
|
|
|
|
- Update citeproc to version 0.3.0.5.
|
|
## 0.3.0.5
|
|
|
|
* Add a space between "no date" term and disambiguator
|
|
if the long form is used (#47).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 18 09:06:54 UTC 2021 - psimons@suse.com
|
|
|
|
- Update citeproc to version 0.3.0.4.
|
|
## 0.3.0.4
|
|
|
|
* Improve disambiguation code. Add type signatures,
|
|
move some functions to the top-level, and make the
|
|
logic clearer and more efficient.
|
|
* Re-render after each stage of ambiguity resolution
|
|
instead of relying on analysis of names and dates.
|
|
This is necessary especially for styles like
|
|
chicago-note-bibliography which use titles in
|
|
citations. Closes #44. No measurable
|
|
performance impact.
|
|
* Update test suite from upstream.
|
|
* Update `it-IT` locale.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 29 21:16:59 UTC 2020 - psimons@suse.com
|
|
|
|
- Update citeproc to version 0.3.0.3.
|
|
## 0.3.0.3
|
|
|
|
* Fix author-only citations (#43). We got bad results with some
|
|
styles when a reference had both an author and a translator.
|
|
|
|
## 0.3.0.2
|
|
|
|
* Don't use cite-group delimiter if ANY citation in group has
|
|
locator (#38). This seems to be citeproc.js's behavior and it gives
|
|
better results for chicago-author-date: we want both
|
|
`[@foo20; @foo21, p. 3]` and `[@foo20, p. 3; @foo21]` to produce
|
|
a semicolon separator, rather than a comma.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 19 14:46:02 UTC 2020 - psimons@suse.com
|
|
|
|
- Update citeproc to version 0.3.0.1.
|
|
## 0.3.0.1
|
|
|
|
* Better handle `initialize-with` that ends in a nonbreaking space.
|
|
In this case, citeproc should not add an additional space
|
|
or strip the nonbreaking space. Closes #37.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- disable %{ix86} build
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 10:46:37 UTC 2020 - psimons@suse.com
|
|
|
|
- Update citeproc to version 0.3.
|
|
## 0.3
|
|
|
|
* Change `makeReferenceMap` to return a cleaned-up list of
|
|
references as well as a reference map. The cleanup-up list
|
|
removes references with duplicate ids. When there are multiple
|
|
references with the same id, the last one is included and
|
|
the others discarded. [API change]
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 9 11:28:30 UTC 2020 - psimons@suse.com
|
|
|
|
- Update citeproc to version 0.2.0.1.
|
|
## 0.2.0.1
|
|
|
|
* FromJSON for Name: make straight quotes curly.
|
|
Otherwise nothing will do this, when we are decoding
|
|
JSON to (Reference a), a /= CslJson Text.
|
|
* Remove redundant pragmas and imports (Albert Krewinkel).
|
|
* Use custom prelude with GHC 8.6.* and older (Albert
|
|
Krewinkel). This adds support for GHC 8.0.x.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 19 19:50:28 UTC 2020 - psimons@suse.com
|
|
|
|
- Update citeproc to version 0.2.
|
|
## 0.2
|
|
|
|
* Remove `AfterOtherPunctuation` constructor from
|
|
`CaseTransformState` [API change].
|
|
This gave bad results with things like parentheses (#27).
|
|
* Change `SortKeyValue` to include `Maybe Lang` [API change].
|
|
This allows us to do locale-sensitive sorting (though this
|
|
won't matter much unless the `icu` flag is used).
|
|
* Add `Maybe Lang` parameter on `initialize` (since
|
|
capitalization can be locale-dependent).
|
|
* Add cabal.project.icu for building with icu lib.
|
|
* Add (unexported) Citeproc.Unicode compatibility module.
|
|
This allows us to use the same functions whether or not
|
|
the `icu` flag is used.
|
|
|
|
-------------------------------------------------------------------
|
|
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].
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|