Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 865 Bytes

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 865 Bytes

Changelog for Sourceror v1.0

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.

v1.0.2 (2024-03-13)

1. Bug fixes

  • [Sourceror] Fix Sourceror.get_range for binaries
  • [Sourceror] Fix Sourceror.get_range for do/end blocks that have end_of_expression metadata

v1.0.1 (2024-01-04)

1. Bug fixes

  • [Sourceror] Fix Sourceror.get_range returning incorrect ranges for anonymous functions with empty bodies

v1.0.0 (2023-12-28)

1. Bug fixes

  • [Sourceror] Add support for Elixir 1.16

v0.13.0 (2023-08-23)

The changelog for v0.14 releases can be found in the 0.14 branch.