Skip to content

Releases: getcodelimit/codelimit

v0.14.0

13 Dec 14:58
Compare
Choose a tag to compare

v0.14.0 (2024-12-13)

Documentation

  • πŸ“ Moved documentation to own repo (d7d16a3)

Features


Detailed Changes: v0.13.0...v0.14.0

v0.13.0

08 Dec 16:15
Compare
Choose a tag to compare

v0.13.0 (2024-12-08)

Features

  • ✨ Introduce configuration file (#51, 0dc5f69)

Detailed Changes: v0.12.1...v0.13.0

v0.12.1

07 Dec 20:58
Compare
Choose a tag to compare

v0.12.1 (2024-12-07)

Bug Fixes

  • πŸ› Do not build on Ubuntu 24, yet (d70b8b3)

Continuous Integration

  • πŸ’š Do not build on Ubuntu 24, yet (6a71989)

Detailed Changes: v0.12.0...v0.12.1

v0.12.0

07 Dec 15:48
Compare
Choose a tag to compare

v0.12.0 (2024-12-07)

Chores

  • 🚨 Fix MyPy issues (79997a3)

Features

Co-authored-by: robvanderleek [email protected]

  • ✨ Move excludes option to check and scan commands (#47, d5ea049)

Detailed Changes: v0.11.3...v0.12.0

v0.11.3

04 Dec 15:26
Compare
Choose a tag to compare

v0.11.3 (2024-12-04)

Bug Fixes

  • πŸ› Fix markdown formatting (e1e57f9)

Chores

  • 🚧 Improve markdown report, remove GH App commands (48656f2)

Detailed Changes: v0.11.2...v0.11.3

v0.11.2

03 Dec 21:42
Compare
Choose a tag to compare

v0.11.2 (2024-12-03)

Bug Fixes

  • πŸ› Fix markdown output (63808f6)

Detailed Changes: v0.11.1...v0.11.2

v0.11.1

03 Dec 20:05
Compare
Choose a tag to compare

v0.11.1 (2024-12-03)

Bug Fixes

  • πŸ› Handle ignores similar for scan and check commands (5e98a84)

  • 🩹 Fix Markdown report (a3552b1)

Performance Improvements

  • ⚑️ Store predicates in pattern to prevent deepcopy DFA (df200f0)

Detailed Changes: v0.11.0...v0.11.1

v0.11.0

02 Dec 15:27
Compare
Choose a tag to compare

v0.11.0 (2024-12-02)

Features

  • ✨ Extend report command with --totals and --format options (#44, b10c798)

  • ✨ Extend report command with --totals and --format options (#45, 1838968)

Co-authored-by: robvanderleek [email protected]


Detailed Changes: v0.10.0...v0.11.0

v0.10.0

16 Oct 17:41
Compare
Choose a tag to compare

v0.10.0 (2024-10-16)

Chores

  • chore: support py3.13 (#40)

Signed-off-by: Rui Chen [email protected] (b8d0a8e)

Features

  • feat: ✨ Fix analyze code workflow (#42) (d80e66c)

  • feat: ✨ Colorize output (#39)

Co-authored-by: robvanderleek [email protected] (5c07214)

  • feat: ✨ Support JS arrow notation (#35)

Co-authored-by: robvanderleek [email protected] (a568145)

  • feat: ✨ Default path to "." (#37)

Co-authored-by: robvanderleek [email protected] (9c0ced6)

Unknown

v0.9.5

10 Aug 12:46
Compare
Choose a tag to compare

v0.9.5 (2024-08-10)

Fix

  • fix: Release workflow (5ce902f)

  • fix: Fix for PyInstaller bundling (ab43a4c)

Unknown