Fenny
|
eb8c8d88d3
|
Update version 1.10.3
|
2020-06-01 20:30:11 +02:00 |
|
Fenny
|
ae785453bb
|
Hide complete msg on DisableStartupMessage
|
2020-06-01 20:29:52 +02:00 |
|
fenny
|
4f08c08459
|
Merge pull request #431 from Fenny/master
Router updates
|
2020-06-01 09:08:19 -04:00 |
|
Fenny
|
8cfadbde29
|
Add io.Reader comments
Co-Authored-By: Roman Kredentser <shareed2k@gmail.com>
|
2020-06-01 15:00:42 +02:00 |
|
Fenny
|
69596c03b9
|
Add io.Reader support
Co-Authored-By: Roman Kredentser <shareed2k@gmail.com>
|
2020-06-01 14:53:45 +02:00 |
|
Fenny
|
027823e084
|
Return 404 if Next does not match
|
2020-06-01 13:45:04 +02:00 |
|
Fenny
|
f9c08818ed
|
Return 404 if Next does not match
|
2020-06-01 13:36:51 +02:00 |
|
Fenny
|
705b05216a
|
Update Static test
|
2020-06-01 12:54:32 +02:00 |
|
Fenny
|
3f8c6e482a
|
Static Content-Type Fix
Fix #https://github.com/gofiber/fiber/issues/420
|
2020-06-01 12:54:23 +02:00 |
|
Fenny
|
1827ccce7a
|
Default 404 if Use response is empty
|
2020-06-01 12:10:30 +02:00 |
|
Fenny
|
a58bc02eca
|
Update benchmarks
|
2020-06-01 12:05:02 +02:00 |
|
Fenny
|
5567363941
|
Replace Sprintf
|
2020-06-01 12:04:52 +02:00 |
|
Fenny
|
5c5afa88ae
|
Add 404 Benchmark
|
2020-06-01 11:54:23 +02:00 |
|
Fenny
|
06c119d49a
|
Send 404 Body Response
|
2020-06-01 11:24:22 +02:00 |
|
Fenny
|
39f6db6c47
|
Remove old comment
|
2020-06-01 11:24:12 +02:00 |
|
Fenny
|
2f4b9c4132
|
Add Handler comment
|
2020-06-01 11:19:29 +02:00 |
|
Fenny
|
ac64da1a3a
|
Update Version 1.10.2
|
2020-06-01 11:17:37 +02:00 |
|
fenny
|
09cb024069
|
Merge pull request #428 from Fenny/master
Add immutable disclaimer
|
2020-05-31 07:43:25 -04:00 |
|
Fenny
|
806bcea128
|
Add immutable disclaimer
|
2020-05-31 01:34:16 +02:00 |
|
fenny
|
5625aa691d
|
Merge pull request #424 from renanbastos93/patch-1
Create CODEOWNERS
|
2020-05-30 18:04:50 -04:00 |
|
fenny
|
6b0c64d66f
|
Merge pull request #425 from soulchainer/feature/more-control-over-startup-message
Disable ASCII art on DisableStartupMessage
|
2020-05-30 13:52:51 -04:00 |
|
renanbastos93
|
e8092c923c
|
chore: move codeowners file to .github
|
2020-05-30 13:11:44 -03:00 |
|
Juan Riquelme González
|
5babf5a055
|
Change DisableStartupMessage behavior
|
2020-05-30 17:46:06 +02:00 |
|
fenny
|
f4d5e57351
|
Merge pull request #427 from Fenny/master
Update Discord Badge
|
2020-05-30 07:29:09 -04:00 |
|
Fenny
|
bab2c38d92
|
Update Discord Badge
|
2020-05-30 13:22:49 +02:00 |
|
Juan Riquelme González
|
d247e2a961
|
Add Settings StartupBanner & HideStartupBanner
|
2020-05-29 23:41:03 +02:00 |
|
RENAN.BASTOS
|
0ab0306ea8
|
Create CODEOWNERS
|
2020-05-29 14:24:42 -03:00 |
|
fenny
|
c9664609ee
|
Merge pull request #421 from Fenny/master
Add static index test
|
2020-05-29 04:26:49 -04:00 |
|
Fenny
|
dfb992dcdf
|
Add static index test
|
2020-05-29 10:22:54 +02:00 |
|
fenny
|
9c9eca1079
|
Merge pull request #419 from Fenny/master
Remove auto assign
|
2020-05-28 17:41:31 -04:00 |
|
Fenny
|
4ac4a53802
|
Remove auto assign
|
2020-05-28 23:17:09 +02:00 |
|
fenny
|
38c8bb240d
|
Update app.go
|
2020-05-27 23:06:23 +02:00 |
|
fenny
|
edb10010da
|
Update app.go
v1.10.0
|
2020-05-27 23:05:47 +02:00 |
|
fenny
|
1cd55804b7
|
Merge pull request #418 from Fenny/master
Fix partial wildcard in Static
|
2020-05-27 17:04:33 -04:00 |
|
Fenny
|
30c215c601
|
Update Version to v1.10.1
Co-Authored-By: RW <renewerner87@googlemail.com>
|
2020-05-27 22:56:56 +02:00 |
|
Fenny
|
d940948112
|
Update variable name
Co-Authored-By: RW <renewerner87@googlemail.com>
|
2020-05-27 22:54:20 +02:00 |
|
Fenny
|
ce3d950971
|
Fix partial wildcard in Static
Co-Authored-By: RW <renewerner87@googlemail.com>
|
2020-05-27 22:54:09 +02:00 |
|
Fenny
|
7aba20b3a3
|
Improve stacking
Co-Authored-By: RW <renewerner87@googlemail.com>
|
2020-05-27 22:53:51 +02:00 |
|
Fenny
|
90df05dd3a
|
Add more tests 87% coverage
Co-Authored-By: RW <renewerner87@googlemail.com>
|
2020-05-27 22:53:40 +02:00 |
|
fenny
|
f2c027e715
|
Small changes (#415)
* Update template examples
* Update fasthttp to v1.13.1
Co-Authored-By: Thomas van Vugt <thomasvvugt@users.noreply.github.com>
* Cookie SameSite defaults to Lax
Co-Authored-By: Thomas van Vugt <thomasvvugt@users.noreply.github.com>
Co-Authored-By: Queru <pascal@queru.net>
* Fix router bug
Co-Authored-By: RW <renewerner87@googlemail.com>
* Remove unused code
Co-Authored-By: RW <renewerner87@googlemail.com>
Co-authored-by: Thomas van Vugt <thomasvvugt@users.noreply.github.com>
Co-authored-by: Queru <pascal@queru.net>
Co-authored-by: RW <renewerner87@googlemail.com>
|
2020-05-27 10:22:01 +02:00 |
|
fenny
|
02b4061b44
|
Add Handler & Templates interface (#412)
* Add new supporter
* Add new test condition
* Add Handler Type
* Update Templates Interface
|
2020-05-25 13:31:20 +02:00 |
|
fenny
|
e8b8fdfb35
|
Add Handler type (#410)
* Add new supporter
* Add new test condition
* Add Handler Type
|
2020-05-24 16:02:21 +02:00 |
|
fenny
|
73a29062ae
|
Merge pull request #409 from ReneWerner87/panic_on_optional_param
Panic on static ":param" path #405
|
2020-05-24 08:54:58 -04:00 |
|
wernerr
|
dacec74f17
|
🐞 Panic on ":param" #405
|
2020-05-24 14:49:11 +02:00 |
|
wernerr
|
0ac9b1c635
|
🐞 Panic on ":param" #405
|
2020-05-24 14:47:32 +02:00 |
|
fenny
|
a1896b7d61
|
Merge pull request #408 from ReneWerner87/panic_on_optional_param
Fix error on static ":param" #405
|
2020-05-24 08:11:32 -04:00 |
|
wernerr
|
04642a3404
|
🐞 Panic on ":param" #405
|
2020-05-24 14:01:52 +02:00 |
|
fenny
|
b3ab0e9080
|
Merge pull request #407 from ReneWerner87/panic_on_optional_param
🐞 Panic on ":param" #405
|
2020-05-24 05:47:42 -04:00 |
|
wernerr
|
3d2d072074
|
🐞 Panic on ":param" #405
|
2020-05-24 08:47:47 +02:00 |
|
fenny
|
cdea1c806a
|
Merge pull request #406 from Fenny/master
Hot fix delimiter miss match, parser needs fix
|
2020-05-23 18:42:29 -04:00 |
|