Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Sep 06:33
· 103 commits to main since this release

What's Changed

Breaking Changes

  • refactor!: drop the doubled MigraDoc.DocumentObjectModel segment from namespaces and folders (#12) @jafin

New Features

  • feat: hold a font program under its name rather than under a null key (#34) @jafin

Bug Fixes

  • fix: write a relative path under the working directory Save was given (#36) @jafin
  • fix: say which page tree node is wrong rather than dereferencing null (#35) @jafin
  • fix: create the chart's plot area where it is read rather than six files away (#33) @jafin
  • fix: raise test coverage and fix the defects it exposed (#24) @jafin
  • fix: clear SonarCloud's open security and reliability issues (#23) @jafin
  • fix: report each PDF integer type's own TypeCode, and implement ToType (#19) @jafin
  • fix: write a section's lone paragraph in full when a header or footer precedes it (#11) @jafin
  • fix: give MacRomanEncoding its own value rather than MacExpert's (#9) @jafin
  • fix: clear SonarCloud's open maintainability issues (#7) @jafin
  • fix: clear SonarCloud's open reliability issues (#6) @jafin

Documentation

  • docs: add a documentation website published to GitHub Pages (#22) @jafin
  • docs: show the SonarCloud quality gate in the README (#5) @jafin

Other Changes

  • chore: give the sample app its own picture and its own name (#37) @jafin
  • chore: name internal fields PascalCase and clear the InspectCode findings (#32) @jafin
  • chore: clear SonarCloud's open maintainability and security issues (#26) @jafin
  • chore: exclude the SampleApp and the docs website from SonarCloud coverage (#25) @jafin
  • fix: raise test coverage and fix the defects it exposed (#24) @jafin
  • chore: update dependency packages (#21) @jafin
  • refactor: rename MigraDoc to PinataLayout in names, comments and docs (#20) @jafin
  • test: cover the DOM's inline-content containers, Borders, Cell, TextArea, DdlWriter and PdfLong (#17) @jafin
  • refactor: flatten the DOM and PdfPinata source folders (#16) @jafin
  • refactor: flatten the MigraDoc.Rendering folders in PinataLayout.Rendering (#15) @jafin
  • refactor: move projects, solution and assets into src/ (#14) @jafin
  • chore: name PDFsharp's licence-header regions Copyright (#13) @jafin
  • refactor!: drop the doubled MigraDoc.DocumentObjectModel segment from namespaces and folders (#12) @jafin
  • ci: analyse every build with SonarCloud (#4) @jafin
  • ci: build in the workflow step rather than through ci-build.ps1 (#3) @jafin

Thanks to @jafin and @claude for contributing to this release.