Dates in the changelog.
This commit is contained in:
parent
78da9c2edc
commit
f6fecd7b0b
10
changelog.md
10
changelog.md
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## UNRELEASED
|
## UNRELEASED / ???
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
* Settings file: `flsproject.fnl`. Settings are now editor agnostic.
|
* Settings file: `flsproject.fnl`. Settings are now editor agnostic.
|
||||||
@ -10,7 +10,7 @@
|
|||||||
* (set (. x y) z) wasn't being analyzed properly.
|
* (set (. x y) z) wasn't being analyzed properly.
|
||||||
* (local {: unknown-field} (require :module)) lint warns about the unknown field when accessed via destructuring.
|
* (local {: unknown-field} (require :module)) lint warns about the unknown field when accessed via destructuring.
|
||||||
|
|
||||||
## 0.1.3
|
## 0.1.3 / 2024-06-27
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
* Updated to fennel 1.5.0
|
* Updated to fennel 1.5.0
|
||||||
@ -36,7 +36,7 @@
|
|||||||
* Building is more reproducible now! `tools/get-deps.fnl` will reproducibly get all the deps, instead of you needing to trust me
|
* Building is more reproducible now! `tools/get-deps.fnl` will reproducibly get all the deps, instead of you needing to trust me
|
||||||
* faith updated to 0.2.0
|
* faith updated to 0.2.0
|
||||||
|
|
||||||
## 0.1.2
|
## 0.1.2 / 2024-03-03
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
* Completions and docs for `coroutine`, `debug`, `io`, `math`, `os`, `string`, `table`, `utf8` and their fields.
|
* Completions and docs for `coroutine`, `debug`, `io`, `math`, `os`, `string`, `table`, `utf8` and their fields.
|
||||||
@ -56,7 +56,7 @@
|
|||||||
* Tests abstract out the filesystem
|
* Tests abstract out the filesystem
|
||||||
* Tests use the "|" character to mark the cursor, instead of manually specifying coordinates
|
* Tests use the "|" character to mark the cursor, instead of manually specifying coordinates
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1 / 2024-02-19
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
* Add [Nix(OS)](https://nixos.org) support
|
* Add [Nix(OS)](https://nixos.org) support
|
||||||
@ -70,7 +70,7 @@
|
|||||||
* Lots of work to improve multival tracking
|
* Lots of work to improve multival tracking
|
||||||
* --check gives a nonzero exit code when lints are found
|
* --check gives a nonzero exit code when lints are found
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0 / 2023-12-06
|
||||||
|
|
||||||
### Initial Features
|
### Initial Features
|
||||||
* Completion: works across files, and works with table fields
|
* Completion: works across files, and works with table fields
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user