Skip to content

Latest commit

 

History

History
1574 lines (727 loc) · 77.7 KB

CHANGELOG.md

File metadata and controls

1574 lines (727 loc) · 77.7 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

18.2.0 (2025-02-05)

Features

  • attrib.js: add data-ams-doc (70fa67c), closes #462
  • replace applyHacks() with fixContentModel() (0cb4ae7), closes #473
  • revise tag and target in text equations (d7244f6), closes #429

Bug Fixes

18.1.0 (2024-09-09)

Features

  • sec.js: support style attribute (84c7699), closes #461

18.0.0 (2024-08-16)

18.0.0-0 (2024-08-13)

⚠ BREAKING CHANGES

  • label.js no longer generates punctuation&space in label (with title) but adds space between label and title (if both present); also no longer adds space and possible punctuation after theorem title.

  • secheading no longer generates punctuation+space in label, but spaces after label&title.

  • caption.js no longer generates punctuation after label nor parentheses around subfigure labels.

  • toc-entry no longer generates punctuation after label.

  • xref-group now preserved in tex-math

  • cite-detail no longer unwrapped in tex-math

  • book-app-groups are no longer forcibly marked as parts and level.

  • all x elements are now preserved as ams-x, i.e. downstream will need to remove unwanted ones.

  • feat!(label.js): stop adding "generated text" (4b9543d), closes #454

  • feat!(secheading.js): stop adding "generated text" (d98265e), closes #454

  • feat!(caption.js): stop adding "generated text" (3d17ff1), closes #454

  • feat!(toc-entry.js): stop adding "generated text" (1981ae3), closes #454

  • feat!(xref-groupl.js): preserve in tex-math (133d8a5), closes #456

  • feat!(cite-detail.js): preserve in tex-math (0a570fe), closes #455

  • feat!(sec.js): revise book-app-group output (2f4e06a), closes #436

  • feat!(x.js): preserve all x elements as ams-x (5b77a86), closes #445

Features

  • algorithm.js: support missing line no. delimiter (0ef3047), closes #453

Bug Fixes

  • package.json: replace standard-version (5db8c62), closes #458
  • secheading, toc-entry should match label.js (4e9d7ef), closes #454

17.1.0 (2024-07-04)

Features

  • toc-entry.js: add label/title wrappers (2165072), closes #451

17.0.1 (2024-06-07)

Bug Fixes

  • handle cite-group, cite-detail inside tex-math (0df8528), closes #450

17.0.0 (2024-06-07)

⚠ BREAKING CHANGES

  • Expects role instead author-comment

Features

  • adjust to texml renaming author-comment to role (c46822b), closes #449

16.1.1 (2024-06-03)

Bug Fixes

  • hacks.js: treat custom elements like phrasing content (ab7c158), closes #447

16.1.0 (2024-06-03)

Features

  • book-meta.json.js: preserve LCCN if present (4426d63), closes #440
  • support cite-group and cite-detail (dc832cf), closes #443
  • toc-entry.js: support specific-use attribute (b11a3c9), closes #444

16.0.0 (2024-04-29)

⚠ BREAKING CHANGES

  • Nested a are now "flattened" to span.

Features

  • revise treatment of nested links (cdc63a9), closes #442

Bug Fixes

  • xref.js: warn on nested link not inside toc-entry (a59b69e), closes #442

15.2.1 (2024-03-29)

15.2.0 (2024-03-29)

Features

  • formula.js: mapAttributes() but from tex-math (3e1f603), closes #441

15.1.1 (2023-12-13)

Bug Fixes

  • mixed-citation.js: fix HTML escaping (4df1462), closes #438

15.1.0 (2023-11-23)

Features

  • label.js: preserve title and label (5dae34f), closes #327

Bug Fixes

  • package: upgrade linkedom (34ae8a7)

15.0.0 (2023-11-02)

⚠ BREAKING CHANGES

  • rename to texml-to-html, prepare publication

Features

  • rename to texml-to-html, prepare publication (61d141b)

14.0.1 (2023-10-20)

Bug Fixes

  • extractContribuGroups: surname-only names (7ecc1f7), closes #432

14.0.0 (2023-10-04)

⚠ BREAKING CHANGES

  • Introduces tex-math elements inside data-ams-doc=math which contain the TeX strings as well as data-ams-doc="tags" for copies of tags

Features

  • revise formula elements handling (1896c1a), closes #425

13.7.1 (2023-09-13)

Bug Fixes

  • x.js: drop x in xref-group (90cf722), closes #431
  • xref-group: reduce data-ams-refrange value (e6ad0b8), closes #431

13.7.0 (2023-09-12)

Features

Bug Fixes

  • xref.js: remove deprecated ref-label handling (4da69c3), closes #427

13.6.0 (2023-08-09)

Features

13.5.1 (2023-08-08)

Bug Fixes

  • adjust to texml changes for "text equations" (f6910d9), closes #426

13.5.0 (2023-06-29)

Features

13.4.0 (2023-06-27)

Features

  • target.js: heuristics tag extraction (b901e6a), closes #401

Bug Fixes

13.3.2 (2023-05-08)

13.3.1 (2023-03-28)

Bug Fixes

  • fn.js: aria-label for footnotes (0ed94bf), closes #415

13.3.0 (2023-03-17)

Features

  • disp-formula with content-type="text" (060b1f1), closes #413

13.2.0 (2023-02-22)

Features

  • article-metadata-json.js: preserve vocab-identifier (ed9ff61), closes #412

13.1.0 (2023-02-13)

Features

  • generate byline for article- and sec-meta (97b1a93), closes #409
  • metadata: add identifier for AMS "manid" (4759519), closes #406

Bug Fixes

  • article-metadata-json.js: improve self-uri (f780b79), closes #404
  • extractContribGroups.js: handle groups of same type (2b777ae), closes #408

13.0.1 (2023-01-27)

Bug Fixes

  • mixed-citation: drop deprecated role (a894343), closes #407

13.0.0 (2023-01-19)

⚠ BREAKING CHANGES

  • Less markup in book metadata json blob, see #405.
  • Overhaul of article metadata #254. Drops titlepage and copyright-page, introduces metadata as json blob.

Features

Bug Fixes

  • secheading.js: revise level calculation (75add67), closes #403
  • statement.js: drop data-ams-doc-level (85e64c7), closes #403 #397

12.0.0 (2022-12-21)

⚠ BREAKING CHANGES

  • Removes support for deprecated MSC markup #386

Features

  • remove support for deprecated markup (c7affa9), closes #386
  • sec-heading.js: integrate mapAttributes() (e1481d0), closes #354
  • secheading.js: add data-ams-doc-level (8f92d86), closes #322
  • xref: preserve ref-label attribute (139c473), closes #272

Bug Fixes

  • remove duplicate viewport meta tag for books (7550472), closes #402

11.0.0 (2022-11-22)

⚠ BREAKING CHANGES

  • No longer supports fs.read buffers // needs toString().

Features

10.15.1 (2022-11-18)

Bug Fixes

  • mapColorAttributes: map border attributes (a162a04), closes #394

10.15.0 (2022-10-31)

Features

10.14.0 (2022-10-26)

Features

10.13.1 (2022-10-24)

Bug Fixes

  • target.js: don't escape text inside tex-math (efc8a83), closes #392

10.13.0 (2022-09-22)

Features

  • hacks.js: remove empty paragraphs (98dd2af), closes #388

Bug Fixes

10.12.0 (2022-09-16)

Features

10.11.1 (2022-09-09)

Bug Fixes

  • article.js: check pubid and manid separately (ddb819f), closes #384

10.11.0 (2022-09-09)

Features

  • article.js: keep manid / pubid separate (0d5cb17), closes #383

10.10.1 (2022-08-17)

Bug Fixes

10.10.0 (2022-08-17)

Features

Bug Fixes

  • formula.js: nested formula handling (bd6249b), closes #378

10.9.0 (2022-08-02)

Features

  • revise fallback alt text for graphics (924c2f6), closes #375

10.8.0 (2022-06-29)

Features

  • graphic.js: support graphics inside tex-math (2eca6ba), closes #376

10.7.3 (2022-06-22)

Bug Fixes

  • book-meta-json.js: adjust to texml change (6e2d56d), closes #374

10.7.2 (2022-06-15)

Bug Fixes

  • graphic.js: fallback for unitless dimensions (e5b0d9a), closes #373

10.7.1 (2022-05-19)

10.7.0 (2022-05-12)

Features

  • mapAttributes.js: preserve class attribute (241e006), closes #371

10.6.3 (2022-04-29)

Bug Fixes

  • sc.js: in tex-math, wrap \mathsc in $...$ (b36d7e7), closes #370

10.6.2 (2022-04-25)

Bug Fixes

  • book-meta-json.js: preserve author-comment (babd06d), closes #369

10.6.1 (2022-04-11)

Bug Fixes

  • helpers-tex: escape & in text in TeX (63b9470), closes #368

10.6.0 (2022-04-01)

Features

10.5.4 (2022-03-20)

Bug Fixes

10.5.3 (2022-03-18)

Bug Fixes

10.5.2 (2022-03-18)

Bug Fixes

10.5.1 (2022-03-14)

Bug Fixes

  • roman.js: replace textup with textrm (ee33ebb), closes #362

10.5.0 (2022-03-14)

Features

  • support text-styling within tex-math (115c27a), closes #359

Bug Fixes

  • xref.js: adjust to up&downstream changes (fa1e6f0), closes #311

10.4.3 (2022-03-07)

Bug Fixes

10.4.2 (2022-03-02)

Bug Fixes

10.4.1 (2022-03-02)

Bug Fixes

10.4.0 (2022-03-02)

Features

10.3.0 (2022-03-01)

Features

  • book-meta-json.js: support collection metadata (cce9739), closes #353

10.2.0 (2022-02-17)

Features

10.1.1 (2022-02-11)

Bug Fixes

  • fn.js: multiple footnotes in ancestor (cb77f1d), closes #352

10.1.0 (2022-02-10)

Features

Bug Fixes

  • mapColorAttributes: default border width (8b0ac9c), closes #346

10.0.0 (2022-02-04)

Bug Fixes

10.0.0-0 (2022-01-26)

⚠ BREAKING CHANGES

  • remove (broken) CLI mode
  • book metadata output is now a JSON blob.

Features

Bug Fixes

  • unnest links within ext-link (14f7426), closes #347

  • fix!(ams-xml-to-html.js): remove (broken) CLI mode (e26e967)

9.0.1 (2022-01-17)

Bug Fixes

  • footnote: wrap footnote marker in superscript (9962791), closes #344

9.0.0 (2022-01-13)

⚠ BREAKING CHANGES

  • footnote no longer drops its label.
  • foonotes now div (instead of span) and moved out of ancestors.

Features

Bug Fixes

  • label.js: for ref, remove wrapping span (1b2c9db), closes #343

  • feat!(label.js): preserve label in fn (6b956f5), closes #342

8.10.0 (2022-01-10)

Features

  • fig: improve attribute preservation (04b1947), closes #339

8.9.1 (2021-12-17)

8.9.0 (2021-12-10)

Features

  • handle xref and ext-link inside xref (13489f7), closes #332

8.8.0 (2021-12-06)

Features

8.7.0 (2021-12-03)

Features

  • sec-meta: improve support in articles (7d02f14), closes #335

8.6.0 (2021-11-18)

Features

  • styled-content: support color attributes (8cb0656), closes #333

8.5.0 (2021-11-17)

Features

  • ref-list.js: support nested ref-list (fa6f4b9), closes #331

Bug Fixes

8.4.0 (2021-11-09)

Features

  • label.js: check for trailing period (1f85fa4), closes #310

8.3.1 (2021-11-09)

Bug Fixes

  • support all in articles (8aed454), closes #329
  • contrib: check suffix for leading comma (bffb948), closes #330

8.3.0 (2021-10-29)

Features

  • support multiple custom-meta elements (65f7ac9), closes #324

8.2.0 (2021-10-26)

Features

8.1.1 (2021-10-01)

8.1.0 (2021-09-30)

Features

8.0.0 (2021-09-29)

8.0.0-0 (2021-08-20)

⚠ BREAKING CHANGES

  • Switch from jsdom to linkedom #319
  • ams-xml-to-html will no longer run via npx

Features

7.5.0 (2021-04-15)

Features

  • article-id: add MR number to MR link (23799fa), closes #316

7.4.0 (2021-02-25)

Features

7.3.0 (2021-02-18)

Features

  • toc-entry.js: revise alt-title handling (7152007), closes #314

Bug Fixes

  • toc-entry: fix check for contribs. (9657a1c)

7.2.0 (2021-02-17)

Features

  • app.js: add heuristics for acknowledgments (d85f161), closes #262
  • toc-entry: support contributor info (97f64cd), closes #312

7.1.0 (2020-12-14)

Features

7.0.0 (2020-11-24)

⚠ BREAKING CHANGES

  • statement output changed from section to figure tags #222

Features

6.10.0 (2020-11-10)

Features

6.9.0 (2020-09-25)

Features

  • article.js: add data-ams-manid to titlepage (99c3994), closes #269

6.8.0 (2020-09-22)

Features

  • def-item: always add wrapping div (7948e3a), closes #307

6.7.0 (2020-09-18)

Features

6.6.1 (2020-08-25)

Bug Fixes

6.6.0 (2020-08-24)

Features

  • label.js: separate label and title (0c118ca), closes #303

6.5.1 (2020-08-21)

Bug Fixes

  • disp-quote: epigraphs use content-type (e673526), closes #304

6.5.0 (2020-08-21)

Features

  • disp-quote: add role for epigraphs (2152d70), closes #245

6.4.1 (2020-07-29)

Bug Fixes

  • pub-date.js: handle missing received date (5bf6c0a), closes #301

6.4.0 (2020-07-02)

Features

6.3.1 (2020-07-01)

Bug Fixes

  • toc-entry: fix check for empty label (0eac3d5), closes #299
  • toc-entry: work around :scope bug (868a9c4), closes #300
  • update test/element-articles.js (e688f2a), closes #297

6.3.0 (2020-06-29)

Features

6.2.0 (2020-06-23)

Features

  • map specific-use="part" to role="doc-part" (1bdb4a4), closes #296
  • support book-app-group, book-app (54ef045), closes #280

6.1.1 (2020-06-22)

Bug Fixes

  • xref.js: tex-math/text/xref needs \text{} (4ac0b4e), closes #295

6.1.0 (2020-06-18)

Features

6.0.2 (2020-04-01)

Bug Fixes

  • don't throw on (some) missing metadata (2c47fe5), closes #291

6.0.1 (2020-03-24)

Bug Fixes

  • label.js: data-ams-doc-alttitle should include label content (4723367), closes #290

6.0.0 (2020-03-24)

⚠ BREAKING CHANGES

  • removes XSL implementation

Features

5.2.0 (2020-02-25)

Features

  • contrib.js: support string-name (d3436e6), closes #281

5.1.0 (2020-02-19)

Features

  • enable ams-xml-to-html.jsas main module (e32ff13), closes #282

5.0.9 (2020-02-06)

Bug Fixes

  • fig.js: check id before assigning (df4ba0d), closes #278

5.0.8 (2020-02-06)

Bug Fixes

  • book-meta.js: process all contrib-groups (7cf1a83), closes #276
  • contrib.js: ensure DT gets at least 1 DD (be8f60b), closes #277
  • subtitle.js: add level when in header (f55ac29), closes #275

5.0.7 (2020-02-06)

Bug Fixes

  • label.js: call trim correctly (b1c4fbc), closes #273
  • xref.js: pass-trough inside toc-entry (f68509a), closes #271

5.0.6 (2020-02-05)

Bug Fixes

5.0.5 (2020-02-05)

Bug Fixes

  • ams-xml-to-html.js: set lang=en on html (bff4307), closes #268

5.0.4 (2020-02-04)

Bug Fixes

  • JS: handle missing volume/issue (1884e2d), closes #267

5.0.3 (2020-02-03)

Bug Fixes

  • ams-xml-to-html.js: add #!/usr/bin/env node (eb1c36a), closes #265

5.0.2 (2020-02-03)

Bug Fixes

5.0.1 (2020-02-03)

Bug Fixes

  • package.json: set "bin": "ams-xml-to-html.js" (9aa9b42), closes #263

5.0.0 (2020-02-03)

5.0.0-0 (2020-01-30)

Features

BREAKING CHANGES

  • in journals, changes section nesting for app-group+app

4.1.3 (2020-01-16)

Bug Fixes

  • preface.js: preserve attributes (0b60924), closes #258
  • statement.js: ensure valid level (57cfa22), closes #257

4.1.2 (2020-01-16)

Bug Fixes

4.1.1 (2020-01-15)

4.1.0 (2020-01-14)

Features

  • book-meta: expose book-volume-number (8d12f13), closes #253

4.0.1 (2020-01-07)

Bug Fixes

4.0.0 (2020-01-07)

Bug Fixes

  • abstact() (5989d36)
  • add toc-toc-entry test case (79009d2)
  • article() remove duplicate ', ' after journalLocation (63f42df)
  • change fallback title value (5879bee)
  • clean up whitespace in *-formula (13d338b)
  • contrib-group should create DD (e766f31)
  • disp-quote: move blockquote out of paragraphs (62dbcba)
  • DL should not be placed inside paragraph (edd8240)
  • element-abstract-title.js (515803e)
  • element-article-meta.js (75e57db)
  • element-toc-toc-entry.js pass XSL and JS (9cc6105)
  • email() fix check for next sibling (edaa42e)
  • fix img alt-text (b1dbcdf)
  • funding-statements should be wrapped in 1 DD (7557915)
  • inline-formula less agressive regex (3fecaef)
  • inline-formula: ignore has-qed-box (58fa420)
  • label(): fix sec-meta when label+title (e230fae)
  • move ams-meta-group to pass-through elements (5296412)
  • nested p should look at output not input (aeffe9d)
  • nested toc-entries should remain nested (778b7b3)
  • pass element-inline-formula-disp-formula-tex-math in both JS and XSL (eec8e76)
  • preface data-ams-doc-level (affb6d2)
  • primary() description can be complex (8a72585)
  • primary(): trim description element before processing (ee55b5d)
  • pub-date: handle multiple revisions (a127049)
  • publisher add pass-through (2545a39)
  • sec-meta in article (c340cf5)
  • sec() fix data-ams-doc-level for ack (d066ac8)
  • sec() handle articles with parts (0b90e64)
  • sec(): restrict header to subtitle (7c4a81f)
  • setHead should add viewport meta for book (379fe92)
  • setHead: actually attach charset meta tag (6f02bec)
  • setHead: add charset meta tag (aa50102)
  • setHead: fix charset value (39cee56)
  • simplify check for book (f1f03ca)
  • simplify createNode (b104534)
  • switch head to match xslt (0e9bbb0)
  • update package.json (c4962e9)
  • various minor issues (b2e4ea9)
  • xref() xref in fn in tex-math (d64ed07)
  • article.xml: add sec-meta example (2d39441)

Features

  • add simple CLI (d477c7c)
  • add test for setHead (75de4fa)
  • move main.js into ams-xml-to-html.js (6beed5f)
  • pass attribut-style.js (9b0a374)
  • pass attribute-content-type.js (330b5da)
  • pass attribute-has-qed-box.js (23829c3)
  • pass attribute-hidden.js (324679e)
  • pass attribute-rowspan-colspan.js (605808d)
  • pass attribute-specific-use.js (7f23975)
  • pass element-abstract-title.js (92929c0)
  • pass element-ams-meta-group.js (342db06)
  • pass element-article-citation.js (5df3765)
  • pass element-article-js (75a84dc)
  • pass element-article-meta.js (363de28)
  • pass element-article.js (f27b61c)
  • pass element-article.js (eb89a7c)
  • pass element-attrib.js (d04463a)
  • pass element-back-app-grou-app.js (2c4991a)
  • pass element-bold.js (1717a4c)
  • pass element-book-meta-publisher.js (d14d667)
  • pass element-book-meta.j (ba2bb52)
  • pass element-book-meta.js (d74a6d2)
  • pass element-book-preface.js (b3d2f5e)
  • pass element-book-preface.js (1e2cbe2)
  • pass element-book-sec-meta.js (4db9aae)
  • pass element-book-title-group.js (91ae522)
  • pass element-book-title-group.js (bdd1042)
  • pass element-book.js (e2d5a9a)
  • pass element-break.js (f6f6629)
  • pass element-contrib-group.js, element-contrib.js (ad82bd1)
  • pass element-copyright-statement.js (c9b50cb)
  • pass element-email.js (a960d12)
  • pass element-ext-link.js (7181024)
  • pass element-fig-subfig-label.js (ed89275)
  • pass element-fn.js (82cf7ea)
  • pass element-graphic-inline-graphic.js, element-img.js (e6071c6)
  • pass element-inline-formula-disp-formula-tex-math.js (b26ac8c)
  • pass element-italic.js (183a0af)
  • pass element-journal-meta (c0fa4b3)
  • pass element-kwd-group-kwd.js (1a6bbd2)
  • pass element-mixed-citation.js (0b6542f)
  • pass element-monospace, roman, sc, underline (e797fc7)
  • pass element-note-dedication (c08aef1)
  • pass element-note-dedication (4f50464)
  • pass element-p-p.js, element-def-list-def-item-def-term (802ef8e)
  • pass element-pub-date-date.js (059b787)
  • pass element-ref-list-ref-label.js, element-book-ref-list.js (7c3f541)
  • pass element-sec-app-front-matter-part-dedication-title-label.js (67cfa78)
  • pass element-self-uri.js (0b574cf)
  • pass element-statement-label-title.js (d0e5009)
  • pass element-string-name.js (0814b0b)
  • pass element-stripEmptyLabel.js (59dac45)
  • pass element-styled-content.js (246863a)
  • pass element-target.js (1fab624)
  • pass element-toc-toc-entry.js (760206f)
  • pass element-verse-group.js (ddb24ba)
  • pass element-xref.js (1537117)
  • pass elemnt-funding-group.js (aec1f9a)
  • pass elment-disp-quote.js (59f0250)
  • pass-through x in books (05bcf3b), closes #250
  • refactoring into modules (a6866a7)
  • reimplement sec() level calculation (a037daa)
  • sec-meta - adjust to upstream changes (3929728), closes #249
  • support element cite-group (27f8484)
  • support kwd-group, kwd properly (5923c16)
  • support pre elements (76a7397)
  • statement: add period to proof title&lable (32a736c), closes #243
  • publisher-name, publisher-loc (68e1fcd)
  • ref-list, (partially) title, mapAttributes (2e9bc9f)
  • support sup, sub (82b7c62)

BREAKING CHANGES

  • adjusts to breaking change in texml.

3.6.0 (2019-11-11)

Features

  • statement: add period to proof title&lable (60c2c7a), closes #243

3.5.0 (2019-10-31)

Features

3.4.0 (2019-10-30)

Features

  • xref/x generalize pass through (27c6257), closes #240

3.3.2-0 (2019-10-02)

Bug Fixes

  • revise statement/title, statement/label (cccc023), closes #239
  • statement heading level in book with part (4eaf7a8), closes #238

3.3.1 (2019-09-17)

3.3.1-1 (2019-09-13)

Bug Fixes

  • ref-list/ref: avoid invalid dd-in-dt nesting (245e786), closes #234
  • xref@ref-type='bibr'/x: restore pass-through (fdaf124), closes #235

3.3.1-0 (2019-09-12)

Bug Fixes

  • remove dead code article-meta/title-group (4e62231), closes #233
  • tex-math//text/xref remove newlines (9a98440)

3.3.0 (2019-08-14)

Features

3.2.0 (2019-07-31)

Bug Fixes

  • label: ignore (some) empty labels (b2ff3c7), closes #226

Features

3.1.1 (2019-07-16)

Bug Fixes

  • p//p template should exclude nested def-list (b630af8), closes #225

3.1.0 (2019-07-08)

Features

3.0.0 (2019-05-20)

3.0.0-3 (2019-05-16)

Features

3.0.0-2 (2019-05-10)

Features

BREAKING CHANGES

  • changes data attribute

3.0.0-1 (2019-05-10)

Features

BREAKING CHANGES

2.16.0 (2019-04-09)

Features

2.15.4 (2019-04-03)

Bug Fixes

2.15.3 (2019-04-02)

Bug Fixes

  • label[generic] should not process attributes (3d9bf5f), closes #212
  • strip nested p tags (9cdaac7), closes #213

2.15.2 (2019-03-29)

Bug Fixes

  • article-citation: use code tag (034b890), closes #211

2.15.1 (2019-03-29)

Bug Fixes

  • tex-math: handle text descendants (704d4d6), closes #209

2.15.0 (2019-03-25)

Bug Fixes

Features

  • mixed-citation: use code for raw-citation (f892a16), closes #205

2.14.1 (2019-03-20)

Bug Fixes

2.14.0 (2019-02-14)

Features

2.13.0 (2019-02-07)

Features

2.12.4 (2019-01-23)

2.12.3 (2019-01-22)

2.12.2 (2019-01-16)

2.12.1 (2019-01-10)

2.12.0 (2018-12-11)

2.11.4 (2018-11-28)

2.11.3 (2018-11-28)

2.11.2 (2018-11-26)

2.11.1 (2018-11-22)

2.11.0 (2018-11-13)

2.10.0 (2018-11-12)

2.9.0 (2018-11-07)

2.8.0 (2018-11-06)

2.7.0 (2018-11-05)

2.6.0 (2018-10-30)

2.5.1 (2018-10-30)

2.5.0 (2018-10-25)

2.4.0 (2018-10-19)

2.3.0 (2018-09-24)

2.2.0 (2018-09-11)

2.1.0 (2018-09-06)

2.0.0 (2018-09-05)

1.4.0 (2018-07-24)

1.3.0 (2018-07-18)

1.2.0 (2018-05-29)

1.2.0-alpha (2018-05-29)

1.1.1 (2018-05-09)

1.1.0 (2018-04-19)

1.0.0 (2018-01-04)