Commit graph

167 commits

Author SHA1 Message Date
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
PoiScript 94360097a8 feat(elements): able to convert Datetime into Utc 2019-09-16 15:20:46 +08:00
PoiScript 7d838b4c03 feat(sync): impl Default trait for conf struct 2019-09-16 15:12:49 +08:00
PoiScript 3a1b568743 feat(title): add method to get planning timestamps 2019-09-16 13:09:54 +08:00
PoiScript 6fbe5a8085 docs(sync): add README.md 2019-09-15 23:32:37 +08:00
PoiScript d05285e51f fix(heroku): specify nightly version of Rust 2019-09-15 20:09:19 +08:00
PoiScript e692084fea fix(ci): only build orgize-sync with rust nightly 2019-09-15 18:27:22 +08:00
PoiScript b1eea3d382 feat(sync): implement Google OAuth 2.0 2019-09-15 15:57:10 +08:00
PoiScript dca85d0f75 feat(sync): finish conf module 2019-09-15 15:39:17 +08:00
PoiScript 1fb4d920e5 chore: add orgize-sync package 2019-09-15 12:55:53 +08:00
PoiScript bed20e6112 fix(Cargo.toml): profile only take effect at root 2019-09-15 10:37:06 +08:00
PoiScript ce2eb774b5 build(demos): enable link time optimization 2019-09-14 21:27:04 +08:00
PoiScript 6291a755f7 refactor: cleanup 2019-09-14 17:15:44 +08:00
PoiScript 098433b5db feat: provide a static ParseConfig 2019-09-14 13:50:25 +08:00
PoiScript 54163520d6 docs: update README.md 2019-09-14 00:21:26 +08:00
PoiScript 237026e347 fix(test): fix custom handler test 2019-09-14 00:02:23 +08:00
PoiScript 1522eac239 chore: bump version to 0.4.0 2019-09-13 23:55:39 +08:00
PoiScript 505d7307f2 feat(demos): html with syntax highlighting 2019-09-13 23:52:05 +08:00
PoiScript 53c28fb463 feat: use lazy_static! to define bytes search 2019-09-13 23:49:28 +08:00
PoiScript 78a6b33aa9 feat(export): add SyntectHtmlHandler 2019-09-13 23:40:30 +08:00
PoiScript e4a3247f63 fix(ci): move Procfile to the root 2019-09-13 21:38:39 +08:00
PoiScript 8e1778a38a chore: orgize-demos package 2019-09-13 21:25:35 +08:00
PoiScript 77eca42760 chore: setup Cargo workspace 2019-09-13 21:21:21 +08:00
PoiScript 14de34bc88 fix(elements): TableCell can now have no children 2019-09-13 19:57:01 +08:00
PoiScript bc49d35481 chore: bump version to 0.3.1 2019-09-13 15:04:29 +08:00
PoiScript f74feb82c9 feat: rename Org::check to Org::validate 2019-09-13 14:54:26 +08:00
PoiScript 4d504ffe9b chore: bump version to 0.3.0 2019-08-13 14:38:20 +08:00
PoiScript 21dd508140 feat(parser): rewrite line and take_lines_while 2019-08-13 14:38:20 +08:00
PoiScript 0e58afada7 feat(node): finish headline inserting functions 2019-08-13 14:08:49 +08:00
PoiScript 89758da638 feat: OrgizeError enum 2019-08-12 22:40:00 +08:00
PoiScript 5db7ec7465 feat(node): more headline operations 2019-08-11 11:40:52 +08:00
PoiScript f2d0a1dd2d feat(elements): into_owned function 2019-08-10 20:27:17 +08:00