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.
0.3.0 - 2025-01-06
- Support for
deno.jsonc
. - Allows to install any dev branch combining
--dev
and--version
.
- Remove JavaScript/TypeScript prompt. TypeScript is the default format. Use
--javascript
flag to use JavaScript.
- Confirm to overwrite existing files.
0.2.7 - 2024-09-08
- Keep existing imports after upgrading Lume with an external import map file.
- Don't override lume tasks after upgrading.
0.2.6 - 2024-08-30
- Upgrade Deno minimum version to
1.46
.
0.2.5 - 2024-07-18
- Support for themes from jsDelivr.
- Simplify the success screen.
0.2.4 - 2024-06-14
- Upgrade Lume in an external import map file.
0.2.3 - 2024-06-04
- Lume dev version specifier.
0.2.2 - 2024-06-04
- New
--version | -v
argument toinit
andupgrade
.
0.2.1 - 2024-06-03
- Don't ask for mode if
--plugins
or--theme
is passed.
0.2.0 - 2024-06-03
- Check Deno version
upgrade.ts
script to upgrade Lume to the latest version.--dev | -d
argument to install a development version.--cms | --no-cms
argument to install or not the CMS.
- Reduce the number of questions.
0.1.12 - 2024-05-02
- Use
jsxImportSourceTypes
introduced in Deno 1.43 instead oftypes
array.
0.1.11 - 2024-04-29
- Updated dependencies.
0.1.10 - 2024-04-19
.gitignore
generation #1.
0.1.9 - 2024-04-19
.gitignore
file #1.
- Added an empty line at the end of
deno.json
file.
0.1.8 - 2024-04-01
- Support for additional imports and compiler options of themes.
- Sort themes alphabetically.
0.1.7 - 2024-04-01
- Support for unstable flags.
0.1.6 - 2024-03-29
- Use import maps to import LumeCMS.
0.1.5 - 2024-03-28
- The
_cms.ts
file is imported, instead of copied.
0.1.4 - 2024-03-28
run
function.
0.1.3 - 2024-03-26
src
configuration
0.1.2 - 2024-03-24
--plugins
argument.
0.1.1 - 2024-03-23
--theme
argument.
- Welcome message
0.1.0 - 2024-03-22
First version