Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · v0.11.0
pochoir
Browse files
Aug 25, 2024
chore: release v0.11.0
· fa6bec9b
nifou
authored
Aug 25, 2024
View commits for tag v0.11.0
v0.11.0
fa6bec9b
Aug 23, 2024
refactor(pochoir)!: use wrapper structures for the arguments of `Transformer` methods
· 0ca1003e
nifou
authored
Aug 23, 2024
0ca1003e
feat: give the `Context` to all `Transformer`s
· a2464d55
nifou
authored
Aug 23, 2024
a2464d55
Aug 18, 2024
feat(pochoir-parser): add `Node::new_element_without_attrs`
· c0c2a92d
nifou
authored
Aug 18, 2024
c0c2a92d
Aug 17, 2024
test: fix tests
· 1a2dbf44
nifou
authored
Aug 17, 2024
1a2dbf44
refactor(pochoir-lang)!: add an error to distinguish between a bad type and an...
· 5037ad58
nifou
authored
Aug 17, 2024
5037ad58
refactor(pochoir-parser)!: use `""` to represent an attribute key without
· d91679ea
nifou
authored
Aug 17, 2024
d91679ea
refactor(pochoir-parser)!: make `TreeRef::children` return an `impl Iterator`...
· 8bd133bc
nifou
authored
Aug 17, 2024
8bd133bc
feat(pochoir-parser)!: add `TreeRef::attrs` and `TreeRef::attrs_spanned` to...
· 1e6e931d
nifou
authored
Aug 17, 2024
1e6e931d
feat(pochoir-parser): add `TreeRef::attrs`
· 157f209a
nifou
authored
Aug 17, 2024
157f209a
refactor(pochoir-parser)!: distinguish between a bad node type and an
· 128d3070
nifou
authored
Aug 17, 2024
128d3070
refactor(pochoir-parser)!: make `Tree::select` and `TreeRef::select` return a...
· 5eef84b3
nifou
authored
Aug 17, 2024
5eef84b3
feat(pochoir-parser): add a simplified API to build `Node`s
· 9d5ed363
nifou
authored
Aug 17, 2024
9d5ed363
test(pochoir-parser): make sure it's possible to replace an inner node
· 3951d525
nifou
authored
Aug 17, 2024
3951d525
Aug 15, 2024
feat: add support for the `verbatim` statement
· cadbf6ad
nifou
authored
Aug 15, 2024
cadbf6ad
docs: fix some documentation inconsistencies
· 75b14462
nifou
authored
Aug 15, 2024
75b14462
refactor: fix all Clippy warnings
· 98c65547
nifou
authored
Aug 15, 2024
98c65547
feat: add support for the `spaceless` statement
· 72337554
nifou
authored
Aug 15, 2024
72337554
refactor!: introduce an error type for `Tree::select` and `TreeRef::select`
· c8e6df23
nifou
authored
Aug 15, 2024
c8e6df23
docs: improve the documentation of `Tree::select`, `Tree::select_all`,...
· 7cf8576a
nifou
authored
Aug 15, 2024
7cf8576a
fix(pochoir-parser): avoid crashing when missing an angle bracket
· eb1632b2
nifou
authored
Aug 15, 2024
eb1632b2
chore: update the fuzz target
· d7c5c557
nifou
authored
Aug 15, 2024
d7c5c557
Aug 14, 2024
feat(pochoir-lang): expose the parser publicly
· 811b5f74
nifou
authored
Aug 14, 2024
811b5f74
Aug 13, 2024
docs: improve documentation of the `TreeRefMut::remove_attr` method
· af6227cb
nifou
authored
Aug 13, 2024
af6227cb
fix: relax lifetime condition on `TreeRefMut::remove_attr`
· 14268615
nifou
authored
Aug 13, 2024
14268615
Aug 11, 2024
chore: inherit `license`, `repository` and `documentation` from the workspace `Cargo.toml`
· e17477ed
nifou
authored
Aug 11, 2024
e17477ed
Jul 09, 2024
feat(pochoir): support components working both client and server side
· eb8a28d0
nifou
authored
Jul 09, 2024
eb8a28d0
fix(pochoir-parser): `TreeRef::sub_tree` method returning wrong children for the root node
· 5227cf35
nifou
authored
Jul 09, 2024
5227cf35
docs(pochoir-parser): fix typo
· a5660eb0
nifou
authored
Jul 09, 2024
a5660eb0
Jul 04, 2024
test: fix tests
· 7dd5f96b
nifou
authored
Jul 04, 2024
7dd5f96b
Jul 02, 2024
feat: add `Function::new_raw`
· 922bbd18
nifou
authored
Jul 02, 2024
922bbd18
chore: fix all warnings on newer Rust toolchains
· 9f917726
nifou
authored
Jul 02, 2024
9f917726
refactor!: enforce `Send + Sync` on all `Transformer`s stored in the `Transformers` structure
· 8f17dc88
nifou
authored
Jul 02, 2024
8f17dc88
May 04, 2024
fix(pochoir): fix inherited variables not inserted as inherited in child components of a component
· 17818b3a
nifou
authored
May 04, 2024
17818b3a
Apr 29, 2024
chore: remove quotes around nested errors
· 11e9023f
nifou
authored
Apr 29, 2024
11e9023f
Apr 28, 2024
docs(pochoir): use `#[doc(inline)]` on re-exports
· ebede2a2
nifou
authored
Apr 28, 2024
ebede2a2
docs: fix some typos
· 12b18731
nifou
authored
Apr 28, 2024
12b18731
chore(pochoir): replace `ansi_term` with `anstyle`
· 9b76676c
nifou
authored
Apr 28, 2024
9b76676c
Apr 22, 2024
chore: update all dependencies
· 91516ef4
nifou
authored
Apr 22, 2024
91516ef4
perf(FilesystemProvider): avoid spending time writing to the cache when it is not enabled
· 832f2e08
nifou
authored
Apr 22, 2024
832f2e08
Loading