1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 16:23:58 +00:00

28 Commits

Author SHA1 Message Date
Fenny
feadd16fc6 🎨 Format logger colors 2020-07-14 18:04:35 +02:00
Fenny
290a2978c0 🐛 Fix reset color in Logger 2020-07-14 17:06:00 +02:00
yuil
81b121727a 🖌Configure color in logger format
Now, color can be configured in logger format as "${red}" and so on.
2020-07-12 02:16:11 +05:45
yuil
832f11f5c5 🖌Change coloration for success status code blue
Before it was green and not matching to Fiber's theme.😂
2020-07-12 00:37:24 +05:45
yuil
477a0bd784 Fix linting for 🖌 logger coloration 2020-07-12 00:20:11 +05:45
yuil
075a740217 🖌Color logger method and status
Coloration for response status code:
200 - 299 : green
300 - 399 : white
400 - 499 : yellow
500 - rest : red

Method coloration:
GET : blue
POST : cyan
PUT : yellow
DELETE : red
PATCH : green
HEAD : magenta
OPTIONS : white
DEFAULT : reset
2020-07-12 00:09:46 +05:45
kiyon
9849728135 📝 improve logger mw test covered 2020-07-07 17:00:51 +08:00
Fenny
9d02c9dc80 Correct deprecation version
Co-Authored-By: kiyon <kiyonlin@163.com>
2020-07-04 09:09:31 +02:00
Fenny
5e797e9ef0 Update package names 2020-07-04 08:42:42 +02:00
Fenny
e702a862cd Fix timeout panic
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-07-03 14:58:32 +02:00
Fenny
67fc45abd8 Update mw test 2020-07-02 11:58:28 +02:00
Fenny
c62f4e0ef8 Update internal middleware 2020-07-02 11:56:07 +02:00
Fenny
1b8e174f47 Update logger 2020-07-02 08:51:27 +02:00
Fenny
d8fffe675a Add FileSystem middleware 2020-07-02 06:31:06 +02:00
kiyon
566db0ae96 Set logger config default values 2020-07-02 07:50:34 +08:00
Fenny
fbea5211d0 goreportcard fix 2020-06-08 02:55:19 +02:00
Fenny
15b0630ede Add readmes 2020-06-07 10:13:40 +02:00
Fenny
3c8a44e3de 🧬 Add internal middleware 2020-06-06 07:27:26 +02:00
Fenny
f40d786caa v1.8.4
- Remove middleware folder
- Extend travis testing
2020-03-22 01:51:53 +01:00
Fenny
ac91173fac Deprecated issues/225 2020-03-16 22:28:38 +01:00
Fenny
558fcd2f30 v1.8.3 2020-03-14 12:30:21 +01:00
Fenny
21590dffe9 v1.8.2 2020-03-04 12:30:29 +01:00
Fenny
9a08ee8458 Fix error checking 2020-03-01 07:31:14 +01:00
Fenny
1757fb3ed2 Fix import 2020-03-01 06:58:09 +01:00
Fenny
ca6aa02e7f More middlewares 2020-03-01 06:56:41 +01:00
Fenny
8061bb007d v1.8.1 - Middleware + Compression 2020-02-28 06:41:48 +01:00
Fenny
7f55f8d1ad Move middlewares to separate repository 2020-02-07 17:51:34 +01:00
Fenny
5283fb8f37 Rename / Add middleware 2020-02-05 11:54:10 +01:00