This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
kararas_iris
Watch
1
Star
0
Fork
0
You've already forked kararas_iris
mirror of
https://github.com/kataras/iris.git
synced
2025-12-29 15:57:09 +00:00
Code
Releases
Activity
Files
a675e8191a2ea31c67e6f3619365526370cd3ab1
kararas_iris
/
macro
History
Gerasimos (Makis) Maropoulos
a675e8191a
fix macro registration issue and match by kind for MVC and hero instead of its kind, so custom types like structs can be used without any issues. Add an example on how to register a custom macro it is just few lines and all in one place in this version.
...
Former-commit-id: 93c439560fcfad820f9f3e39c1d9557c83cef0ee
2018-09-30 17:26:40 +03:00
..
handler
make the macro#Parse to return a value of a Template instead of its ptr and debug logs for handlers length ignores the internal generated macro evaluator handler if it is there, so end-dev cannot be confused about the debug logs at that point
2018-09-29 19:59:39 +03:00
interpreter
partial cleanup of the macro pkg and move it from /core/router to the root because it may be used by the end-developers now to ammend the available macros per application
2018-09-29 02:41:51 +03:00
AUTHORS
fix macro registration issue and match by kind for MVC and hero instead of its kind, so custom types like structs can be used without any issues. Add an example on how to register a custom macro it is just few lines and all in one place in this version.
2018-09-30 17:26:40 +03:00
LICENSE
fix macro registration issue and match by kind for MVC and hero instead of its kind, so custom types like structs can be used without any issues. Add an example on how to register a custom macro it is just few lines and all in one place in this version.
2018-09-30 17:26:40 +03:00
macro_test.go
add tests for the new types (int8, int16, int32, uint, uint8, uint16, uint32, uint64)
2018-09-29 04:35:09 +03:00
macro.go
partial cleanup of the macro pkg and move it from /core/router to the root because it may be used by the end-developers now to ammend the available macros per application
2018-09-29 02:41:51 +03:00
macros.go
fix macro registration issue and match by kind for MVC and hero instead of its kind, so custom types like structs can be used without any issues. Add an example on how to register a custom macro it is just few lines and all in one place in this version.
2018-09-30 17:26:40 +03:00
template.go
make the macro#Parse to return a value of a Template instead of its ptr and debug logs for handlers length ignores the internal generated macro evaluator handler if it is there, so end-dev cannot be confused about the debug logs at that point
2018-09-29 19:59:39 +03:00