Fenny
bab2c38d92
Update Discord Badge
2020-05-30 13:22:49 +02:00
Fenny
dfb992dcdf
Add static index test
2020-05-29 10:22:54 +02: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
Fenny
73ce74b706
Hot fix
...
@ReneWerner87
2020-05-23 23:33:28 -04:00
fenny
25568509ce
Merge pull request #402 from Fenny/master
...
Reduce pre allocated memory, fix Etag benchmark, cleanup unused stuff
2020-05-23 15:05:59 +02:00
ReneWerner87
76c97f4c91
Reduce pre allocated memory, fix Etag benchmark, cleanup unused stuff
2020-05-23 15:00:21 +02:00
ReneWerner87
2c3c89f991
Reduce pre allocated memory, fix Etag benchmark, cleanup unused stuff
2020-05-23 14:59:35 +02:00
ReneWerner87
b81126d3d7
Reduce pre allocated memory, fix Etag benchmark, cleanup unused stuff
2020-05-23 14:56:52 +02:00
fenny
071fec42fe
Merge pull request #399 from Fenny/master
...
☄️ v1.10.0
2020-05-23 09:58:31 +02:00
Fenny
5965dca6cd
Fix lint errors
...
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:53:30 +02:00
Fenny
7747f73614
Remove un-used map
...
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:53:20 +02:00
Fenny
57e7ffe717
Introduce gofiber/utils
...
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:31:28 +02:00
Fenny
5c8ff3fbde
Add ETag test
...
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:30:28 +02:00
Fenny
63cfbf4bc2
Replace utils with gofiber/utils
...
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:30:21 +02:00
Fenny
7430e6c154
Introduce gofiber/utils
...
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:30:03 +02:00
Fenny
13726d7a8d
Move bench tests into router_test
...
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:29:49 +02:00
Fenny
8e91e848da
Fix case sensitivity params
...
- Improve performance
- Remove allocations
- Return case sensitive params
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:29:35 +02:00
Fenny
14283c765b
Delete layer
...
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:27:15 +02:00
Fenny
f114aad429
Separate group file
...
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:27:06 +02:00
Fenny
2b2fe3edcf
utils.AssertEqual
...
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:26:52 +02:00
Fenny
a43f2db401
Move bench test to ctx_test
...
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:26:39 +02:00
Fenny
d59282db20
Improve performance
...
- Move ctx pool to *App
- Improve performance on most methods
- Introduce gofiber/utils
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:26:30 +02:00
Fenny
cd624101cb
utils.AssertEqual
...
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:25:49 +02:00
Fenny
22c9127738
Move bench tests to app_test
...
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:25:36 +02:00
Fenny
6cd50c9e7b
Add RenderEngine & DisableHeaderNormalizing
...
- RenderEngine setting
- DisableHeaderNormalizing setting
- Move sync pool to *App
- Return *Route
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:25:18 +02:00
Fenny
932b3c61f6
Update .gitignore
...
Co-Authored-By: hendratommy <hendratommy@users.noreply.github.com>
2020-05-23 09:23:04 +02:00
Fenny
cf30ac812f
Add new media article
...
Co-Authored-By: Thomas van Vugt <thomasvvugt@users.noreply.github.com>
2020-05-23 09:22:17 +02:00
abdulaziz alfuhigi
79014f4d54
Added link to README_ar_SA ( #388 )
...
* update README.md
Add new link to README_ar_SA.md
* Update README.m
Add new link to README_ar_SA.md
* Update README_de.md
Add new link to README_ar_SA.md
* Update README_es.md
Add new link to README_ar_SA.md
* Update README_fr.md
Add new link tor README_ar_SA.md
* Update README_he.md
Add new link to README_ar_SA.md
* Update README_id.md
Add new link to README_ar_SA.md
* Update README_ja.md
Add new link to README_ar_SA.md
* Update README_ko.md
Add new link to README_ar_SA.md
* Update README_nl
Add new link to README_ar_SA
* Update README_pt.md
Add new link to README_ar_SA.md
* Update README_ru.md
Add new link to README_ar_SA.md
* Update README_tr.md
Add new link to README_ar_SA.md
* Update README_zh_CN.md
Add new link to README_ar_SA.md
2020-05-17 01:39:42 +02:00
Fenny
1f52b51dca
Add Content-Length to app.Test() ( #387 )
...
* Add Content-Length if not provided with Body
2020-05-16 08:12:43 +02:00
Fenny
884cd40245
Merge pull request #386 from Fenny/master
...
Moving to v1.10.0
2020-05-16 05:26:28 +02:00
Fenny
9574b148e2
Fix Golint errcheck
2020-05-16 05:22:49 +02:00