|
1 | 1 | # TextHeatmaps.jl
|
| 2 | + |
| 3 | +## Version `v1.3.0` |
| 4 | +* ![Enhancement][badge-enhancement] Add line wrapping in HTML output ([#9]) |
| 5 | + |
| 6 | +## Version `v1.2.2` |
| 7 | +* ![Maintenance][badge-maintenance] Update dependencies |
| 8 | + |
2 | 9 | ## Version `v1.2.1`
|
3 |
| -* ![Feature][badge-feature] Add XAIBase dependency ([#4][pr-4], [#5][pr-5]) |
| 10 | +* ![Feature][badge-feature] Add XAIBase dependency ([#4], [#5]) |
4 | 11 |
|
5 | 12 | ## Version `v1.1.0`
|
6 |
| -* ![Feature][badge-feature] Access color schemes through their symbols ([#3][pr-3]) |
| 13 | +* ![Feature][badge-feature] Access color schemes through their symbols ([#3]) |
7 | 14 |
|
8 | 15 | ## Version `v1.0.1`
|
9 | 16 | * ![Enhancement][badge-enhancement] Restrict argument types of `heatmap` function ([e5eaa83][commit-e5eaa83])
|
10 | 17 |
|
11 | 18 | ## Version `v1.0.0`
|
12 | 19 | * Initial release
|
13 | 20 |
|
14 |
| -[pr-5]: https://github.com/Julia-XAI/TextHeatmaps.jl/pull/5 |
15 |
| -[pr-4]: https://github.com/Julia-XAI/TextHeatmaps.jl/pull/4 |
16 |
| -[pr-3]: https://github.com/Julia-XAI/TextHeatmaps.jl/pull/3 |
| 21 | +[#9]: https://github.com/Julia-XAI/TextHeatmaps.jl/pull/9 |
| 22 | +[#5]: https://github.com/Julia-XAI/TextHeatmaps.jl/pull/5 |
| 23 | +[#4]: https://github.com/Julia-XAI/TextHeatmaps.jl/pull/4 |
| 24 | +[#3]: https://github.com/Julia-XAI/TextHeatmaps.jl/pull/3 |
17 | 25 |
|
18 | 26 | [commit-e5eaa83]: https://github.com/Julia-XAI/TextHeatmaps.jl/commit/e5eaa83
|
19 | 27 |
|
| 28 | +<!-- |
| 29 | +# Badges |
| 30 | +![BREAKING][badge-breaking] |
| 31 | +![Deprecation][badge-deprecation] |
| 32 | +![Feature][badge-feature] |
| 33 | +![Enhancement][badge-enhancement] |
| 34 | +![Bugfix][badge-bugfix] |
| 35 | +![Experimental][badge-experimental] |
| 36 | +![Maintenance][badge-maintenance] |
| 37 | +![Documentation][badge-docs] |
| 38 | +--> |
| 39 | + |
20 | 40 | [badge-breaking]: https://img.shields.io/badge/BREAKING-red.svg
|
21 | 41 | [badge-deprecation]: https://img.shields.io/badge/deprecation-orange.svg
|
22 | 42 | [badge-feature]: https://img.shields.io/badge/feature-green.svg
|
|
0 commit comments