iris/core
2018-08-23 06:30:12 +03:00
..
errors https://github.com/kataras/iris/issues/1061 2018-08-14 16:29:04 +03:00
handlerconv Update to 8.2.3 | Fix https://github.com/kataras/iris/issues/714 2017-08-10 21:15:26 +03:00
host core/router/supervisor:https ForceRSA to true 2018-03-31 06:38:30 +03:00
maintenance Release stable version 10.7 - HISTORY.md#sat-11-august-2018--v1070 2018-08-11 23:58:49 +03:00
memstore add Context.Params#GetUint64 2018-08-23 02:46:58 +03:00
netutil Sessions are now in full sync with the registered database, on acquire(init), set, get, delete, clear, visit, len, release(destroy) as requested by almost everyone. https://github.com/kataras/iris/issues/969 2018-04-22 13:52:36 +03:00
router New ':int64' and ':uint64' route path parameters - and - support the new uint64 for MVC (int64 was already supported there) - and - add ctx.Params().GetUint64 (GetInt64 was already there) - and - make the ':int or :number' to accept negative numbers with no digit limit (at low level) and rename the 'app.Macros().Int.RegisterFunc' to 'Number.RegisterFunc' because number can be any type of number not only standard go type limited - and - add alias for ':boolean' -> ':bool'. Finally, Update the examples but not the version yet, I have to provide a good README table to explain the end-developers how they can benefit by those changes and why the breaking change (which is to accept negative numbers via ':int') is for their own good and how they can make their own macro functions so they do not depend on the Iris builtn macro funcs only. More to come tomorrow, stay tuned 2018-08-23 06:30:12 +03:00