Skip to content

Commit 2ab195a

Browse files
committed
[skip-ci] add changelog for wasm-v0.2.0
1 parent 55a644c commit 2ab195a

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

crates/wasm/CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog (@citeproc-rs/wasm)
22

3+
## [wasm-v0.2.0](https://github.com/zotero/citeproc-rs/tree/wasm-v0.2.0) (2021-12-14)
4+
5+
[Full Changelog](https://github.com/zotero/citeproc-rs/compare/wasm-v0.1.0...wasm-v0.2.0)
6+
7+
#### Breaking changes:
8+
9+
- Add a way to specify the ClusterMode of a previewed cluster [\#119](https://github.com/zotero/citeproc-rs/issues/119)
10+
- Remove .unwrap\(\) from JS API; `Driver.new` =\> `new Driver` [\#142](https://github.com/zotero/citeproc-rs/pull/142) [[A-ci](https://github.com/zotero/citeproc-rs/labels/A-ci)]
11+
12+
#### Implemented enhancements:
13+
14+
- Set output format after driver initialization [\#122](https://github.com/zotero/citeproc-rs/issues/122)
15+
- previewCitationCluster =\> previewCluster [\#141](https://github.com/zotero/citeproc-rs/pull/141)
16+
- setOutputFormat API [\#140](https://github.com/zotero/citeproc-rs/pull/140)
17+
18+
#### Fixed bugs:
19+
20+
- PMID and PMCID urls are backwards [\#131](https://github.com/zotero/citeproc-rs/issues/131) [[I-bug](https://github.com/zotero/citeproc-rs/labels/I-bug)] [[A-core](https://github.com/zotero/citeproc-rs/labels/A-core)]
21+
22+
#### Closed issues:
23+
24+
- CI errors downloading test results from S3 when PRs are submitted from people who aren't me [\#134](https://github.com/zotero/citeproc-rs/issues/134)
25+
- "\<" is ignored in prefix [\#129](https://github.com/zotero/citeproc-rs/issues/129) [[A-core](https://github.com/zotero/citeproc-rs/labels/A-core)]
26+
- In some scenarios prefix needs to be ignored when wrapping DOI [\#127](https://github.com/zotero/citeproc-rs/issues/127) [[A-core](https://github.com/zotero/citeproc-rs/labels/A-core)]
27+
- Invalid HTML produced when item URL contains a quotation symbol `"`. [\#123](https://github.com/zotero/citeproc-rs/issues/123)
28+
- BibliographyMeta wrongly cased/documented [\#77](https://github.com/zotero/citeproc-rs/issues/77)
29+
30+
#### Merged pull requests:
31+
32+
- reimplement name parsing [\#139](https://github.com/zotero/citeproc-rs/pull/139) [[A-core](https://github.com/zotero/citeproc-rs/labels/A-core)]
33+
- Solve year-suffix / no-date interaction [\#137](https://github.com/zotero/citeproc-rs/pull/137) [[A-core](https://github.com/zotero/citeproc-rs/labels/A-core)]
34+
- Fix "line-spacing" attribute on \<bibliography\> in CSL is ignored [\#133](https://github.com/zotero/citeproc-rs/pull/133) [[A-core](https://github.com/zotero/citeproc-rs/labels/A-core)]
35+
- Fix doi urls in prefix duplication, and pmids/pmcids [\#132](https://github.com/zotero/citeproc-rs/pull/132) [[A-core](https://github.com/zotero/citeproc-rs/labels/A-core)]
36+
- Fix erroneous parsing of HTML in prefix="..."/suffix [\#130](https://github.com/zotero/citeproc-rs/pull/130)
37+
- Test case for \#127 [\#128](https://github.com/zotero/citeproc-rs/pull/128)
38+
- Test ESR wasm support [\#125](https://github.com/zotero/citeproc-rs/pull/125)
39+
- Escape urls, implement auto-prefixing and configurable link anchors [\#124](https://github.com/zotero/citeproc-rs/pull/124) [[A-core](https://github.com/zotero/citeproc-rs/labels/A-core)]
40+
341
## [wasm-v0.1.0](https://github.com/zotero/citeproc-rs/tree/wasm-v0.1.0) (2021-10-21)
442

543
[Full Changelog](https://github.com/zotero/citeproc-rs/compare/wasm-v0.0.0...wasm-v0.1.0)

0 commit comments

Comments
 (0)