tartrazine/CHANGELOG.md

128 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2024-08-26 23:20:26 +00:00
# Changelog
All notable changes to this project will be documented in this file.
2024-10-14 19:56:17 +00:00
## [0.11.1] - 2024-10-14
### 🐛 Bug Fixes
- Support choosing lexers when used as a library
2024-10-14 16:28:47 +00:00
## [0.11.0] - 2024-10-14
### 🚀 Features
- Support selecting only some themes
2024-09-26 23:35:51 +00:00
## [0.10.0] - 2024-09-26
### 🚀 Features
- Optional conditional baking of lexers
### 🐛 Bug Fixes
- Strip binaries for release artifacts
- Fix metadata to show crystal
2024-09-22 00:08:41 +00:00
## [0.9.1] - 2024-09-22
### 🐛 Bug Fixes
- Terminal formatter was skipping things that it could highlight
- Bug in high-level API for png formatter
### 🧪 Testing
- Added minimal tests for svg and png formatters
2024-09-21 23:33:24 +00:00
## [0.9.0] - 2024-09-21
### 🚀 Features
- PNG writer based on Stumpy libs
### ⚙️ Miscellaneous Tasks
- Clean
- Detect version bump in release script
- Improve changelog handling
2024-09-21 16:29:59 +00:00
## [0.8.0] - 2024-09-21
### 🚀 Features
- SVG formatter
### 🐛 Bug Fixes
- HTML formatter was setting bold wrong
### 📚 Documentation
- Added instructions to add as a dependency
### 🧪 Testing
- Add basic tests for crystal and delegating lexers
- Added tests for CSS generation
### ⚙ Miscellaneous Tasks
- Fix example code in README
2024-09-10 01:00:54 +00:00
## [0.7.0] - 2024-09-10
### 🚀 Features
- Higher level API (`to_html` and `to_ansi`)
- Use the native crystal highlighter
2024-08-28 21:47:20 +00:00
### 🐛 Bug Fixes
- Ameba
2024-08-28 21:59:06 +00:00
- Variable bame in Hacefile
2024-09-10 01:00:54 +00:00
- Make it easier to import the Ansi formatter
- Renamed BaseLexer to Lexer and Lexer to RegexLexer to make API nicer
- Make install work
2024-08-28 21:47:20 +00:00
### 📚 Documentation
- Mention AUR package
2024-08-26 23:20:26 +00:00
2024-09-10 01:00:54 +00:00
### 🧪 Testing
- Add CI workflows
2024-08-26 23:20:26 +00:00
### ⚙️ Miscellaneous Tasks
- Pre-commit hooks
- Git-cliff config
2024-08-28 21:47:20 +00:00
- Started changelog
- Force conventional commit messages
- Force conventional commit messages
- Updated pre-commit
2024-09-10 01:00:54 +00:00
- *(ignore)* Fix tests
- Added badges
- Added badges
- *(ignore)* Removed random file
2024-08-28 21:47:20 +00:00
### Build
- Switch from Makefile to Hacefile
- Added do_release script
2024-08-28 21:50:38 +00:00
- Fix markdown check
2024-08-26 23:20:26 +00:00
2024-08-28 21:59:06 +00:00
### Bump
2024-09-10 01:00:54 +00:00
- Release v0.6.4
2024-08-28 21:59:06 +00:00
- Release v0.6.4
2024-08-26 23:20:26 +00:00
## [0.6.1] - 2024-08-25
### 📚 Documentation
- Improve readme and help message
<!-- generated by git-cliff -->