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-22 20:37:05 +00:00
Code
Releases
Activity
Files
20ba72aecf00e543b1b78b6186d49fa781d3b70d
kararas_iris
/
core
/
router
History
Gerasimos (Makis) Maropoulos
20ba72aecf
fix typo
...
Former-commit-id: b6f9de4cf8d62210ffefba5d33dc8372d236748d
2017-12-18 06:47:05 +02:00
..
macro
made it work but looking for another approach
2017-12-04 05:06:03 +02:00
node
Update to version 8.5.5 | Read HISTORY.md
2017-11-02 05:54:33 +02:00
api_builder.go
remove the old 'mvc' folder - examples are not changed yet - add the 'di' package inside the mvc2 package - which will be renamed to 'mvc' on the next commit - new mvc.Application and some dublications removed - The new version will be version 9 because it will contain breaking changes (not to the end-developer's controllers but to the API they register them) - get ready for 'Christmas Edition' for believers
2017-12-15 20:28:06 +02:00
fs.go
app. SPA from router wrapper to a simple handler, works faster now. Iris' router respects wildcards with other paths as well (unique) for almost a half year now... so we don't need a whole wrapper for those things anymore, fixes
https://github.com/kataras/iris/issues/807
2017-11-10 16:15:47 +02:00
handler.go
add simple tests for _examples/mvc/hello-world and session-controller
2017-12-16 21:27:20 +02:00
macro.go
Update to 8.4.0 | New macro type, new high-optimized MVC features. Read HISTORY.md
2017-08-27 18:46:04 +03:00
mime.go
Update to version 8.5.5 | Read HISTORY.md
2017-11-02 05:54:33 +02:00
party.go
remove the old 'mvc' folder - examples are not changed yet - add the 'di' package inside the mvc2 package - which will be renamed to 'mvc' on the next commit - new mvc.Application and some dublications removed - The new version will be version 9 because it will contain breaking changes (not to the end-developer's controllers but to the API they register them) - get ready for 'Christmas Edition' for believers
2017-12-15 20:28:06 +02:00
path_test.go
Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded
2017-07-10 18:32:42 +03:00
path.go
Fixed a bug on router/path
2017-12-02 17:45:43 -02:00
route.go
made it work but looking for another approach
2017-12-04 05:06:03 +02:00
router_handlers_order_test.go
fix
https://github.com/kataras/iris/issues/683#issuecomment-317229068
2017-07-23 12:10:51 +03:00
router_spa_wrapper.go
app. SPA from router wrapper to a simple handler, works faster now. Iris' router respects wildcards with other paths as well (unique) for almost a half year now... so we don't need a whole wrapper for those things anymore, fixes
https://github.com/kataras/iris/issues/807
2017-11-10 16:15:47 +02:00
router_wildcard_root_test.go
add content type and response text to the Controller
💯
2017-09-02 14:32:14 +03:00
router.go
fix typo
2017-12-18 06:47:05 +02:00
status_test.go
Update to 8.0.4 | New: transfer a message to the request logger
2017-07-17 17:42:51 +03:00
status.go
Update to version 8.5.0 | NEW: MVC Output Result | Read HISTORY.md
2017-10-09 15:26:46 +03:00