chore: update changelog
parent
24f7bba622
commit
452e936956
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased](https://git.rustybever.be/Chewing_Bever/lander/src/branch/dev)
|
## [Unreleased](https://git.rustybever.be/Chewing_Bever/lander/src/branch/dev)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* LSM
|
||||||
|
* Binary tree iterators
|
||||||
|
* Trie iterators
|
||||||
|
* Store iterators
|
||||||
|
* LTM - Lander Template Library
|
||||||
|
* Simple string templates
|
||||||
|
* Fully streamable template instances
|
||||||
|
* Lander
|
||||||
|
* Simple paste pages with syntax highlighting
|
||||||
|
* Index pages that group elements under the same namespace into an overview
|
||||||
|
|
||||||
## [0.2.1](https://git.rustybever.be/Chewing_Bever/lander/src/tag/0.2.1)
|
## [0.2.1](https://git.rustybever.be/Chewing_Bever/lander/src/tag/0.2.1)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -25,10 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
* Trie-based router (no more RegEx)
|
* Trie-based router (no more RegEx)
|
||||||
* Landerctl
|
* Landerctl
|
||||||
* `-c` flag to use custom config file (useful for testing)
|
* `-c` flag to use custom config file (useful for testing)
|
||||||
* LSM
|
|
||||||
* Binary tree iterators
|
|
||||||
* Trie iterators
|
|
||||||
* Store iterators
|
|
||||||
|
|
||||||
## Removed
|
## Removed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue