Skip to content

Releases: metanorma/metanorma-standoc

v1.1.3

24 Feb 23:14
Compare
Choose a tag to compare
  • Do not allow children of Definitions clauses within Terms & Definitions clauses to be treated as terms: metanorma/metanorma-iso#251
  • Prevent notes, examples in Definitions subclauses of Terms & Definitions clauses from becoming termnotes, termexamples: metanorma/metanorma-iso#251
  • Debug parsing of Definitions subclauses
  • Strip markup from inside titles when detecting section type from titles content
  • Permit admonitions to have titles: #46
  • Debug validation of figures without titles
  • Debug nested bibliography clauses: allow them to have arbitrary titles

v1.1.2

31 Jan 15:16
Compare
Choose a tag to compare
  • Do not overwrite the title of Definitions section if supplied metanorma/metanorma-iso#222
  • Correctly detect distinct footnotes for purposes of numbering, even if the footnotes are link-only: do not give link-only footnotes the same footnote number metanorma/isodoc#83
  • Convert AsciiMath to MathML by default, with option not to through document attribute :mn-keep-asciimath: metanorma/metanorma-iso#229
  • Add language attribute to sourcecode #42
  • Do not strip instances of CR in sourcecode: refine treatment of CR in Metanorma XML output #43
  • Generate note, example instead of termnote, termexample in nonterm clauses embedded within a terms or definitions section metanorma/isodoc#85

v1.1.1

21 Jan 10:27
Compare
Choose a tag to compare
  • replace source text carriage return with space when generating XML, to prevent tags spanning across line breaks in source from missing space #39
  • enable alt text on images #38
  • rename bibdata/source element to uri for consistency with Relaton #41
  • correct ordering of authors and version in bibdata

v1.1.0

15 Jan 19:52
Compare
Choose a tag to compare
  • Add personal author and affiliation metadata to metanorma-standoc: metanorma/metanorma-cc#71
  • Do not add binary files as UTF-8-encoded: #40

v1.0.14

11 Jan 23:01
Compare
Choose a tag to compare

v1.0.13

19 Dec 15:55
Compare
Choose a tag to compare
  • Move data-uri-image processing to XML output instead of HTML output: #17
  • Correct Nokogiri issue whereby &lt; &gt; were being transformed to < > in XML, in the course of generating smart quote processing: #33
  • Enable extraction of captions from source code in Asciidoctor: metanorma/metanorma-ogc#14

v1.0.12

11 Dec 10:48
Compare
Choose a tag to compare
  • Add received-date to bibdata: metanorma/metanorma-ogc#9
  • Promote pre, keyword to use in all Metanorma gems: #25
  • Add document attribute option to use smart quotes or not in XML #11
  • Use Asciidoctor document header title if document attribute title is not supplied #29
  • Move version tag into bibdata #30

v1.0.11

27 Nov 12:33
Compare
Choose a tag to compare
  • Implement cross-references to external documents (links to anchors) metanorma/metanorma-iso#208
  • Prevent crashes on empty title strings from document attributes #22
  • Promote keyword processing from downstream gems

v1.0.10

19 Nov 21:36
Compare
Choose a tag to compare
  • Support abstracts #20
  • Insert document identifier prefixes in citeas attributes, for document identifiers other than ISO #12
  • Rename relaton caches #16
  • Permit customised local relaton cache name #15

v1.0.9

12 Nov 08:46
Compare
Choose a tag to compare
  • Include document dates functionality as document attributes at standoc level #18
  • Refactor document identifiers: remove ISO-specific document identifier functionality, keep docidentifier in Metanorma XML a single string, add docnumber element
    metanorma/metanorma-iso#237