Skip to content

Commit

Permalink
~ v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed May 21, 2021
1 parent 6df0577 commit 25317ca
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# marqua changelog

## Unreleased
## 0.2.2

- [[`#16`](https://github.com/ignatiusmb/marqua/pull/16)]: add traverse sort option
- [#16](https://github.com/ignatiusmb/marqua/pull/16): add traverse sort option

## 0.2.1

- [[`#18`](https://github.com/ignatiusmb/marqua/pull/18)]: guard marqua data types for index signatures
- [[`#12`](https://github.com/ignatiusmb/marqua/pull/12)]: add automatic date metadata
- [#18](https://github.com/ignatiusmb/marqua/pull/18): guard marqua data types for index signatures
- [#12](https://github.com/ignatiusmb/marqua/pull/12): add automatic date metadata

## 0.2.0

- [[`#10`](https://github.com/ignatiusmb/marqua/pull/10)]: add advanced typings for autocompletion
- [[`#10`](https://github.com/ignatiusmb/marqua/pull/10)]: export new `forge` helper
- [[`#8`](https://github.com/ignatiusmb/marqua/pull/8)]: (breaking) change `filename` to `breadcrumb`
- [[`#8`](https://github.com/ignatiusmb/marqua/pull/8)]: add recursive parsing to `traverse`
- [[`#8`](https://github.com/ignatiusmb/marqua/pull/8)]: remove `.sort` when calling `traverse`
- [#10](https://github.com/ignatiusmb/marqua/pull/10): add advanced typings for autocompletion
- [#10](https://github.com/ignatiusmb/marqua/pull/10): export new `forge` helper
- [#8](https://github.com/ignatiusmb/marqua/pull/8): (breaking) change `filename` to `breadcrumb`
- [#8](https://github.com/ignatiusmb/marqua/pull/8): add recursive parsing to `traverse`
- [#8](https://github.com/ignatiusmb/marqua/pull/8): remove `.sort` when calling `traverse`

## 0.1.2

- [[`#7`](https://github.com/ignatiusmb/marqua/pull/7)]: change `pathname` and `dirname` to `entry`
- [[`#7`](https://github.com/ignatiusmb/marqua/pull/7)]: fix rendered markups not having styles
- [#7](https://github.com/ignatiusmb/marqua/pull/7): change `pathname` and `dirname` to `entry`
- [#7](https://github.com/ignatiusmb/marqua/pull/7): fix rendered markups not having styles

## 0.1.1

- [[`06dd60d`](06dd60d9eddf6c0125f91088117f21119b66f71a)]: fix infinite loop in Vite due to circular dependence
- [06dd60d](06dd60d9eddf6c0125f91088117f21119b66f71a): fix infinite loop in Vite due to circular dependence

## 0.1.0

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "marqua",
"author": "Ignatius Bagus",
"description": "Augmented Markdown Compiler",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 25317ca

Please sign in to comment.