Skip to content

Releases: CodeMelted/codemelted.rs

v26.1.1 Fix console_cli to Properly Store Values in Shell

02 Apr 01:18
bddc980

Choose a tag to compare

This switches all the console_xxx() use cases to utilize eprintln!() for printing to console so that within scripting environments within terminal environments will now properly store values from these useful functions.

v26.1.0 - logger Use Case Simplification

29 Mar 22:09

Choose a tag to compare

  1. Updated the logger_xxx() functions from 6 to 3 to match intended design for the codemelted.rs module.
  2. Upgraded to the latest crates in the Cargo.toml file.
  3. Identified two issues of future updates necessary for long term maintenance of the crate.

v26.0.0 - codemelted CLI Native Development --npu-* Built

03 Feb 01:21

Choose a tag to compare

Tagged first version on GitHub. It is the continued development of the codemelted native command in the codemelted.rs module. The actions available --async-* / --console-* / --npu-*. The codemelted.js is tagged at an alpha level currently in active development and testing. It is not production ready yet. The rs.codemelted.com website has been updated with quick access to the codemelted CLI / NPU examples.