Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
648ce13
New ':int64' and ':uint64' route path parameters - and - support the …
kataras Aug 23, 2018
289b79e
hero support for the new uint64
kataras Aug 23, 2018
aa31796
support more than string and int at macro functions route path input …
kataras Aug 23, 2018
6da6c47
add uint8 parameter type, and mvc and hero - this commit may be a poi…
kataras Aug 23, 2018
b603a47
add a table on the README for the param types, macro funcs and do it …
kataras Aug 24, 2018
5fdac70
format the prev
kataras Aug 24, 2018
5139db1
add the di section after the parameters in path section
kataras Aug 24, 2018
67512a7
add the StatusMisdirectedRequest (421) added in go 1.11 net/http pack…
kataras Aug 25, 2018
bd753cf
remove 'WithoutVersionChecker', update and test the new versions of s…
kataras Aug 30, 2018
9acfe30
remove unnecessary deps
kataras Aug 30, 2018
0256849
go modules and vendoring section explain why not yet, in my opinion l…
kataras Aug 31, 2018
2d87444
more details
kataras Aug 31, 2018
b418604
dynamic param types part 1
kataras Sep 1, 2018
17c9bd2
upstream fixes
kataras Sep 12, 2018
a99b64d
add the ability to add custom parameter types to the interpreter and …
kataras Sep 26, 2018
13803a0
Conversion once at macros and their functions, internal changes required
kataras Sep 27, 2018
e4010ba
add int8, int16, int32, uint, uint16 and uint32 default-builtn parame…
kataras Sep 27, 2018
fc9090d
see previous commit for more details
kataras Sep 27, 2018
7273623
easy fix of macro handler caused tests to fail by before prev commit
kataras Sep 27, 2018
7becb52
make macros even faster and smart catch common :string and do not exe…
kataras Sep 28, 2018
fa88cde
partial cleanup of the macro pkg and move it from /core/router to the…
kataras Sep 28, 2018
d9bda6e
add tests for the new types (int8, int16, int32, uint, uint8, uint16,…
kataras Sep 29, 2018
20460ca
add a test and fix a small issue on the macro/handler#MakeHandler
kataras Sep 29, 2018
e73091a
make the macro#Parse to return a value of a Template instead of its p…
kataras Sep 29, 2018
d42aea5
fix https://github.com/kataras/iris/issues/1087
kataras Sep 30, 2018
d7cc93f
fix macro registration issue and match by kind for MVC and hero inst…
kataras Sep 30, 2018
9802c25
add some more helpers for the parameters and the memstore for num types
kataras Oct 1, 2018
9d9728b
init go modules but keep the dep files and vendor folder and update b…
kataras Oct 2, 2018
4266698
example: write our own customized router using the high-level API whi…
kataras Oct 2, 2018
5e79a86
context#ErrEmptyForm
kataras Oct 3, 2018
95cdce6
Merge branch 'master' of https://github.com/kataras/iris
kataras Oct 3, 2018
617b9e7
context#ErrEmptyForm
kataras Oct 3, 2018
082ead7
`context#ReadForm`: do not return an error if request data are not th…
kataras Oct 4, 2018
abfc294
Typo
fedir Oct 14, 2018
17da207
add my new trie data structure implementation written from scratch an…
kataras Oct 15, 2018
8776bde
Merge pull request #1106 from fedir/patch-1
kataras Oct 15, 2018
85efa86
typo fix: internally
kataras Oct 15, 2018
486b25a
add godoc comments for the updated macro package
kataras Oct 15, 2018
625c7bf
typo fix
kataras Oct 15, 2018
34e7cb2
version preparation, it should be ready before novemember.
kataras Oct 15, 2018
68a98c3
make the core/router.AllMethods a variable that can be changed by end…
kataras Oct 16, 2018
4004ebe
Fix panic error in concurrent calling with websocket.Connection.Emit()
eryx Oct 16, 2018
2f94c0c
Fix panic error in concurrent calling with websocket.Connection.Emit()
eryx Oct 16, 2018
c1bef09
Merge pull request #1110 from eryx/master
kataras Oct 16, 2018
715889b
sync with master fixes and add more details in the HISTORY.md for the…
kataras Oct 17, 2018
d570a90
A note for the upcominng release in the main README.md
kataras Oct 17, 2018
af7ad7b
add a HISTORY note about the Context#ReadForm return error
kataras Oct 18, 2018
9dac15a
version 11 release
kataras Oct 21, 2018
93e6467
add a HISTORY.md note about the new commits
kataras Oct 21, 2018
978d1ed
Version 11 released. Read https://github.com/kataras/iris/blob/master…
kataras Oct 21, 2018
6989e15
fix no slash req path
kataras Oct 21, 2018
934e668
sync with kataras/muxie
kataras Oct 21, 2018
f1e7b9a
internal router improvement as a result of kataras/muxie sync for lat…
kataras Oct 21, 2018
d1b47b1
A year after, it was time to update benchmarks, .NET Core had many pe…
kataras Oct 22, 2018
64e80a7
add third-party source benchmark results for proof of what we already…
kataras Oct 23, 2018
2c8526f
add part function in html.go
Oct 25, 2018
fe6e9d6
add template_html_5 for fund part in html.go
Oct 26, 2018
0184e08
modify
Oct 27, 2018
8a34743
Update to version 11.0.1. Feature request implemented: https://github…
kataras Oct 27, 2018
d59925d
fix https://github.com/kataras/iris/issues/1118
kataras Oct 29, 2018
4bccfe2
Update to minor version 11.0.2 that fixes a small issue. Read HISTORY…
kataras Oct 29, 2018
15bb55d
Merge pull request #1117 from chenPengXu/master
kataras Oct 29, 2018
c20bc3b
examples: update the cors example to be easier for beginners
kataras Nov 6, 2018
e65f185
Add the article 'CRUD REST API in Iris (a framework for golang)' and …
kataras Nov 6, 2018
d9f514a
Update go.mod
mlboy Nov 7, 2018
c1ebc23
Merge pull request #1128 from mlboy/patch-1
kataras Nov 8, 2018
ba71bda
Update to version 11.0.4. Read https://github.com/kataras/iris/blob/m…
kataras Nov 9, 2018
5307fc7
initialize support for versioning as requested, per route -- not fini…
kataras Nov 10, 2018
3bbfc1e
versioning API: initialize support for grouping
kataras Nov 10, 2018
febcf62
fix https://github.com/kataras/iris/pull/1128 for https://github.com/…
kataras Nov 10, 2018
63d6e3b
fix https://github.com/kataras/iris/issues/1132
kataras Nov 10, 2018
342b88c
move the blackfriday lib to the iris-contrib for the stability to avo…
kataras Nov 10, 2018
54eb51a
move blackfriday pkg to iris-contrib to avoid future issues like http…
kataras Nov 10, 2018
fd639b4
blackfriday move to iris-contrib, tested
kataras Nov 10, 2018
2208243
resolve master conflicts for vendor
kataras Nov 10, 2018
83f11ed
add versioning/README.md
kataras Nov 11, 2018
3677724
complete the versioning/README.md and add `AllowMethods` like the nor…
kataras Nov 11, 2018
2afc508
finalize the API
kataras Nov 18, 2018
5c989d2
add versioning example
kataras Nov 18, 2018
947171b
add AUTHORS note to the new versioning package
kataras Nov 18, 2018
6c14839
Publish version 11.1.0. Read HISTORY.md for details
kataras Nov 18, 2018
5bdbffe
Publish version 11.1.0. Read HISTORY.md for details
kataras Nov 18, 2018
407dfe7
update mod
kataras Nov 18, 2018
cc62973
session/redis: fix unused service config var. IdleTimeout witch was r…
Nov 27, 2018
35a1c38
Merge pull request #1140 from d7561985/master
kataras Nov 27, 2018
2bd7a8e
fix https://github.com/kataras/iris/issues/1141 and https://github.co…
kataras Nov 28, 2018
5069e9a
fix grammar and misspell
kataras Nov 29, 2018
a28132e
Fix cache corruption due to recorder reuse
hendrikhofstadt Nov 29, 2018
fd470c4
Merge pull request #1146 from Slamper/patch-1
kataras Dec 2, 2018
242003e
Fix link for httpexpect in README
27c4 Dec 7, 2018
1fd5e3b
Merge pull request #1148 from drenel18/patch-1
kataras Dec 7, 2018
31b2913
Add `StatusTooEarly`, compatible with: https://developer.mozilla.org/…
kataras Dec 8, 2018
7ea1cdd
Translate _examples/README.md into Chinese
fduxiao Dec 18, 2018
659b12f
Merge pull request #1156 from fduxiao/master
kataras Dec 18, 2018
ea12533
add https://github.com/snowlyg/IrisApiProject to starter kits (chinese)
kataras Dec 24, 2018
b94cb60
update kataras/pio gomod version
kataras Jan 3, 2019
701e8e4
fix https://github.com/kataras/iris/issues/1164
kataras Jan 4, 2019
1607bb5
context#ReadForm can skip unkown fields by iris/context.IsErrPath(err…
kataras Jan 4, 2019
0e734ff
README: Iris Starter Kits: add yz124/superstar -- Iris + xorm to impl…
kataras Jan 7, 2019
072487c
minor doc fix
kataras Jan 10, 2019
5e81b60
push version 11.1.1
kataras Jan 11, 2019
f4f6607
fix minor misspell
kataras Jan 16, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ os:
- linux
- osx
go:
- "go1.9"
- "go1.10"
- 1.9.x
- 1.10.x
- 1.11.x
go_import_path: github.com/kataras/iris
# we disable test caching via GOCACHE=off
env:
global:
- GOCACHE=off
# env:
# global:
# - GOCACHE=off
install:
- go get ./... # for iris-contrib/httpexpect, kataras/golog
script:
Expand Down
5 changes: 0 additions & 5 deletions Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions Dockerfile.build

This file was deleted.

3 changes: 2 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ go get -u github.com/kataras/iris

More than 100 practical examples, tutorials and articles at:

- https://github.com/kataras/iris#iris-starter-kits
- https://github.com/kataras/iris/tree/master/_examples
- https://github.com/iris-contrib/examples
- https://iris-go.com/v10/recipe
- https://iris-go.com/v11/recipe
- https://docs.iris-go.com (in-progress)
- https://godoc.org/github.com/kataras/iris

Expand Down
285 changes: 0 additions & 285 deletions Gopkg.lock

This file was deleted.

Loading