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 · main
pochoir
Browse files
Sep 03, 2023
feat(pochoir-parser): render template expressions and statements in `TreeRef::attr`
· ebc467e9
nifou
authored
Sep 03, 2023
ebc467e9
Sep 02, 2023
docs: fix some typos
· 43524b6e
nifou
authored
Sep 02, 2023
43524b6e
docs(pochoir): improve HTML of example
· 9f946732
nifou
authored
Sep 02, 2023
9f946732
refactor: make modules public in `pochoir-extra`
· c225b114
nifou
authored
Sep 02, 2023
c225b114
chore: merge branch 'new-architecture' into 'main'
· a8538cb3
nifou
authored
Sep 02, 2023
a8538cb3
chore: release v0.9.0
· 6513d37e
nifou
authored
Sep 02, 2023
View commits for tag v0.9.0
v0.9.0
6513d37e
style: run `cargo fmt`
· c8c47b5b
nifou
authored
Sep 02, 2023
c8c47b5b
docs(pochoir-lang): improve the documentation of the `FromValue` and `IntoValue` traits
· 2f6f448f
nifou
authored
Sep 02, 2023
2f6f448f
docs(pochoir-extra): add documentation to some transformer methods
· e8690fc7
nifou
authored
Sep 02, 2023
e8690fc7
docs(pochoir): improve docs
· e01dc652
nifou
authored
Sep 02, 2023
e01dc652
feat: implement error handling in transformers
· 56ce10e6
nifou
authored
Sep 02, 2023
56ce10e6
chore: fix all Clippy warnings and improve documentation
· dd974f32
nifou
authored
Sep 02, 2023
dd974f32
chore: add more cargo lints and fix warnings
· c4061bed
nifou
authored
Sep 02, 2023
c4061bed
Sep 01, 2023
refactor: improve code quality
· 56a994d6
nifou
authored
Sep 01, 2023
56a994d6
Aug 31, 2023
refactor(pochoir): return an `Error` instead of directly a `Result` in
· 60c9b56e
nifou
authored
Aug 31, 2023
60c9b56e
test: fix tests of `TreeRef::text`
· 02166dc8
nifou
authored
Aug 31, 2023
02166dc8
Aug 30, 2023
docs: fix all documentation warnings
· f1d57deb
nifou
authored
Aug 30, 2023
f1d57deb
docs: write the main compiler documentation
· 76342314
nifou
authored
Aug 30, 2023
76342314
Aug 27, 2023
refator: add some public exports in the main `pochoir` crate
· fa3fb631
nifou
authored
Aug 27, 2023
fa3fb631
Aug 26, 2023
fix: implement or remove a lot of TODOs
· 1754aace
nifou
authored
Aug 26, 2023
1754aace
feat(pochoir-parser): add the `TreeRef::closest` method
· ec5705b2
nifou
authored
Aug 26, 2023
ec5705b2
chore(pochoir-extra): fix some warnings in release mode
· 8b1fda38
nifou
authored
Aug 26, 2023
8b1fda38
feat(pochoir-lang): add some functions: `starts_with`, `ends_with` and `capitalize`
· 9258a5ce
nifou
authored
Aug 26, 2023
9258a5ce
chore: fix some warnings
· a69a2ded
nifou
authored
Aug 26, 2023
a69a2ded
fix(pochoir-lang): avoid cloning the global context
· 064efc9e
nifou
authored
Aug 26, 2023
064efc9e
Aug 25, 2023
chore(pochoir): rename examples
· f5711cb9
nifou
authored
Aug 25, 2023
f5711cb9
docs(readme): update readme
· 51219d51
nifou
authored
Aug 25, 2023
51219d51
fix(pochoir-parser): emit events `BeforeElement` and `AfterElement` in case of empty elements
· f92510b3
nifou
authored
Aug 25, 2023
f92510b3
Aug 23, 2023
feat: introduce transformers
· f3f2d946
nifou
authored
Aug 23, 2023
f3f2d946
Aug 20, 2023
fix(pochoir-cli): improve live reloading
· 08b51b39
nifou
authored
Aug 20, 2023
08b51b39
fix(pochoir-lang): bad serde representation of `Object`s
· 837a9efd
nifou
authored
Aug 20, 2023
837a9efd
Aug 19, 2023
feat(pochoir): make `is_custom_element` public
· 365b5866
nifou
authored
Aug 19, 2023
365b5866
Aug 18, 2023
feat(pochoir-lang): support negative ranges
· 41246303
nifou
authored
Aug 18, 2023
41246303
feat(pochoir-macros): implement `FromValue` derive macro
· fe2e1f7c
nifou
authored
Aug 18, 2023
fe2e1f7c
feat(pochoir-lang): add `Value::{as_*}` in case pattern matching should be avoided
· c7d6519e
nifou
authored
Aug 18, 2023
c7d6519e
docs(pochoir): add filesystem provider example
· 400dfc38
nifou
authored
Aug 18, 2023
400dfc38
docs(pochoir): add static map provider example
· ef5a71a2
nifou
authored
Aug 18, 2023
ef5a71a2
feat(pochoir-lang): add `Context::from_object`
· eea44fc8
nifou
authored
Aug 18, 2023
eea44fc8
feat(pochoir-lang): add `Value::{index, index_mut}` methods to easily index arrays
· 05dba936
nifou
authored
Aug 18, 2023
05dba936
feat(pochoir-lang): implement `IntoValue` for `[T; N]`
· 977bbc45
nifou
authored
Aug 18, 2023
977bbc45
Loading