Skip to content

Commit 0e1ee79

Browse files
committed
release v1.0.0
1 parent 561a9d7 commit 0e1ee79

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.0
2+
- `enough_ascii_art` is now [null safe](https://dart.dev/null-safety/tour) #127
3+
- removed integration of fonts, as this is not supported by Dart
4+
- Convert ASCII text into UTF-8 "fonts" like 𝕕𝕠𝕦𝕓𝕝𝕖 𝕤𝕥𝕣𝕦𝕔𝕜 with `renderUnicode(..)`.
5+
16
## 0.9.7
27
- Fixed file path addressing on Windows
38

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: enough_ascii_art
22
description: Generates ASCII art using image to ASCII, FIGlet text banner support and emoticon to text conversions.
3-
version: 0.9.7
3+
version: 1.0.0
44
homepage: https://github.com/Enough-Software/enough_ascii_art
55

66
environment:
77
sdk: '>=2.12.0 <3.0.0'
88

99
dependencies:
1010
image: ^3.0.2
11-
11+
1212
dev_dependencies:
1313
pedantic: ^1.8.0
1414
test: ^1.6.0

0 commit comments

Comments
 (0)