Skip to content

Releases: gutenye/script.js

v8.1.0

07 Jun 04:55

Choose a tag to compare

8.1.0 (2026-06-07)

Features

  • expose PROJECT_DIR global for ake files (#5) (ab3277b)

v8.0.1

21 May 16:03

Choose a tag to compare

8.0.1 (2026-05-21)

Bug Fixes

  • resolve project dir via CWD when ake is symlinked (86ba342)

v8.0.0

13 May 08:42

Choose a tag to compare

8.0.0 (2026-05-13)

⚠ BREAKING CHANGES

  • completion spec file names change from
    'ake.<unique_path>.yaml' to 'ake|<unique_path>.yaml'.
    Existing spec files in ~/.config/carapace/specs (or the macOS
    equivalent) need to be renamed accordingly; they will otherwise be
    regenerated next time the corresponding ake script runs.

Features

  • add 'path' command to akectl (62f04cf)

Bug Fixes

  • use '|' instead of '.' in completion spec name (ffd28e4)

v7.2.1

13 Apr 13:46

Choose a tag to compare

7.2.1 (2026-04-13)

Bug Fixes

  • make REMOTE_DIR resilient to missing ~/bin.src/ake directory (a640adf)

v7.2.0

13 Apr 12:08

Choose a tag to compare

7.2.0 (2026-04-13)

Features

  • support CARAPACE_SPECS_DIR env var for completion spec output (b8f92a0)

v7.1.0

13 Apr 12:04

Choose a tag to compare

7.1.0 (2026-04-13)

Features

Bug Fixes

  • prevent beforeExit handler from running app.run() multiple times (d40e6d7)

v7.0.0

13 Apr 09:01

Choose a tag to compare

7.0.0 (2026-04-13)

⚠ BREAKING CHANGES

  • runViaScriptJs() is removed from Command.

Made-with: Cursor

Features

  • auto-run app.run() via beforeExit, remove runViaScriptJs (b2a68d1)

v6.0.0

10 Apr 06:51

Choose a tag to compare

6.0.0 (2026-04-10)

⚠ BREAKING CHANGES

  • printTable grouped format changed from
    Record<string, Record<string, unknown>> to
    Record<string, Record<string, unknown>[] | unknown[][]>

Made-with: Cursor

Features

  • support multi-column groups and headers option in printTable (60f1f9d)

v5.1.0

10 Apr 06:21

Choose a tag to compare

5.1.0 (2026-04-10)

Features

  • add grouped table support to printTable (61efcb6)

v5.0.0

10 Apr 05:34

Choose a tag to compare

5.0.0 (2026-04-10)

⚠ BREAKING CHANGES

  • The meta() method on Command is renamed to name().
    The name property is renamed to _name to avoid conflict with the method.

Made-with: Cursor

Features

  • rename app.meta() to app.name() (80b3707)