0.5.0 (2026-04-22)
Bug Fixes
- remove stale gleam query node name causing
QueryError- #718 by @stefanobaghino
Features
- terminal: add bg color and width options - #713 by @Gazler
- terminal: add background theme option - #723
0.4.0 (2026-04-18)
Bug Fixes
- BREAKING: rename
formatter->formatters- #678
Documentation
- elixir examples
- move runnable examples into package dirs - #709
Features
- align
lang->languagenames - #591
0.3.0 (2026-04-05)
Features
Code Refactoring
Code Refactoring
0.2.0 (2026-04-02)
⚠ BREAKING CHANGES
- bump tree-sitter 0.26 (#521)
Features
- add 135 themes (#483) (26b9d84)
- add 42 new languages (#467) (9bacc46)
- add bbcode_scoped formatter to Elixir and Javascript (#478) (1a34357)
Bug Fixes
- include unnamed children in range (#430) (782bfaa)
- isolate elixir nif from rust release workspace (#528) (da1c6d1)
Miscellaneous Chores
0.1.2 - 2026-03-04
Fixed
- Use published
lumiscrate
0.1.1 - 2026-02-19
Changed
- Add language nushell (started by @c4lliope)
- Rename CSS class from
athltolumisfor consistency with the project name - Rename CSS class from
athl-themestolumis-themesfor multi-theme formatter - Change default CSS variable prefix from
--athlto--lumis
0.1.0 - 2026-01-27
First release of lumis, a renamed version of the autumn package.
Migration from autumn
Update your mix.exs:
# Before
{:autumn, "~> 0.6"}
# After
{:lumis, "~> 0.1"}Update your imports:
# Before
alias Autumn
alias Autumn.Theme
# After
alias Lumis
alias Lumis.Theme