Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

74 lines (44 loc) · 1.76 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.

v0.4.1 - 2024-09-24

Added

  • mix blend.install as a rename for mix blend.init (soft-deprecated, still works).
  • mix blend.gen.premix as a rename for mix blend.premix (soft-deprecated, still works).

v0.4.0 - 2024-08-09

Added

  • mix blend.clean to clean stale blend lockfiles and blend build artifacts
  • Documentation improvements

v0.3.0 - 2024-02-28

Added

  • mix blend.premix task to auto generate premix.exs file to help in configuring the BLEND env var

[v0.2.1] - 2024-02-26

Added

  • Support elixir 1.13+

v0.2.0 - 2024-02-23

Added

  • mix blend.list
  • mix blend.clean

v0.1.3 - 2024-02-15

Added

  • Support elixir 1.14+
  • Better IO messaging when running blend tasks

v0.1.2 - 2024-02-08

Fixed

  • mix blend.get on first run (when _build folder is empty) now works

v0.1.1 - 2024-02-06

Added

  • mix blend.update

v0.1.0 - 2024-02-06

Added

  • mix blend.init
  • mix blend.get