PoiScript
|
4cc1130a17
|
chore: add orgize-{cli,common,lsp} package
|
2023-12-20 21:56:10 +08:00 |
|
PoiScript
|
b2123d1acd
|
release: bump version to 0.10.0-alpha.6
|
2023-12-05 17:36:48 +08:00 |
|
PoiScript
|
6913dbc817
|
release: bump version to 0.10.0-alpha.5
|
2023-11-21 18:46:34 +08:00 |
|
PoiScript
|
9004de9930
|
release: bump version to 0.10.0-alpha.4
|
2023-11-20 01:47:23 +08:00 |
|
PoiScript
|
d7128035f5
|
release: bump version to 0.10.0-alpha.3
|
2023-11-19 16:48:34 +08:00 |
|
PoiScript
|
46ed6b8d91
|
build: remove serde_json from dev deps
|
2023-11-18 22:40:44 +08:00 |
|
PoiScript
|
d81c1a2966
|
release: bump version to 0.10.0-alpha.2
|
2023-11-17 22:42:39 +08:00 |
|
dependabot[bot]
|
5c37ac5b51
|
build(deps): update criterion requirement from 0.4 to 0.5 (#71)
|
2023-11-17 22:41:43 +08:00 |
|
dependabot[bot]
|
c2e1d4c375
|
build(deps): update indexmap requirement from 1.9 to 2.1 (#72)
|
2023-11-17 22:41:26 +08:00 |
|
PoiScript
|
a269f2f258
|
fix: single \r will be consider as blank line
|
2023-11-14 14:12:05 +08:00 |
|
PoiScript
|
af7c305c9e
|
chore: prepare for v0.10.0-alpha.1
|
2023-11-13 16:33:04 +08:00 |
|
PoiScript
|
71292fea36
|
chore(Cargo.toml): exclude /wasm and /.github
|
2021-11-08 17:08:38 +08:00 |
|
PoiScript
|
447894d23f
|
release: bump version to 0.9.0
|
2021-11-08 17:03:16 +08:00 |
|
PoiScript
|
00b46a278a
|
feat: initial wasm support
|
2021-11-08 16:17:11 +08:00 |
|
PoiScript
|
2ebd47dbea
|
build: upgrade dependencies
|
2021-11-08 14:17:47 +08:00 |
|
Alex Roper
|
e009e1c199
|
feat: provide preserve-property-order feature using IndexMap (#25)
|
2020-05-18 17:21:59 +08:00 |
|
PoiScript
|
5e4457e26e
|
release: bump version to 0.8.4
|
2020-05-10 02:00:22 +08:00 |
|
PoiScript
|
d9fb9aadcb
|
release: bump version to 0.8.3
|
2020-05-06 11:40:07 +08:00 |
|
PoiScript
|
317ca7333d
|
release: bump version to 0.8.2
|
2020-05-04 10:21:42 +08:00 |
|
PoiScript
|
d86597fb25
|
release: bump version to 0.8.1
|
2020-04-14 19:02:39 +08:00 |
|
PoiScript
|
2ec3f6982a
|
release: bump version to 0.8.0
|
2020-04-06 16:17:18 +08:00 |
|
PoiScript
|
c168c902e8
|
build: upgrade dependencies
|
2020-04-06 16:17:18 +08:00 |
|
PoiScript
|
56e6111ae7
|
release: bump version to 0.7.0
|
2019-11-06 14:48:55 +08:00 |
|
PoiScript
|
68767337bf
|
release: bump version to 0.6.0
|
2019-10-30 21:16:53 +08:00 |
|
PoiScript
|
499f0de508
|
chore: remove orgize-demos package
|
2019-10-10 13:41:35 +08:00 |
|
PoiScript
|
b15900b100
|
chore: remove orgize-sync package
|
2019-10-10 10:44:59 +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
|
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
|
bc49d35481
|
chore: bump version to 0.3.1
|
2019-09-13 15:04:29 +08:00 |
|
PoiScript
|
4d504ffe9b
|
chore: bump version to 0.3.0
|
2019-08-13 14:38:20 +08:00 |
|
PoiScript
|
54c063f41b
|
build: upgrade to indextree 4.0
|
2019-08-06 19:34:27 +08:00 |
|
PoiScript
|
e3c7e9897c
|
chore: rename feature serde to ser
|
2019-08-06 14:33:31 +08:00 |
|
PoiScript
|
9023837eb4
|
feat(examples): syntect example for syntax highlighting
|
2019-08-04 11:40:15 +08:00 |
|
PoiScript
|
53d8f9dc90
|
feat(element): rename Headline with Title struct
|
2019-07-31 15:09:01 +08:00 |
|
PoiScript
|
3e82172dfe
|
refactor(org): store content in separate Vec
|
2019-07-28 11:44:14 +08:00 |
|
PoiScript
|
50f6b9f52a
|
refactor: rewrite some parsers with nom
|
2019-07-01 02:11:21 +08:00 |
|
PoiScript
|
afcb5090ec
|
chore(cargo): remove chrono from default features
|
2019-06-28 19:37:38 +08:00 |
|
PoiScript
|
ce8c0b1c1c
|
chore: bump version to 0.2.0
|
2019-06-28 16:23:35 +08:00 |
|
PoiScript
|
bd1fc756bd
|
refactor(serde): use serde derive macro
|
2019-06-27 16:59:59 +08:00 |
|
PoiScript
|
74fd77dba2
|
refactor(org): cleanup
|
2019-06-27 05:12:41 +08:00 |
|
PoiScript
|
05cfe17f6a
|
feat(examples): add json example
|
2019-06-27 02:57:23 +08:00 |
|
PoiScript
|
f786233852
|
feat: indextree-based org parser
|
2019-06-27 02:57:23 +08:00 |
|
PoiScript
|
cd7e03accb
|
feat(objects): chrono feature
|
2019-04-23 15:48:13 +08:00 |
|
PoiScript
|
69de17ad9b
|
refactor(export): HtmlRender & HtmlHandler
|
2019-02-14 13:39:03 +08:00 |
|
PoiScript
|
8ba9ade62d
|
feat: add tools module
|
2019-02-13 16:00:56 +08:00 |
|
PoiScript
|
c5b14256f0
|
refactor: cleanup parse function
|
2019-02-08 21:42:44 +08:00 |
|
PoiScript
|
c1154a1853
|
chore: update to rust 2018
|
2019-02-07 23:38:17 +08:00 |
|
PoiScript
|
aa786e97c1
|
chore: make objects and elements struct public
|
2019-02-07 23:01:18 +08:00 |
|