Skip to content

Latest commit

 

History

History
98 lines (60 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

98 lines (60 loc) · 2.78 KB

InteractiveErrors.jl 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.

Unreleased

v1.0.1 - 2024-01-04

Fixed

  • Do not add AST transformer when precompiling #28

v1.0.0 - 2023-10-06

Added

  • Switched to using package extensions #22
  • Added PrecompileTools workloads #24

Fixed

  • Fixes for OhMyREPL interface changes #21

Changed

  • Removed Requires from direct deps #25

v0.1.6 - 2023-09-21

Fixed

  • Update compat bound for AbstractTrees #14

v0.1.5 - 2022-01-26

Fixed

  • Removed vendored FoldingTrees #12

v0.1.4 - 2021-05-05

Added

  • Support highlighting and formatting method signatures #9

Fixed

  • Fixed Slot error on eval of some ASTs #8

v0.1.3 - 2021-04-29

Fixed

  • Fixed Windows stdlib path handling #7

v0.1.2 - 2021-04-25

Fixed

  • Fixed terminal menu deprecation #3

v0.1.1 - 2021-04-11

Added

  • Cthulu.jl integration
  • JET.jl integration

v0.1.0 - 2021-04-06

Initial release.