Releases: mrwilson/adr-viewer
Releases · mrwilson/adr-viewer
1.5.0-RC1
What's Changed
- fix(render): Reverse Mermaid feature detection so it gets picked up
- chore(deps): bump mypy from 1.9.0 to 1.10.1 by @dependabot in #84
- chore(deps): bump pytest from 8.1.1 to 8.2.2 by @dependabot in #83
- chore(deps): bump beautifulsoup4 from 4.12.2 to 4.12.3 by @dependabot in #76
- chore(deps): bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #80
- chore(deps): bump black from 24.4.0 to 24.4.2 by @dependabot in #79
Full Changelog: 1.4.0...1.5.0rc1
1.4.0
The latest production release of adr-viewer
! 🎉
What's Changed
- Fixed known CVEs in older bootstrap and jquery libs by @deanwampler in #16
- Drop Travis config by @colindean in #33
- Enables setting the project title with --title by @colindean in #34
- Expand GitHub Actions testing to 3.7–3.11 using build matrix by @colindean in #29
- Use setuptools' SCM support to determine version from Git tag by @colindean in #31
- Adds Homebrew installation hint by @colindean in #27
- Set charset to UTF-8 in HTML template by @colindean in #38
- Enables image loading on PyPI by using absolute image URLS by @colindean in #32
- Add missing status Proposed by @mschmidtesd in #24
- Typing by @mrwilson in #44
- Let Python 3.7 rely on an older mypy by @colindean in #46
- chore(deps): bump beautifulsoup4 from 4.10.0 to 4.12.2 by @dependabot in #47
- chore(deps): bump pytest from 7.4.0 to 7.4.1 by @dependabot in #48
- refactor: Decompose init.py by @mrwilson in #50
- chore(deps): bump pytest from 7.4.1 to 7.4.2 by @dependabot in #51
- refactor: Clean up ADR parsing by @mrwilson in #53
- ci: Enforce formatting with
black
by @mrwilson in #54 - chore: Remove 3.7 support by @mrwilson in #55
- chore(deps): bump black from 23.9.0 to 23.9.1 by @dependabot in #56
- chore(deps): bump mistune from 3.0.1 to 3.0.2 by @dependabot in #57
- Adds support for Mermaid diagrams in ADRs by @colindean in #45
- refactor: Add typing to (and smarten up) render logic by @mrwilson in #58
- chore(deps): bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #71
- chore(deps): bump pytest from 7.4.2 to 8.1.1 by @dependabot in #73
- chore(deps): bump black from 23.9.1 to 24.3.0 by @dependabot in #72
- chore(deps): bump mypy from 1.5.1 to 1.9.0 by @dependabot in #74
- chore(deps): bump black from 24.3.0 to 24.4.0 by @dependabot in #75
New Contributors
- @deanwampler made their first contribution in #16
- @colindean made their first contribution in #33
- @mschmidtesd made their first contribution in #24
- @dependabot made their first contribution in #47
Full Changelog: 1.3.0...1.4.0