Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v0.4.4
pochoir
Browse files
Nov 26, 2022
fix: prevent panicking when removing a child of the root node
· b3f8ca6f
nifou
authored
Nov 26, 2022
View commits for tag v0.4.4
v0.4.4
b3f8ca6f
Nov 20, 2022
fix(parser_common): bad parent ID in `TreeRef::{replace_node, append_children, prepend_children}`
· 4dda0596
nifou
authored
Nov 20, 2022
View commits for tag v0.4.3
v0.4.3
4dda0596
fix(parser_common)!: take an `IntoIterator` in `Tree::append_nodes` + take...
· 50771698
nifou
authored
Nov 20, 2022
View commits for tag v0.4.2
v0.4.2
50771698
Oct 29, 2022
feat: implement `std::error::Error` for the custom `Error` type
· 55c75714
nifou
authored
Oct 29, 2022
55c75714
refactor!: pass the parser as type parameter, remove the `self` argument in...
· 53b1f224
nifou
authored
Oct 29, 2022
53b1f224
refactor!: remove the lifetime of `Error`, the lifetime `'name` of...
· 0f33e479
nifou
authored
Oct 29, 2022
0f33e479
Sep 04, 2022
fix: support `Null` values in `Context::from_serialize`
· 52bae335
nifou
authored
Sep 04, 2022
52bae335
fix: bad IDs returned by `Tree::next_id`
· 62668e98
nifou
authored
Sep 04, 2022
View commits for tag v0.4.1
v0.4.1
62668e98
Aug 30, 2022
feat: add a `TemplateCompiled::diff` method
· 7b96e261
nifou
authored
Aug 30, 2022
7b96e261
feat: support global variables
· 075f29e6
nifou
authored
Aug 30, 2022
075f29e6
Aug 28, 2022
feat: escape content passed to `TreeRef::set_text`
· a0f9d2ab
nifou
authored
Aug 28, 2022
View commits for tag v0.4.0
v0.4.0
a0f9d2ab
Aug 27, 2022
feat: support JSON in attributes
· 399b3e7a
nifou
authored
Aug 27, 2022
399b3e7a
feat: add a `sync` feature to implement `Send + Sync` for the `Tree` structure
· 3b0a124f
nifou
authored
Aug 27, 2022
3b0a124f
fix: some closed `if`s were found unclosed
· 5b017bd8
nifou
authored
Aug 27, 2022
5b017bd8
Aug 26, 2022
feat: support filters
· bb3d88d2
nifou
authored
Aug 26, 2022
View commits for tag v0.3.0
v0.3.0
bb3d88d2
feat: implement `Display` for `Context`
· b540abff
nifou
authored
Aug 26, 2022
b540abff
fix: store attribute span + improve error message location
· ed99d788
nifou
authored
Aug 26, 2022
ed99d788
feat: use a `Cow<str>` to represent names
· fcc83ce7
nifou
authored
Aug 26, 2022
fcc83ce7
fix: don't require the `data` lifetime when using the `TemplateCompiler::compile` method
· 59093bec
nifou
authored
Aug 26, 2022
59093bec
feat: implement `Send + Sync` for `TemplateCompiler`
· 063cde25
nifou
authored
Aug 26, 2022
063cde25
style: run `cargo fmt`
· 879e3715
nifou
authored
Aug 26, 2022
879e3715
feat: support escaping expressions
· bb1e6103
nifou
authored
Aug 26, 2022
bb1e6103
Aug 25, 2022
docs(readme): fix the code example
· e3173cc7
nifou
authored
Aug 25, 2022
e3173cc7
feat!: major architecture shift bringing a lot of API improvements
· 93f448e5
nifou
authored
Aug 25, 2022
View commits for tag v0.2.0
v0.2.0
93f448e5
Aug 20, 2022
chore: update `cssparser`
· 60467387
nifou
authored
Aug 20, 2022
60467387
fix: `TreeRef::append_node` and `TreeRef::prepend_node` manipulate children instead of siblings
· f4754f39
nifou
authored
Aug 20, 2022
f4754f39
feat!: various API improvements
· 130f61fd
nifou
authored
Aug 20, 2022
130f61fd
Aug 19, 2022
chore: initial commit
· f9edc75f
nifou
authored
Aug 19, 2022
View commits for tag v0.1.0
v0.1.0
f9edc75f
Loading