Skip to content

Commit e9c3fe3

Browse files
Fix readme and add changelog
1 parent e826566 commit e9c3fe3

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
12+
- Print folder trees like Unix `tree`
13+
- Choose ASCII or Unicode styles for tree rendering
14+
- Emoji support 🎉
15+
- Limit displayed children statically or dynamically

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@
33
A lightweight Java library for printing directory structures in a clean, tree-like format (think Unix `tree` command).
44

55
- Print folder trees like Unix `tree`
6-
- Choose ASCII or Unicode styles
7-
- Optional emoji support 🎉
6+
- Choose ASCII or Unicode styles for tree rendering
7+
- Emoji support 🎉
88
- Limit displayed children statically or dynamically
9-
- Extensible builder API
109

1110
ℹ️ Was developed just for fun!
1211

1312
* [Import dependency](#import-dependency)
1413
* [Usage](#usage)
1514
* [Options](#options)
1615
* [Tree format](#tree-format)
17-
* [Emojis ❤️](#emojis)
16+
* [Emojis ❤️](#emojis-%EF%B8%8F)
1817
* [Children limit](#children-limit)
1918
* [Changelog](#changelog)
2019
* [Roadmap](#roadmap)

0 commit comments

Comments
 (0)