Skip to content

Commit

Permalink
Updated release history section
Browse files Browse the repository at this point in the history
  • Loading branch information
patorjk committed Oct 9, 2024
1 parent 4888786 commit cf153f2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,15 @@ Similary you can use Promise API:

```js
try {
console.log(await figlet.text(
"Boo!",
{
console.log(
await figlet.text("Boo!", {
font: "Ghost",
horizontalLayout: "default",
verticalLayout: "default",
width: 80,
whitespaceBreak: true,
}
));
})
);
} catch (err) {
console.log("Something went wrong...");
console.dir(err);
Expand Down Expand Up @@ -431,6 +430,8 @@ Thanks goes to these people: ([emoji key](https://allcontributors.org/docs/en/em

## Release History

- 2024.10.08 v1.8.0 Added support for promises for loadFont, preloadedFonts, and metadata methods. 5 fonts added: DiamFont, RubiFont, CosMike2, BlurVision ASCII, and Shaded Blocky.
- 2023.10.01 v1.7.0 Added support for promises for text method.
- 2023.04.08 v1.6.0 Added npx support (ex: npx figlet test).
- 2021.08.11 v1.5.2 Minor bug fixes.
- 2020.07.12 v1.5.1 Fixed with vertical smushing, updated lodash version.
Expand Down

0 comments on commit cf153f2

Please sign in to comment.