Skip to content

Latest commit

 

History

History
97 lines (81 loc) · 6.63 KB

CHANGELOG.md

File metadata and controls

97 lines (81 loc) · 6.63 KB

0.2.0 (2023-08-01)

Added

Fixed

  • bib: editor, reference component (ea65bd9)
  • bib: import warning (af5b71c)
  • proc: clippy warnings (1247955)
  • proc: check config before adding year suffix (530e1d2)
  • proc: correct year suffix (2c8f780)
  • proc: sorting (318aac9)
  • style: add quote, make fields public (9d4c7bc)
  • style: remove sort, group from top (d85e1e0)

Changed

  • add csln-types crate (ef35de2)
  • add csln-types crate (8a2afde)
  • option definitions (f0cff31)
  • comment out types (cddf018)
  • move logic to InputReference, etc. (a19dc30)
  • types -> core (b3ed80b)
  • bib: enrich contributor model (5002757)
  • bib: SimpleName, string -> struct (6e02648)
  • bib: allow string subtitle (9ec91f6)
  • citation: clean up, etc (686646f)
  • proc: consolidate Render traits (01d7739)
  • proc: substitution, suppression (90ba768)
  • proc: ProcTemplate from type to struct (cb26c1c)
  • proc: remove string_for_key (316c866)
  • proc: add process_template method (6e3992c)
  • style: StyleTemplate* -> Template* (488f755)
  • style: disamb -> processing (bed20c1)
  • style: option adjustments, docs (423a703)
  • style: make contrib config optional (f66c50e)
  • style: title -> primary (27cf738)
  • style: remove template conditional (e9f6c75)
  • types: remove (a22dae8)

0.1.0 (2023-06-06)

Added

  • citation: add the model (7e586e3)
  • cli: use render_references (9368dc2)
  • proc: options, dates (4a2a813)
  • proc: set disabm_condition (438e484)
  • proc: add start of disambiguation (3b36cf5)
  • proc: render_references, render_renderence (2d4f3f7)
  • proc: grouping, etc. (e9d8740)

Fixed

Changed

  • bib: use edtf for date parsing (f73cb7c)
  • proc: move file loading to style, bib (197fbee)
  • proc: more -> iter/map (d0d5308)
  • proc: switch to map, group_by (228918c)
  • proc: impl render traits (7ad2c3a)
  • proc: ProcTemplate/Component, docstrings (b6d5504)
  • proc: remove ProcReference (04d37e7)
  • proc: split proc hints (12c60e5)