auto!
auto buffer capacity wrapper for proc_macros
- Rename
bytes-buf
feature - Remove
bytes-buf-tokio3
feature in favor ofbytes-buf
buf-min
version to0.5
- Fix partial scope argument in proc_macros resolved to
self
bytes-buf-tokio3
feature
bat
version to0.17
buf-min
version to0.4
buf-min
version to0.2
- Parser coverage
- Move App runtime to delorean-rs
- Json serializer
- Use
buf-min::Buffer
as default bytes buffer
TemplateBytesTrait
for render to&mut BytesMut
- sse2 iota over
BytesMut
ccall
for consume struct
TemplateFixedTrait
for render to&mut [u8]
- Use
dtoa
anditoa
for render number - Escape char
v_htmlescape
to 0.7
- compile error at derive struct
v_eval
to 0.5- use
proc_macro2
force fallback
- default recursion at 128
- change attribute
recursion-limit
torecursion
{{ @json obj }}
and{{ @json_pretty obj }}
@helpers- User compile error
{{$ "message" }}
- Annotate snippets error messages for parse and lowering
- Remove
mode
in favor of features and alias - Remove
with-actix-web
feature - Remove
ext
,err
attributes - Unique path for templates
hbs
annotate-snippets
to0.8
prettyprint
to0.8
- Use
html
mode by default - Unnecessary alloc
- Remove yarte_template crate
- Add new derive App
- Move wasm app derive and helpers to yarte_wasm_app
- Rename features
- Html minifier
- Partial Block
- Recursion in partial and partial-block
recursion-limit
attribute- Resolve expression
{{? expr }}
- Add
server
mode for wasm app server site
- Split
Template
trait
- Annotate snippets error message
- Async core for wasm applications
- Remove
nom
andmemchr
from dependencies actix-web
version to2.0.0
- Parser for support
Span
- Split derive in crates
err
attribute atwith-actix-web
feature for specify body of error response- compile time evaluator for all expressions and helpers
- Dev-dependencies remove
bytes
- Fix some issues in parser
- Partial cyclic dependency detection
- match arm guard in expression
- cargo clippy and fix his issues
- Add [email protected]
- Remove reference in fmt method
- Propagate errors at write_str
- Minor issues
syn
,quote
,proc-macro2
version to1.0
env_logger
version to0.7
- Remove prettyprint library for [email protected] dependency compile problems
- Ignore errors at write_str
Mime types
update mime_guess to 2.0 and append; charset=utf-8
- Performance of render trait for html escape
- Render trait for typed escaped
- Some issues
- Conditional expressions in compile-time to evaluator.
-
Parenthesis expressions.
-
Variable name resolution for partials.
- More debugging options in configure file. New option are
grid
,header
,paging
, andshort
.