Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

37 lines (23 loc) · 1.22 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.3 - 2022-03-09

Added

  • Add support for --version. #20
  • Add a more informative help message. #25
  • Add support for *command-line-args* #15

Changed

  • Print all values, including object specifiers, readably. #17
  • Don't print the result of last expression when evaluating a file. #18
  • Upgrade to SCI 0.3.2
  • Remove unnecessary patches for SCI

0.0.2 - 2022-01-05

Fixed

  • Fix crash when clojure.core/meta is called on an object specifier. #10

0.0.1 - 2022-01-03

Added

  • Initial release.