Commit graph

  • 2ec3f6982a release: bump version to 0.8.0 PoiScript 2020-04-06 16:13:30 +0800
  • c168c902e8 build: upgrade dependencies PoiScript 2020-04-06 16:12:52 +0800
  • 19740440db feat(org): add parse_string and parse_string_custom PoiScript 2020-04-06 16:08:07 +0800
  • 182b7f8993
    build(deps): update syntect requirement from 3.3.0 to 4.0.0 dependabot-preview[bot] 2020-03-30 10:06:39 +0000
  • 37e27b3461
    docs: fix a few misspelled words (#5) Alex Roper 2020-03-13 19:21:20 -0700
  • 90efa804bc Fix a few misspelled words. Alex Roper 2020-03-10 17:47:33 -0700
  • 56e6111ae7 release: bump version to 0.7.0 PoiScript 2019-11-06 14:48:55 +0800
  • 65629b692f fix(validate): table row can have no children PoiScript 2019-11-06 13:33:52 +0800
  • 7d064c526e fix(docs): update functions name PoiScript 2019-11-06 00:31:35 +0800
  • 9445db822b chore: remove all deprecated functions PoiScript 2019-11-05 23:56:39 +0800
  • dc57ab7bdc test: add table parsing and rendering test PoiScript 2019-11-05 23:51:05 +0800
  • e3d051145f feat(headline): minor refactors PoiScript 2019-11-05 19:59:42 +0800
  • 6483ef745f feat(export): update handler trait methods signature PoiScript 2019-11-05 19:56:07 +0800
  • b8265814aa feat(parsers): update table parsing PoiScript 2019-11-05 19:37:58 +0800
  • 5d5fc58027 feat: better error message for validation failure PoiScript 2019-11-05 17:04:03 +0800
  • e4204729c2 fix: ignore trailing newline in table parsing (#4) PoiScript 2019-11-05 17:02:20 +0800
  • 68767337bf release: bump version to 0.6.0 PoiScript 2019-10-30 21:15:09 +0800
  • dd638d0d4a refactor(export): minor refactor PoiScript 2019-10-30 21:06:33 +0800
  • ab377b2cc5 feat: Org::keywords function PoiScript 2019-10-30 21:05:37 +0800
  • b446471535 feat(parser): table blank lines PoiScript 2019-10-30 14:43:55 +0800
  • ead6ea6289 fix(elements): satisfy the borrow checker PoiScript 2019-10-30 14:03:47 +0800
  • b9781c0190 feat(elements): Title::is_commented PoiScript 2019-10-30 11:59:20 +0800
  • 1cc22d49ab docs: document pre_blank and post_blank PoiScript 2019-10-30 11:33:01 +0800
  • 73c6e9de8f feat(parser): update list parsing PoiScript 2019-10-30 11:31:37 +0800
  • ec334c2821 chore: rename several functions PoiScript 2019-10-28 16:02:56 +0800
  • 8bb34b5690 fix: fix import path PoiScript 2019-10-28 13:53:57 +0800
  • 84cad1854a fix: fix argument type PoiScript 2019-10-28 13:43:32 +0800
  • 948b1be2db feat: pre_blank and post_blank PoiScript 2019-10-28 13:33:18 +0800
  • 1a0240a747 feat: impl Index & IndexMut trait for Org struct PoiScript 2019-10-27 22:54:52 +0800
  • 947c334bf1 docs: document and doc-test of Headline and Document PoiScript 2019-10-27 22:18:18 +0800
  • 8e3f3b333e chore(export): rename html::Escape to HtmlEscape PoiScript 2019-10-27 15:06:47 +0800
  • fffadac04d docs: fix some broken links PoiScript 2019-10-27 14:29:21 +0800
  • 2b8d2590ff feat(config): define todo_keywords in tuple PoiScript 2019-10-27 11:40:01 +0800
  • 3b646aa7a5 chore: rename node and error crate PoiScript 2019-10-27 10:36:41 +0800
  • 499f0de508 chore: remove orgize-demos package PoiScript 2019-10-10 13:41:35 +0800
  • 26d68ebebb fix(heroku): specify BUILD_PATH PoiScript 2019-10-10 12:02:04 +0800
  • 0107cdc31c style: run cargo fmt PoiScript 2019-10-10 11:01:38 +0800
  • b15900b100 chore: remove orgize-sync package PoiScript 2019-10-10 10:44:59 +0800
  • 5ca9bb692b
    build(deps): update futures-preview requirement dependabot-preview[bot] 2019-10-09 15:40:48 +0000
  • 62184e464c
    build(deps): update tokio requirement dependabot-preview[bot] 2019-10-09 15:40:07 +0000
  • 5d26466e07 refacotr(orgize): remove more anonymous lifetimes PoiScript 2019-10-09 15:56:25 +0800
  • 0c76fd80f6 refacotr(orgize): remove some anonymous lifetimes PoiScript 2019-10-09 14:56:29 +0800
  • a8861cbe9c fix(fuzz): update fuzz test target PoiScript 2019-10-09 13:38:23 +0800
  • c3b07fdd9e release(orgize): bump version to 0.5.0 PoiScript 2019-10-09 13:12:40 +0800
  • 8b14b8a2e9 build(orgize): disable nom default features PoiScript 2019-10-09 13:06:59 +0800
  • e344943f6b fix(export): remove unused mut annotation PoiScript 2019-10-09 13:06:32 +0800
  • ab8eb65fed fix(export): override end function implementation PoiScript 2019-10-09 12:24:01 +0800
  • 7e76d2f500 feat(demos): specify theme and background in form PoiScript 2019-10-09 11:57:25 +0800
  • b44ffc9637 ci: allow failure at rust nightly PoiScript 2019-10-09 11:56:07 +0800
  • a5809b29a6 feat(export): able to specify syntect theme and background PoiScript 2019-10-09 11:03:17 +0800
  • 899773134f feat(export): add Default trait bound for Handler trait PoiScript 2019-10-09 10:19:12 +0800
  • 3e68313095 release(orgize): bump version to 0.4.2 PoiScript 2019-10-07 19:58:11 +0800
  • b84c135e26 feat(orgize): export indextree crate PoiScript 2019-10-07 19:55:03 +0800
  • fdb31c783c build(orgize): update dependencies PoiScript 2019-10-07 19:45:57 +0800
  • 5ffd0004f1 refactor(parsers): introduce InlinePositions struct PoiScript 2019-10-06 11:42:44 +0800
  • 9a9c240eab style(export): run cargo fmt PoiScript 2019-10-02 17:05:31 +0800
  • 6e7f361463 fix(export): add missing PhantomData import PoiScript 2019-10-02 16:59:46 +0800
  • 231d80b464 feat(parser): generic error type PoiScript 2019-10-02 16:50:36 +0800
  • f4f0fa9828 chore(orgize): bump version to 0.4.1 PoiScript 2019-10-01 20:52:06 +0800
  • 195e97e62b refactor(org): debug_validate function PoiScript 2019-10-01 20:46:44 +0800
  • 4fd929fbfc test(parsers): add test for parsing multiple paragraphs PoiScript 2019-10-01 20:44:42 +0800
  • 2b155484dd fix(parsers): fix paragraph appendding behave PoiScript 2019-10-01 20:35:56 +0800
  • f235354046 docs(elements): some doc comment for struct and fields PoiScript 2019-09-16 22:31:57 +0800
  • 94360097a8 feat(elements): able to convert Datetime into Utc PoiScript 2019-09-16 15:20:46 +0800
  • 7d838b4c03 feat(sync): impl Default trait for conf struct PoiScript 2019-09-16 15:12:49 +0800
  • 3a1b568743 feat(title): add method to get planning timestamps PoiScript 2019-09-16 13:09:54 +0800
  • 6fbe5a8085 docs(sync): add README.md PoiScript 2019-09-15 23:32:37 +0800
  • d05285e51f fix(heroku): specify nightly version of Rust PoiScript 2019-09-15 20:09:19 +0800
  • e692084fea fix(ci): only build orgize-sync with rust nightly PoiScript 2019-09-15 18:27:22 +0800
  • b1eea3d382 feat(sync): implement Google OAuth 2.0 PoiScript 2019-09-15 15:57:10 +0800
  • dca85d0f75 feat(sync): finish conf module PoiScript 2019-09-15 14:39:45 +0800
  • 1fb4d920e5 chore: add orgize-sync package PoiScript 2019-09-15 12:09:59 +0800
  • bed20e6112 fix(Cargo.toml): profile only take effect at root PoiScript 2019-09-15 10:37:06 +0800
  • ce2eb774b5 build(demos): enable link time optimization PoiScript 2019-09-14 21:27:04 +0800
  • 6291a755f7 refactor: cleanup PoiScript 2019-09-14 17:15:44 +0800
  • 098433b5db feat: provide a static ParseConfig PoiScript 2019-09-14 13:50:25 +0800
  • 54163520d6 docs: update README.md PoiScript 2019-09-14 00:21:26 +0800
  • 237026e347 fix(test): fix custom handler test PoiScript 2019-09-14 00:02:23 +0800
  • 1522eac239 chore: bump version to 0.4.0 PoiScript 2019-09-13 23:55:39 +0800
  • 505d7307f2 feat(demos): html with syntax highlighting PoiScript 2019-09-13 23:52:05 +0800
  • 53c28fb463 feat: use lazy_static! to define bytes search PoiScript 2019-09-13 23:49:28 +0800
  • 78a6b33aa9 feat(export): add SyntectHtmlHandler PoiScript 2019-09-13 23:40:30 +0800
  • e4a3247f63 fix(ci): move Procfile to the root PoiScript 2019-09-13 21:38:39 +0800
  • 8e1778a38a chore: orgize-demos package PoiScript 2019-09-13 21:25:35 +0800
  • 77eca42760 chore: setup Cargo workspace PoiScript 2019-09-13 21:21:21 +0800
  • 14de34bc88 fix(elements): TableCell can now have no children PoiScript 2019-09-13 19:57:01 +0800
  • bc49d35481 chore: bump version to 0.3.1 PoiScript 2019-09-13 15:04:29 +0800
  • f74feb82c9 feat: rename Org::check to Org::validate PoiScript 2019-09-13 14:54:26 +0800
  • 4d504ffe9b chore: bump version to 0.3.0 PoiScript 2019-08-13 14:30:30 +0800
  • 21dd508140 feat(parser): rewrite line and take_lines_while PoiScript 2019-08-13 14:38:06 +0800
  • 0e58afada7 feat(node): finish headline inserting functions PoiScript 2019-08-12 22:45:31 +0800
  • 89758da638 feat: OrgizeError enum PoiScript 2019-08-12 22:40:00 +0800
  • 5db7ec7465 feat(node): more headline operations PoiScript 2019-08-11 11:40:52 +0800
  • f2d0a1dd2d feat(elements): into_owned function PoiScript 2019-08-10 20:17:39 +0800
  • 9bc260627b feat(elements): cleanup and minor refactor PoiScript 2019-08-09 22:15:06 +0800
  • c1465a6d77 feat(export): imporve Org export PoiScript 2019-08-08 00:06:31 +0800
  • e6d65366e9 feat(element): impl Into<Naive*> for &Datetime PoiScript 2019-08-07 19:29:55 +0800
  • 115defe80e fix(node): fix lifetime parameter PoiScript 2019-08-07 18:27:41 +0800
  • ce16610935 feat: HeadlineNode struct PoiScript 2019-08-07 15:37:11 +0800
  • a1af0663b5 feat(elements): wrap up every &str with Cow PoiScript 2019-08-06 21:10:57 +0800