-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
66 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Changelog | ||
|
||
|
||
## v0.1.1 | ||
|
||
|
||
### 🚀 Enhancements | ||
|
||
- Support `URL` input for `link` renderer ([#12](https://github.com/unjs/mdbox/pull/12)) | ||
- Parser ([#15](https://github.com/unjs/mdbox/pull/15)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Start at index 1 for rendering ordered lists ([#4](https://github.com/unjs/mdbox/pull/4)) | ||
- **link:** `opts.title` maybe `undefined` ([#29](https://github.com/unjs/mdbox/pull/29)) | ||
|
||
### 💅 Refactors | ||
|
||
- Rename to mdbox ([e3ae11f](https://github.com/unjs/mdbox/commit/e3ae11f)) | ||
- **heading:** Validate `level` ([#28](https://github.com/unjs/mdbox/pull/28)) | ||
|
||
### 📖 Documentation | ||
|
||
- Fix jdocs example ([#3](https://github.com/unjs/mdbox/pull/3)) | ||
- Update commonmark link to point to its website ([#11](https://github.com/unjs/mdbox/pull/11)) | ||
|
||
### 📦 Build | ||
|
||
- Update mdast and markdown-it libs ([b41a29b](https://github.com/unjs/mdbox/commit/b41a29b)) | ||
|
||
### 🏡 Chore | ||
|
||
- Update automd ([b028a4a](https://github.com/unjs/mdbox/commit/b028a4a)) | ||
- Fix lint ([ac4f9d5](https://github.com/unjs/mdbox/commit/ac4f9d5)) | ||
- Fix jsdocs comments ([#8](https://github.com/unjs/mdbox/pull/8)) | ||
- Update readme ([b235e8d](https://github.com/unjs/mdbox/commit/b235e8d)) | ||
- Update readme ([314e31e](https://github.com/unjs/mdbox/commit/314e31e)) | ||
- Update `heading` example ([#13](https://github.com/unjs/mdbox/pull/13)) | ||
- Fix jsdocs and readme ([#14](https://github.com/unjs/mdbox/pull/14)) | ||
- Update readme ([54945ab](https://github.com/unjs/mdbox/commit/54945ab)) | ||
- Apply automated updates ([8bf2132](https://github.com/unjs/mdbox/commit/8bf2132)) | ||
- Update automd ([16f477a](https://github.com/unjs/mdbox/commit/16f477a)) | ||
- Update readme ([ad83274](https://github.com/unjs/mdbox/commit/ad83274)) | ||
- Update deps ([6b06a29](https://github.com/unjs/mdbox/commit/6b06a29)) | ||
- Update md4w to 0.2x ([c56c89b](https://github.com/unjs/mdbox/commit/c56c89b)) | ||
- Update badges ([1a032f5](https://github.com/unjs/mdbox/commit/1a032f5)) | ||
- Update deps ([1aceb6f](https://github.com/unjs/mdbox/commit/1aceb6f)) | ||
- Update eslint ([fbb6540](https://github.com/unjs/mdbox/commit/fbb6540)) | ||
- Update readme ([727398b](https://github.com/unjs/mdbox/commit/727398b)) | ||
- Apply automated updates ([6f95ba4](https://github.com/unjs/mdbox/commit/6f95ba4)) | ||
|
||
### ✅ Tests | ||
|
||
- Add tests render utils ([#6](https://github.com/unjs/mdbox/pull/6)) | ||
|
||
### ❤️ Contributors | ||
|
||
- LiuXH ([@StrivingRabbit](http://github.com/StrivingRabbit)) | ||
- Pooya Parsa ([@pi0](http://github.com/pi0)) | ||
- Mahdi Khashan ([@mahdikhashan](http://github.com/mahdikhashan)) | ||
- Chilfish ([@Chilfish](http://github.com/Chilfish)) | ||
- Docxml ([@docxml](http://github.com/docxml)) | ||
- Christian Preston ([@cpreston321](http://github.com/cpreston321)) | ||
- Uncenter ([@uncenter](http://github.com/uncenter)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters