Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

64 lines (52 loc) · 2.28 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.

2.2.1 - 2025-01-11

Fixed

  • Added --allow-write to the installation.

2.2.0 - 2025-01-11

Added

  • New command lume local to use a local repository of Lume
    • lume local --save: Save the current directory as the path Lume.
    • lume local: Apply the Lume path into lume/ import map entry.
    • lume local --remove: Remove the previously saved path of Lume.

2.1.1 - 2024-05-22

Fixed

  • Added the --global flag needed for incoming Deno 2.
  • Changed WARNING to WARN.
  • New option --warn as an alias of --warning.

2.1.0 - 2024-04-02

Changed

  • lume init command runs the new https://lume.land/init.ts script.

2.0.0 - 2023-12-08

Added

  • New option --drafts to set the env variable LUME_DRAFTS=true.
  • New option --debug to set the env variable LUME_LOGS=DEBUG.
  • New option --info to set the env variable LUME_LOGS=INFO.
  • New option --warning to set the env variable LUME_LOGS=WARNING.
  • New option --error to set the env variable LUME_LOGS=ERROR.
  • New option --critical to set the env variable LUME_LOGS=CRITICAL.
  • New option --no-cache to set the env variable LUME_NOCACHE=true.

Changed

  • Use Deno.execPath() to run the Deno command.

1.0.3 - 2023-05-21

Changed

  • Replace deprecated Deno.run() with Deno.Command().

1.0.2 - 2023-01-14

Fixed

  • Added the allow-env permission (needed for npm packages).

1.0.1 - 2023-01-06

Fixed

  • Removed a console.log.

1.0.0 - 2023-01-06

First version