You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
### 0.15.0
2
+
3
+
* table: fix start_line of Table itself by @kivikakk in https://github.com/kivikakk/comrak/pull/231
4
+
* Rename header file to match c libname by @gjtorikian in https://github.com/kivikakk/comrak/pull/233
5
+
* Change the name of the ifdef by @gjtorikian in https://github.com/kivikakk/comrak/pull/234
6
+
* Add `comrak_set_parse_option_smart` by @gjtorikian in https://github.com/kivikakk/comrak/pull/235
7
+
* Allow `c_char` options to be NULL by @gjtorikian in https://github.com/kivikakk/comrak/pull/237
8
+
* Replace `lazy_static` dependency with `once_cell` by @Turbo87 in https://github.com/kivikakk/comrak/pull/238
9
+
* Make `comrak --help` readable on my terminal by @mgeisler in https://github.com/kivikakk/comrak/pull/242
10
+
* c-api: fix CI build by @kivikakk in https://github.com/kivikakk/comrak/pull/240
11
+
* Bump versions of some dependencies by @helmet91 in https://github.com/kivikakk/comrak/pull/243
12
+
* Adding functionality to build SyntectAdapters with custom themes, syntax sets, etc. by @ArvinSKushwaha in https://github.com/kivikakk/comrak/pull/239
13
+
* Make shell-words and xdg dependencies optional by @silverpill in https://github.com/kivikakk/comrak/pull/245
14
+
* Bump clap version to 4.0 and switch to the Derive API by @tranzystorek-io in https://github.com/kivikakk/comrak/pull/248
15
+
* c-api: remove by @kivikakk in https://github.com/kivikakk/comrak/pull/249
16
+
1
17
### 0.14.0
2
18
3
19
* Add C FFI, allowing Comrak to be used from other languages. (#171, Garen
0 commit comments