This update makes several notable changes:
- Ensures consistent usage of GraphQL throughout the implementation, rather than a mix of REST and GraphQL
- Adds a new flag allowing users to generate the ASCII art only (preventing STL from being generated)
- Adjusting the default filename output for consistency with the multi-year render in the STL model
- Additional bug fixes and dependency bumps, as listed below.
Thank you to all those who have contributed towards this release! 🎉 ✨
What's Changed
- Add Contributor Covenant Code of Conduct by @chrisreddington in #30
- Fix broken links in contributing guidelines by @chrisreddington in #31
- Add visualization section for STL files by @chrisreddington in #32
- Bump github.com/thlib/go-timezone-local from 0.0.3 to 0.0.4 in the go-dependencies group by @dependabot in #34
- Update CONTRIBUTING.md by @Laotree in #41
- Bump super-linter/super-linter from 7.2.0 to 7.2.1 in the github-actions group by @dependabot in #48
- Refactor client to consistently use GraphQL API. Refactor tests by @chrisreddington in #47 (Originally raised by @mhaas in #40 and should fix the issue)
- Implement ASCII art only flag by @ephyran in #45 (Suggested by @mattr- in #36)
- Fix empty contribution showing high-level blocks by @siddharthkoli in #54
- Update year formatting to YYYY-YY format in output by @chrisreddington in #56 (Suggested by @Laotree in #42)
- Bump github.com/thlib/go-timezone-local from 0.0.4 to 0.0.6 in the go-dependencies group by @dependabot in #58
New Contributors
- @Laotree made their first contribution in #41
- @ephyran made their first contribution in #45
- @siddharthkoli made their first contribution in #54
Full Changelog: v0.0.4...v0.1.0