update rebase#2
Merged
jjhesk merged 102 commits intoGoLandr:masterfrom Jan 20, 2019
Merged
Conversation
…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
…arguments: int,uint8,uint16,uint32,int8,int32,int64,slice of strings and string
…nt of tutorial on how to add a completely new type from scratch to the hero for future contributors
…ome of the dependencies, add a history entry with unknown release date
…et's stick with the current system until gophers get acquainted with the new go modules and how it works - I putted a link to the TOC in order to help them
Signed-off-by: Gerasimos (Makis) Maropoulos <kataras2006@hotmail.com>
…mapped macros with any number of macro functions - example added - although it's working it is not ready yet - I have to do some cleanup, doc comments and a TODO
…ter types and macros - no doc update - no live tests yet - time for sleep
…cute anything at all if not really needed, more clean code as well
… root because it may be used by the end-developers now to ammend the available macros per application
…tr 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
…ead 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.
…adger sessionsdb's dependency to 1.5.4 from 1.5.3
…ch gives access to the correct context and routes
…mal Party, version-specific middlewares are not needed because the end-developer should declare a middleware with manual matching of version using versioning.Match(ctx, version) bool instead
…eplaced by default values
session/redis: fix unused service config var. IdleTimeout witch was r…
Fix cache corruption due to recorder reuse
the previous link will be automatically appended to `https://github.com/kataras/iris/` and thus get a wrong direction
Fix link for httpexpect in README
README_ZH.md in _examples/
…ement the star library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We'd love to see more contributions
Read how you can contribute to the project.