Releases: aristanetworks/j2lint
Releases · aristanetworks/j2lint
v1.1.0
What's Changed
- Updated Readme.md for Installation steps by @Shivani-chourasiya in #51
- Doc: Make caveats about using --ignore and --warning clearer by @gmuloc in #61
- Feat: Use Rich for j2lint outputs and logs by @gmuloc in #55
- Refactor: Refactor Rule object to be more consistent in the returns by @gmuloc in #56
- Fix: Relax S1 regex to avoid false positive by @gmuloc in #63
Full Changelog: v1.0.0...v1.1.0
v1.0.0
v0.1.0-alpha
What's Changed
- Doc: Add PIP installation process by @titom73 in #1
- Feat: Added j2lint version, verbose logging options and repository references. by @Shivani-chourasiya in #18
- Updated verbose logging option by @Shivani-chourasiya in #20
- Updated verbose logging option by @Shivani-chourasiya in #22
- Fix issue: j2lint indenter hangs when j2 template has special characters by @KonikaChaurasiya-GSLab in #21
- Removed --vvv option by @Shivani-chourasiya in #24
- Resolved collections module issue for python3.10 by @Shivani-chourasiya in #25
- Fixing operators in quotes issue. by @Shivani-chourasiya in #31
- Added warn option to display warnings by @Shivani-chourasiya in #27
- Feat: add support for macro statement by @gmuloc in #36
- CI: Add CI workflow for pylint by @Shivani-chourasiya in #37
- Chore: Create pre-commit-hook by @Shivani-chourasiya in #35
- CI: Fix typo in pull-request-management.yml by @gmuloc in #38
- Fix(j2lint): Fix spelling delimeter -> delimiter by @carlbuchmann in #39
- Doc: make the Readme great again by @gmuloc in #34
- Chore: add pre-commit config by @gmuloc in #41
- chore: add pylint to pre-commit-config by @gmuloc in #45
- Test: Add pytest for the current code and to CI by @gmuloc in #33
- Doc: fix installation steps in README.md by @gmuloc in #43
- Resolving logging issue #26 by @Shivani-chourasiya in #44
- Converted python code to pylint compliant. by @Shivani-chourasiya in #32
- fix(jjinja_template_indentation_rule): catch additional exceptions from Node missed during pylint refactoring by @gmuloc in #46
New Contributors
- @titom73 made their first contribution in #1
- @Shivani-chourasiya made their first contribution in #18
- @KonikaChaurasiya-GSLab made their first contribution in #21
- @gmuloc made their first contribution in #36
- @carlbuchmann made their first contribution in #39
Full Changelog: https://github.com/aristanetworks/j2lint/commits/v0.1.0