Skip to content

Releases: SebaSOFT/neuron-js

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 15:35
7356c86

Minor Changes

  • 11f7a6f: Add an opt-in deterministic decision runtime with validated decision definitions, immutable context evaluation, canonical receipts and replay, portable test vectors, and runnable documentation. Update direct and transitive development dependencies to remediate known vulnerabilities.

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 00:29
991aa19

@sebasoft/neuron-js

0.5.2

Patch Changes

  • 9947358: Complete the AI-readable documentation contract with package-level llms and llmsFull autodiscovery fields, Claude guidance, richer workflow-agent docs, and corrected AI-skill Markdown examples.

0.5.1

Patch Changes

  • 8a90267: Add AI-readable documentation assets, llms.txt, llms-full.txt, assistant instructions, and an official Neuron-JS AI skill for coding agents.

0.5.0

Minor Changes

  • 2a6d695: Add JSON Schemas, validation helpers, normalized execution output, and explainability contracts for machine-checking generated or stored rules before runtime and auditing execution traces after a run.

0.4.0

Minor Changes

  • c7b6504: Align the documented public API with the package root exports.

    • Exported Synapse, ExecutionResult, lifecycle hook types, and built-in plugin classes from the package root.
    • Added AbstractAction and AbstractCondition base classes for custom extension authors.
    • Made runtime options handling safe when scripts omit optional options objects.
    • Moved tests out of src and cleaned the build before packaging to prevent stale test artifacts from reaching dist.
    • Updated implementation examples and release documentation for the expanded API surface.
  • 06d88f4: Updated GitHub Actions workflows to use Node 24-compatible official actions.

0.3.0

Minor Changes

0.2.0

Minor Changes

  • 25b6e3c: Initial modernized release of neuron-js.

    • Complete clean-room rewrite using Node 24 and Yarn 4.
    • Implemented core registry (Neuron) and execution engine (Synapse).
    • Added support for pluggable Actions, Conditions, and Parameters.
    • Built-in boolean grouping logic (AND/OR) for complex conditions.
    • Centralized lifecycle hooks system.
    • Dual-module support (ESM and CommonJS) via tshy.

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 00:21
8901580

@sebasoft/neuron-js

0.5.2

Patch Changes

  • 9947358: Complete the AI-readable documentation contract with package-level llms and llmsFull autodiscovery fields, Claude guidance, richer workflow-agent docs, and corrected AI-skill Markdown examples.

0.5.1

Patch Changes

  • 8a90267: Add AI-readable documentation assets, llms.txt, llms-full.txt, assistant instructions, and an official Neuron-JS AI skill for coding agents.

0.5.0

Minor Changes

  • 2a6d695: Add JSON Schemas, validation helpers, normalized execution output, and explainability contracts for machine-checking generated or stored rules before runtime and auditing execution traces after a run.

0.4.0

Minor Changes

  • c7b6504: Align the documented public API with the package root exports.

    • Exported Synapse, ExecutionResult, lifecycle hook types, and built-in plugin classes from the package root.
    • Added AbstractAction and AbstractCondition base classes for custom extension authors.
    • Made runtime options handling safe when scripts omit optional options objects.
    • Moved tests out of src and cleaned the build before packaging to prevent stale test artifacts from reaching dist.
    • Updated implementation examples and release documentation for the expanded API surface.
  • 06d88f4: Updated GitHub Actions workflows to use Node 24-compatible official actions.

0.3.0

Minor Changes

0.2.0

Minor Changes

  • 25b6e3c: Initial modernized release of neuron-js.

    • Complete clean-room rewrite using Node 24 and Yarn 4.
    • Implemented core registry (Neuron) and execution engine (Synapse).
    • Added support for pluggable Actions, Conditions, and Parameters.
    • Built-in boolean grouping logic (AND/OR) for complex conditions.
    • Centralized lifecycle hooks system.
    • Dual-module support (ESM and CommonJS) via tshy.

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 18:08
b56d48b

Patch Changes

  • 9947358: Complete the AI-readable documentation contract with package-level llms and llmsFull autodiscovery fields, Claude guidance, richer workflow-agent docs, and corrected AI-skill Markdown examples.

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 15:28
f45c9b8

Patch Changes

  • 8a90267: Add AI-readable documentation assets, llms.txt, llms-full.txt, assistant instructions, and an official Neuron-JS AI skill for coding agents.

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 02:43
15cfcf9

Minor Changes

  • 2a6d695: Add JSON Schemas, validation helpers, normalized execution output, and explainability contracts for machine-checking generated or stored rules before runtime and auditing execution traces after a run.

v0.4.0

Choose a tag to compare

@SebaSOFT SebaSOFT released this 17 Jun 12:57

Minor Changes

  • Align the documented public API with the package root exports.
    • Exported Synapse, ExecutionResult, lifecycle hook types, and built-in plugin classes from the package root.
    • Added AbstractAction and AbstractCondition base classes for custom extension authors.
    • Made runtime options handling safe when scripts omit optional options objects.
    • Moved tests out of src and cleaned the build before packaging to prevent stale test artifacts from reaching dist.
    • Updated implementation examples and release documentation for the expanded API surface.
  • Updated GitHub Actions workflows to use Node 24-compatible official actions.
  • Published via npm trusted publishing with GitHub Actions OIDC and provenance.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 11:56
d0a0ccb

Minor Changes

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 00:31

Minor Changes

  • 25b6e3c: Initial modernized release of neuron-js.

    • Complete clean-room rewrite using Node 24 and Yarn 4.
    • Implemented core registry (Neuron) and execution engine (Synapse).
    • Added support for pluggable Actions, Conditions, and Parameters.
    • Built-in boolean grouping logic (AND/OR) for complex conditions.
    • Centralized lifecycle hooks system.
    • Dual-module support (ESM and CommonJS) via tshy.