Skip to content

List available environment variables in help output

Compare
Choose a tag to compare
@istathar istathar released this 25 Apr 07:16
· 360 commits to main since this release

Added environment variables (declared with Variable in Options) to the console output if a user runs a program with --help.

Fixed the escaping of strings when serializing JSON. We hadn't noticed this for a long time, but some strange characters in Show instances tripped us up when sending telemetry to Honeycomb. Turned out to be improper escaping. Twice. It's fully conformant with the RFC spec now.

Added unconsRope (long overdue) and breakRope (which is really just a convenience wrapper around findIndexRope and splitRope). Made some related if minor performance and correctness improvements inside core-text.

What's Changed

Full Changelog: core-telemetry-0.1.9.3...core-program-0.4.5.3