Releases: CodeMelted/codemelted.rs
Releases · CodeMelted/codemelted.rs
v26.1.1 Fix console_cli to Properly Store Values in Shell
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
- Updated the logger_xxx() functions from 6 to 3 to match intended design for the
codemelted.rsmodule. - Upgraded to the latest crates in the
Cargo.tomlfile. - Identified two issues of future updates necessary for long term maintenance of the crate.
v26.0.0 - codemelted CLI Native Development --npu-* Built
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.