Skip to content

Commit 9230824

Browse files
committed
v1.1.0
1 parent 7a4392b commit 9230824

6 files changed

Lines changed: 10 additions & 8 deletions

File tree

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/jod

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.0
4+
5+
### New Features
6+
7+
- Added ADF support for task lists (GitHub Flavoured Markdown feature)
8+
39
## 1.0.4
410

511
### Changes

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ Visit our [interactive playground](https://marklassian.netlify.app/playground) t
1616
- Works in all modern JavaScript environments (Browsers, Node.js, Deno, Bun)
1717
- Lightweight ([12kb gzipped and minified](https://bundlephobia.com/package/marklassian)), doesn't depend on AtlasKit dependencies
1818

19-
### GFM
20-
21-
- Task lists
22-
2319
## Installation
2420

2521
```bash
@@ -46,6 +42,7 @@ const adf = markdownToAdf(markdown);
4642
- Blockquotes
4743
- Horizontal rules
4844
- Tables
45+
- Task lists (GitHub Flavoured Markdown feature)
4946

5047
## API Reference
5148

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marklassian",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "Converts markdown to the Atlassian Document Format (ADF)",
55
"repository": {
66
"type": "git",

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "marklassian-workspace",
3-
"version": "1.0.0",
4-
"description": "",
3+
"description": "This repository uses NPM workspaces. The module's package file is in the /lib directory.",
54
"main": "index.js",
65
"scripts": {
76
"format": "biome format --write",

0 commit comments

Comments
 (0)