Skip to content

v0.13.0 - 23 January 2024

Latest
Compare
Choose a tag to compare
@asmaloney asmaloney released this 23 Jan 15:54
· 31 commits to main since this release

This release contains mostly internal changes to set up for future features & to sync up gactar-vscode.

Added

  • Add new keyword any to allow matching a buffer with any chunk type (#396)

    Example:

    match { retrieval [any] }
    
  • Allow ability to override ACT-R and CCL versions using an external file (#395)

Changed

  • Updated all internal dependencies (go/web/Python).

  • Keywords are now lexed based on the current section. Keywords like name in the module section may now be used as a chunk name for example.

  • Cleaned up Python support files & generated code.

  • Format all Python code using the black formatter.

Full Changelog: v0.12.0...v0.13.0