Skip to content

unimarkup-rs v0.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 12:26
9222dc5

Features

  • Add ContentIrLine retrieval from IR (7aab3dd)
  • Add IR setup (8e19e16)
  • Add MacroIrLine retrieval from IR (882094c)
  • Add MetadataIrLine retrieval from IR (946f3b2)
  • Add ResourceIrLine retrieval from IR (b8455fe)
  • add simple logging functionality (1155018)
  • add statement to query all content rows (37fe4d2)
  • Add VariablesIrLine retrieval from Ir (4324bf0)
  • implement Display + Debug for UmError (bd3fd09)
  • implement Display trait for IrError (3ff2c77)
  • implement UmError wrapper for error types (f1a79ed)
  • Implement write_to_ir for IrBlock, IrLines (f425efc)
  • introduce function new for IrError (b002d51)
  • Set table name as trait per IrLine struct (c776235)

Bug Fixes

  • add rusqlite error info in ir setup (93cab60)
  • Change return of entry exists query to i64 (3956a07)
  • Check if values are already in table (b8c1f7d)
  • commit transactions for all middle end tests (d2fc728)
  • Commit transactions for content test (f7e7eae)
  • handle errors for vec to utf8 conversion (bba8729)
  • handle line_nr conversion for OutOfRange (f359be1)
  • remove clippy warnings (2c47494)
  • Update IR entry if already existing (48c7d1e)
  • write_to_ir for IrLines (00aeeca)

CI

  • add workflow for auto-generated changelog (167aed4)

Testing

  • add update and exist tests for all IrLines (1dd584f)
  • Test IR setup (8e19e16)

Documentation

  • add '!' syntax support to commit-msg hook (ddff236)
  • add color to commit-msg output (09e2d48)
  • add commit types from CONTRIBUTING guideline (9c1bab7)
  • add git hook for commit message styles (288a2ae)
  • add help for contributing to unimarkup-rs (e8490f3)
  • add help on usage of provided git hooks (811fc50)
  • change auto-changelog category selection (5d0b109)
  • echo warning when commit is too long (8bd797d)
  • use unimarkup syntax in CONTRIBUTING.md (40e92c5)

Build

  • migrate to Rust 2021 edition (4a23fea)
  • migrate to Rust 2021 edition (019ab07)