Skip to content

Releases: getcodelimit/codelimit

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

v0.9.4

08 Aug 13:23
Compare
Choose a tag to compare

v0.9.4 (2024-08-08)

Fix

Unknown

v0.9.3

27 Apr 21:06
Compare
Choose a tag to compare

v0.9.3 (2024-04-27)

Fix

  • fix: Do not fail check on unsupported files (043f06a)

  • fix: Always show refactoring candidates (83e1e13)

v0.9.2

19 Apr 08:59
Compare
Choose a tag to compare

v0.9.2 (2024-04-19)

Fix

  • fix: Another fix check for lexer name in languages (2cedaee)

v0.9.1

18 Apr 21:27
Compare
Choose a tag to compare

v0.9.1 (2024-04-18)

Chore

  • chore: use GPL-3.0-or-later and update lic ref (#33)

Signed-off-by: Rui Chen <[email protected]> (765ed43)

Fix

  • fix: Quote Python version (86ad99e)

  • fix: Update lock file (bdb58ba)

  • fix: Drop Python 3.9 support (b3a84df)

  • fix: Fix check for lexer name in languages (7716939)

Unknown

  • Test binary build and run (9ca276a)

v0.9.0

18 Apr 08:41
Compare
Choose a tag to compare

v0.9.0 (2024-04-18)

Feature

  • feat: ✨ Multi-language support (#32)

Co-authored-by: robvanderleek <[email protected]> (96aba04)

Unknown

v0.8.1

29 Feb 17:05
Compare
Choose a tag to compare

v0.8.1 (2024-02-29)

Build

  • build: update py3.12 constraint (#28)

Signed-off-by: Rui Chen <[email protected]> (95ba321)

Fix

  • fix: Update semantic versioning config (380ada1)

  • fix: Update semantic versioning config (bed104b)

  • fix: Update docs (dada84e)

  • fix: Trigger patch release (6424204)

  • fix: Do not show defaults (1af54de)

Unknown

  • Fix workflow (32a8315)

  • deps: add pyyaml dep (#30)

Signed-off-by: Rui Chen <[email protected]> (d13be41)

v0.8.0

21 Feb 21:40
Compare
Choose a tag to compare

v0.8.0 (2024-02-21)

✨

Other

v0.7.0

07 Oct 10:34
Compare
Choose a tag to compare

v0.7.0 (2023-10-07)

πŸ›

🚸

✨

  • ✨ Add a environment / config variable to ignore certain certain function patterns (#25) (733ea15)

  • ✨ Filter functions with # nocl comments (#24) (0ae0dbb)

  • ✨ Show file, normalized usage of default exclusions (ab67eab)

Other