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-17 09:57:01 +00:00
Code
Releases
Activity
Files
3962710d3d7d704566ccf857d90206c64daa7cf1
kararas_iris
/
mvc
History
Gerasimos (Makis) Maropoulos
3962710d3d
Version 11 released. Read
https://github.com/kataras/iris/blob/master/HISTORY.md#su-21-october-2018--v1100
...
Former-commit-id: fe6305deed00e170bf4d39a12c0644fe686e0a24
2018-10-21 19:20:05 +03:00
..
AUTHORS
create a new package, name it as hero, I was thinking super or superb but hero is better name for what it does - the goal is to split the new 'mvc handlers' from the mvc system because they are not the same, users should know that they can use these type of rich binded handlers without controllers as well, like a normal handler and that I implemented here, the old files exist on the mvc package but will be removed at the next commit, I have to decide if we want type aliases for Result or no
2017-12-25 20:05:32 +02:00
controller_handle_test.go
Version 11 released. Read
https://github.com/kataras/iris/blob/master/HISTORY.md#su-21-october-2018--v1100
2018-10-21 19:20:05 +03:00
controller_method_parser.go
Version 11 released. Read
https://github.com/kataras/iris/blob/master/HISTORY.md#su-21-october-2018--v1100
2018-10-21 19:20:05 +03:00
controller_method_result_test.go
Replace controller's .Register with .Handle and AddDependencies with .Register in order to be aligned with the 'hero' package, all examples and docs are updated, it's crazy how I can't stop even on Christmas
2017-12-27 04:15:41 +02:00
controller_test.go
Version 11 released. Read
https://github.com/kataras/iris/blob/master/HISTORY.md#su-21-october-2018--v1100
2018-10-21 19:20:05 +03:00
controller.go
Version 11 released. Read
https://github.com/kataras/iris/blob/master/HISTORY.md#su-21-october-2018--v1100
2018-10-21 19:20:05 +03:00
go19.go
split of the mvc and the new hero package is completed, now handlers with input and output binding feature is a different feature than the mvc, however the mvc controller's methods can use the hero dependency injection as before (v10+)
2017-12-25 20:57:04 +02:00
LICENSE
OK, my dream-idea is implemented. TODO: Some examples and doc.go is not updated yet, comments on the mvc/di subpackage, the tutorial/vuejs-todo-mvc is running but not finished yet (it's using browser's localstorage and it should be replaced by the http requests that are registered via iris mvc
2017-12-16 06:38:28 +02:00
mvc.go
remove the complicated fallback handlers, that didn't work and not approve the coblexity addition of the
https://github.com/kataras/iris/pull/919
, RouteExists accepts first argument the Context, add new AllowMethods per party and fix cors by
048e2be034
https://github.com/kataras/iris/issues/922
, rel:
https://github.com/iris-contrib/middleware/issues/36
,
https://github.com/iris-contrib/middleware/issues/34
,
https://github.com/iris-contrib/middleware/issues/32
,
https://github.com/iris-contrib/middleware/issues/30
,
https://github.com/kataras/iris/pull/909
2018-03-10 14:22:56 +02:00
param.go
Version 11 released. Read
https://github.com/kataras/iris/blob/master/HISTORY.md#su-21-october-2018--v1100
2018-10-21 19:20:05 +03:00
reflect.go
split of the mvc and the new hero package is completed, now handlers with input and output binding feature is a different feature than the mvc, however the mvc controller's methods can use the hero dependency injection as before (v10+)
2017-12-25 20:57:04 +02:00
session_controller.go
Replace controller's .Register with .Handle and AddDependencies with .Register in order to be aligned with the 'hero' package, all examples and docs are updated, it's crazy how I can't stop even on Christmas
2017-12-27 04:15:41 +02:00