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
- Added
--allow-write
to the installation.
2.2.0 - 2025-01-11
- New command
lume local
to use a local repository of Lumelume local --save
: Save the current directory as the path Lume.lume local
: Apply the Lume path intolume/
import map entry.lume local --remove
: Remove the previously saved path of Lume.
2.1.1 - 2024-05-22
- Added the
--global
flag needed for incoming Deno 2. - Changed
WARNING
toWARN
. - New option
--warn
as an alias of--warning
.
2.1.0 - 2024-04-02
lume init
command runs the newhttps://lume.land/init.ts
script.
2.0.0 - 2023-12-08
- New option
--drafts
to set the env variableLUME_DRAFTS=true
. - New option
--debug
to set the env variableLUME_LOGS=DEBUG
. - New option
--info
to set the env variableLUME_LOGS=INFO
. - New option
--warning
to set the env variableLUME_LOGS=WARNING
. - New option
--error
to set the env variableLUME_LOGS=ERROR
. - New option
--critical
to set the env variableLUME_LOGS=CRITICAL
. - New option
--no-cache
to set the env variableLUME_NOCACHE=true
.
- Use
Deno.execPath()
to run the Deno command.
1.0.3 - 2023-05-21
- Replace deprecated
Deno.run()
withDeno.Command()
.
1.0.2 - 2023-01-14
- Added the
allow-env
permission (needed for npm packages).
1.0.1 - 2023-01-06
- Removed a
console.log
.
1.0.0 - 2023-01-06
First version