Commit graph

198 commits

Author SHA1 Message Date
PoiScript e3d051145f feat(headline): minor refactors 2019-11-05 23:58:45 +08:00
PoiScript 6483ef745f feat(export): update handler trait methods signature 2019-11-05 23:58:45 +08:00
PoiScript b8265814aa feat(parsers): update table parsing 2019-11-05 23:58:17 +08:00
PoiScript 5d5fc58027 feat: better error message for validation failure 2019-11-05 17:04:03 +08:00
PoiScript e4204729c2 fix: ignore trailing newline in table parsing (#4) 2019-11-05 17:02:20 +08:00
PoiScript 68767337bf release: bump version to 0.6.0 2019-10-30 21:16:53 +08:00
PoiScript dd638d0d4a refactor(export): minor refactor 2019-10-30 21:06:33 +08:00
PoiScript ab377b2cc5 feat: Org::keywords function 2019-10-30 21:05:37 +08:00
PoiScript b446471535 feat(parser): table blank lines 2019-10-30 14:46:20 +08:00
PoiScript ead6ea6289 fix(elements): satisfy the borrow checker 2019-10-30 14:03:47 +08:00
PoiScript b9781c0190 feat(elements): Title::is_commented 2019-10-30 11:59:20 +08:00
PoiScript 1cc22d49ab docs: document pre_blank and post_blank 2019-10-30 11:40:53 +08:00
PoiScript 73c6e9de8f feat(parser): update list parsing 2019-10-30 11:40:53 +08:00
PoiScript ec334c2821 chore: rename several functions 2019-10-28 16:14:00 +08:00
PoiScript 8bb34b5690 fix: fix import path 2019-10-28 13:53:57 +08:00
PoiScript 84cad1854a fix: fix argument type 2019-10-28 13:43:32 +08:00
PoiScript 948b1be2db feat: pre_blank and post_blank 2019-10-28 13:33:18 +08:00
PoiScript 1a0240a747 feat: impl Index & IndexMut trait for Org struct 2019-10-27 22:54:52 +08:00
PoiScript 947c334bf1 docs: document and doc-test of Headline and Document 2019-10-27 22:18:18 +08:00
PoiScript 8e3f3b333e chore(export): rename html::Escape to HtmlEscape 2019-10-27 15:06:47 +08:00
PoiScript fffadac04d docs: fix some broken links 2019-10-27 14:29:21 +08:00
PoiScript 2b8d2590ff feat(config): define todo_keywords in tuple 2019-10-27 13:15:16 +08:00
PoiScript 3b646aa7a5 chore: rename node and error crate 2019-10-27 11:27:27 +08:00
PoiScript 499f0de508 chore: remove orgize-demos package 2019-10-10 13:41:35 +08:00
PoiScript 26d68ebebb fix(heroku): specify BUILD_PATH 2019-10-10 12:02:04 +08:00
PoiScript 0107cdc31c style: run cargo fmt 2019-10-10 11:01:38 +08:00
PoiScript b15900b100 chore: remove orgize-sync package 2019-10-10 10:44:59 +08:00
PoiScript 5d26466e07 refacotr(orgize): remove more anonymous lifetimes 2019-10-09 15:56:25 +08:00
PoiScript 0c76fd80f6 refacotr(orgize): remove some anonymous lifetimes 2019-10-09 14:56:29 +08:00
PoiScript a8861cbe9c fix(fuzz): update fuzz test target 2019-10-09 13:38:23 +08:00
PoiScript c3b07fdd9e release(orgize): bump version to 0.5.0 2019-10-09 13:12:40 +08:00
PoiScript 8b14b8a2e9 build(orgize): disable nom default features 2019-10-09 13:06:59 +08:00
PoiScript e344943f6b fix(export): remove unused mut annotation 2019-10-09 13:06:32 +08:00
PoiScript ab8eb65fed fix(export): override end function implementation 2019-10-09 12:24:01 +08:00
PoiScript 7e76d2f500 feat(demos): specify theme and background in form 2019-10-09 11:57:25 +08:00
PoiScript b44ffc9637 ci: allow failure at rust nightly 2019-10-09 11:56:07 +08:00
PoiScript a5809b29a6 feat(export): able to specify syntect theme and background 2019-10-09 11:55:54 +08:00
PoiScript 899773134f feat(export): add Default trait bound for Handler trait 2019-10-09 10:25:22 +08:00
PoiScript 3e68313095 release(orgize): bump version to 0.4.2 2019-10-07 19:58:11 +08:00
PoiScript b84c135e26 feat(orgize): export indextree crate 2019-10-07 19:55:03 +08:00
PoiScript fdb31c783c build(orgize): update dependencies 2019-10-07 19:45:57 +08:00
PoiScript 5ffd0004f1 refactor(parsers): introduce InlinePositions struct 2019-10-06 11:42:44 +08:00
PoiScript 9a9c240eab style(export): run cargo fmt 2019-10-02 17:05:31 +08:00
PoiScript 6e7f361463 fix(export): add missing PhantomData import 2019-10-02 16:59:46 +08:00
PoiScript 231d80b464 feat(parser): generic error type 2019-10-02 16:50:36 +08:00
PoiScript f4f0fa9828 chore(orgize): bump version to 0.4.1 2019-10-01 20:52:06 +08:00
PoiScript 195e97e62b refactor(org): debug_validate function 2019-10-01 20:46:44 +08:00
PoiScript 4fd929fbfc test(parsers): add test for parsing multiple paragraphs 2019-10-01 20:44:42 +08:00
PoiScript 2b155484dd fix(parsers): fix paragraph appendding behave 2019-10-01 20:35:56 +08:00
PoiScript f235354046 docs(elements): some doc comment for struct and fields 2019-09-16 22:31:57 +08:00