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.7.0
pochoir
Browse files
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
docs(pochoir): add `enumerate` function in the list
· 6faea1c5
nifou
authored
Apr 21, 2023
6faea1c5
Apr 20, 2023
test(pochoir): add test for nested if statements in for statements
· a3e70b54
nifou
authored
Apr 20, 2023
a3e70b54
test(pochoir): add test to use a component as a slot
· b7d227cb
nifou
authored
Apr 20, 2023
b7d227cb
docs(pochoir): add documentation for scoped slots
· 200ffa9c
nifou
authored
Apr 20, 2023
200ffa9c
test(pochoir): add test for multiple instances of a slot with the same name
· d28a6234
nifou
authored
Apr 20, 2023
d28a6234
feat(pochoir): support nested slots
· 153ac79e
nifou
authored
Apr 20, 2023
153ac79e
refactor(parser_common): use a custom Debug implementation for the `TreeRef` structure
· 9ad21b9d
nifou
authored
Apr 20, 2023
9ad21b9d
feat(pochoir): add initial support for scoped slots (+ avoid using the Context to pass slots)
· 4b29096b
nifou
authored
Apr 20, 2023
4b29096b
fix(pochoir): default slot content not working with named slots
· 56acca12
nifou
authored
Apr 20, 2023
56acca12
Apr 19, 2023
feat(pochoir)!: add support for named slots using the syntax of Web Components...
· 1e977e8b
nifou
authored
Apr 19, 2023
1e977e8b
feat(pochoir)!: use `<slot></slot>` syntax to insert slots and support default content
· 5791d72a
nifou
authored
Apr 19, 2023
5791d72a
fix(pochoir): use the correct component name
· 6410cdcf
nifou
authored
Apr 19, 2023
6410cdcf
feat: support nesting if and for statements
· 1b25342d
nifou
authored
Apr 19, 2023
1b25342d
chore: release v0.6.0
· b0b0438e
nifou
authored
Apr 19, 2023
View commits for tag v0.6.0
v0.6.0
b0b0438e
chore: update `git-cliff` configuration
· b25e022d
nifou
authored
Apr 19, 2023
b25e022d
fix(parser_common): wrong utf-8 offsets in `ParseStream::take_while_peekable`
· 27cd4724
nifou
authored
Apr 19, 2023
27cd4724
Apr 17, 2023
build: update dependencies
· ced4d5a3
nifou
authored
Apr 17, 2023
ced4d5a3
Apr 16, 2023
docs(pochoir): fix documentation link
· 7b6243d5
nifou
authored
Apr 16, 2023
7b6243d5
docs: fix some examples
· 31a6d404
nifou
authored
Apr 16, 2023
31a6d404
docs: add examples of each function
· 4a9f7091
nifou
authored
Apr 16, 2023
4a9f7091
feat(pochoir)!: add an optional parameter to the `enumerate` function to...
· d9a1a4ba
nifou
authored
Apr 16, 2023
d9a1a4ba
fix(pochoir): wrong number rendering
· 47bdd34f
nifou
authored
Apr 16, 2023
47bdd34f
Apr 15, 2023
feat(lang): add an `enumerate` function
· e6288a88
nifou
authored
Apr 15, 2023
e6288a88
Feb 05, 2023
fix: "end tag has no corresponding start tag" span
· 39696f37
nifou
authored
Feb 05, 2023
39696f37
Feb 01, 2023
chore: release v0.5.0
· 6a5164b6
nifou
authored
Feb 01, 2023
View commits for tag v0.5.0
v0.5.0
6a5164b6
feat: add a mini-language in expressions, fix error spans
· f213b163
nifou
authored
Feb 01, 2023
f213b163
chore: add a CHANGELOG generated with git-cliff
· 6b458c03
nifou
authored
Feb 01, 2023
6b458c03
Jan 22, 2023
feat(pochoir): add a `Context::from_string` method to make a `Context` from a string
· 72cb3a8b
nifou
authored
Jan 22, 2023
72cb3a8b
Jan 18, 2023
feat(pochoir): support comments
· b032168f
nifou
authored
Jan 18, 2023
b032168f
Jan 14, 2023
feat: implement `FromIterator` for `Context`
· 89ab95bd
nifou
authored
Jan 14, 2023
89ab95bd
Jan 04, 2023
fix: bad return lifetimes of `TreeRef::{select,select_all,name,text,attr}`
· 3c66e0e0
nifou
authored
Jan 04, 2023
3c66e0e0
docs(readme): fix example
· 43b7fbe9
nifou
authored
Jan 04, 2023
43b7fbe9
Jan 01, 2023
chore: update copyright year
· 443a9542
nifou
authored
Jan 01, 2023
443a9542
Dec 30, 2022
fix(pochoir): use manual error formatting when an error happens during template parsing
· 4f08f90f
nifou
authored
Dec 30, 2022
4f08f90f
fix(parser-common): strange `start_offset` computations in `ParseStream`
· de329a68
nifou
authored
Dec 30, 2022
de329a68
refactor(pochoir): simplify the `TemplateCompiler::render_error` method
· 34f87c78
nifou
authored
Dec 30, 2022
34f87c78
fix(pochoir): bad `serde` features in release mode
· 311521bc
nifou
authored
Dec 30, 2022
311521bc
chore(pochoir): set up fuzzing with `cargo-fuzz`
· d407c625
nifou
authored
Dec 30, 2022
d407c625
Loading