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.8.0
pochoir
Browse files
May 19, 2023
chore: release v0.8.0
· c802b6be
nifou
authored
May 19, 2023
View commits for tag v0.8.0
v0.8.0
c802b6be
feat(pochoir): make `TemplateCompiler` clonable
· 4d38dfa2
nifou
authored
May 19, 2023
4d38dfa2
build: use workspace dependencies
· 5c06c86c
nifou
authored
May 19, 2023
5c06c86c
fix(parser-html): bad error span when using doctypes (found when fuzzing)
· da4330a5
nifou
authored
May 19, 2023
da4330a5
docs(readme): fix code example
· 26f68c31
nifou
authored
May 19, 2023
26f68c31
May 18, 2023
fix(pochoir): make all pochoir functions Send + Sync
· 06d034ee
nifou
authored
May 18, 2023
06d034ee
May 14, 2023
feat(pochoir): use real Rust functions as pochoir functions
· 201d20d5
nifou
authored
May 14, 2023
201d20d5
fix(parser_common): all problems with IDs when replacing, appending or prepending nodes
· 73199b80
nifou
authored
May 14, 2023
73199b80
fix(parser_common): bad index computation when replacing, prepending or appending
· 2566208e
nifou
authored
May 14, 2023
2566208e
fix(parser_common)!: consume the `TreeRefMut` in methods that remove the referenced node
· 7dd91f61
nifou
authored
May 14, 2023
7dd91f61
May 13, 2023
feat(pochoir): add `Value::{get, get_mut}` functions to get the value of an object field
· e63e4870
nifou
authored
May 14, 2023
e63e4870
feat(pochoir)!: store boxed functions instead of pointers
· 7c489f9f
nifou
authored
May 13, 2023
7c489f9f
docs(parser_html): fix documentation links
· 992b467f
nifou
authored
May 13, 2023
992b467f
fix(pochoir): unescaped expressions in attributes not working
· 36371890
nifou
authored
May 13, 2023
36371890
docs(pochoir): add JSON example in `Context::from_serialize`
· b98be940
nifou
authored
May 13, 2023
b98be940
refactor(pochoir)!: accept `Into<Cow<str>>` in `Context::{insert, remove,...
· ae164d1f
nifou
authored
May 13, 2023
ae164d1f
feat(parser_common)!: add an argument to `TreeRefMut::set_attr` to escape the attribute value
· b6ce196c
nifou
authored
May 13, 2023
b6ce196c
refactor(parser_common): split tree management code
· f7367107
nifou
authored
May 13, 2023
f7367107
May 11, 2023
feat(parser_common): add a `TreeRef::sub_tree` method to make a tree from the...
· e33d0723
nifou
authored
May 11, 2023
e33d0723
test(parser_common): add tests for `Tree`
· 6cbf4a57
nifou
authored
May 11, 2023
6cbf4a57
refactor(parser_common)!: `Tree::{get, get_mut}` panic if the ID is not found,...
· 4ae0bb55
nifou
authored
May 11, 2023
4ae0bb55
refactor(parser_common)!: take `Into<AttrKey>` in `Attrs::{contains_key, get,...
· 6e2aab31
nifou
authored
May 11, 2023
6e2aab31
refactor(parser_common)!: create a better API for `Tree`s
· fa5a9c4e
nifou
authored
May 11, 2023
fa5a9c4e
May 10, 2023
refactor(parser_common)!: swap lifetimes of `TreeRef` and `TreeRefMut`
· ca4a1375
nifou
authored
May 10, 2023
ca4a1375
refactor(parser_common)!: avoid storing nodes in tree using a Rc<RefCell<T>>
· e3d4125a
nifou
authored
May 10, 2023
e3d4125a
docs(readme): better list style
· cfd681eb
nifou
authored
May 10, 2023
cfd681eb
refactor(parser_common)!: remove Node::prev_sibling and Node::next_sibling,...
· e26f6de4
nifou
authored
May 10, 2023
e26f6de4
May 06, 2023
fix(pochoir): slots with sync version of `parser_common`
· 5d9436e4
nifou
authored
May 06, 2023
5d9436e4
refactor(parser_common)!: remove `TreeRef::from_id`, add `TreeRefId::get` to...
· 70a73905
nifou
authored
May 06, 2023
70a73905
Apr 29, 2023
fix(parser_html): avoid including new lines in an element name
· 6f75fe10
nifou
authored
Apr 29, 2023
6f75fe10
feat(parser_common): make `TreeRef::is_matching` API public
· bb342156
nifou
authored
Apr 29, 2023
bb342156
fix(parser_common): avoid panicking due to the root node being reached when using `select`
· 5866cc3a
nifou
authored
Apr 29, 2023
5866cc3a
Apr 26, 2023
fix(pochoir): `word_count` function counting extra spaces as words
· d42e7b53
nifou
authored
Apr 26, 2023
d42e7b53
Apr 23, 2023
docs: improve documentation of the `eval` module
· 5abbeafd
nifou
authored
Apr 23, 2023
5abbeafd
docs: change list style
· 18211406
nifou
authored
Apr 23, 2023
18211406
docs: remove an old documentation item
· 25a36307
nifou
authored
Apr 23, 2023
25a36307
style: run rustfmt
· f5fa97cf
nifou
authored
Apr 23, 2023
f5fa97cf
refactor!: use a custom Value type
· 89832e1a
nifou
authored
Apr 23, 2023
89832e1a
Apr 21, 2023
chore: release v0.7.0
· 7dd9da1d
nifou
authored
Apr 21, 2023
View commits for tag v0.7.0
v0.7.0
7dd9da1d
feat(pochoir)!: replace JSON support in attributes by pochoir's custom-language expressions
· 7b565ba2
nifou
authored
Apr 21, 2023
7b565ba2
Loading