Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 885 Bytes

File metadata and controls

31 lines (20 loc) · 885 Bytes

Changelog

Unreleased

Compiler

Build tool

  • When adding a package that does not exist on Hex, the message is a bit friendlier. (Ameen Radwan)

Language server

  • The language server now allows extracting the start of a pipeline into a variable. (Giacomo Cavalieri)

Formatter

Bug fixes

  • The compiler now correctly tracks the minimum required version for constant record updates to be >= 1.14.0. (Giacomo Cavalieri)

  • The compiler now correctly tracks the minimum required version for expressions in BitArrays' size option to be >= 1.12.0. (Giacomo Cavalieri)

  • Clause guard with logical expression now compiles correctly in JS. (vyacheslavhere)