Gerasimos (Makis) Maropoulos
|
ec2d9d016e
|
update view benchmarks and remove ace template parser
|
2023-03-17 12:38:07 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
1ea5cd58be
|
builtin html template functions changes
|
2022-12-13 01:37:15 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
512ed6ffc0
|
add support for fs.FS, embed.FS (in addition of string and http.FileSystem) for i18n locales and view engine's templates
|
2022-09-25 20:40:56 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
8aedf6bc32
|
:)
|
2021-01-09 05:41:20 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
552539bed1
|
Add View Engine Benchmarks: https://github.com/kataras/iris/tree/master/_benchmarks/view
|
2020-10-01 16:06:16 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
4065819688
|
New: i18n pluralization and variables support and more...
fixes: #1649, #1648, #1641, #1650
relative to: #1597
|
2020-09-29 19:19:19 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
e1f25eb098
|
Full support of the http.FileSystem on all view engines as requested at #1575
Also, the HandleDir accepts both string and http.FileSystem (interface{}) (like the view's fs)
|
2020-09-05 08:34:09 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
5d480dc801
|
Ability to register a view engine per group of routes or for the current a chain of handlers
Example at: https://github.com/kataras/iris/tree/master/_examples/view/context-view-engine
|
2020-08-05 19:34:55 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
b363492cca
|
add 'iris.Blocks' template engine
read more about its features at: https://github.com/kataras/blocks
|
2020-08-05 06:46:45 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
6844be57ea
|
add 'iris.Ace' template engine: _examples/view/template_ace_0
|
2020-08-03 05:46:04 +03:00 |
|