-
v0.1.18
Commit: Fix stopwatch to use syncMap for safer concurrency. Also added fiber concurrency parameter. Change getHeaders on fibers to use fasthttpadaptor ConvertRequest
-
v0.1.17
Commit: previous 4 commits forgot to add import os package for environment.go. Fixed this
-
v0.1.16
Commit: Previous 3 commits turns out have wrong spelling on environment.go fixed this.
-
v0.1.15
Commit: Recommit again because of 2 previous wrong commit from utils directory the version file is wrong.
-
v0.1.1
Commit: Added the load environment files and GetEnv with default value
-
v0.1.14
Commit: Add function to print duration for uptime which usually can be days, months and also for elapsed which is usually small in human readable format. Also add print byte in human readbale format
-
v0.1.13
Commit: Fix and add flexibility for StructToMap function to have skipping if integer is zero, string empty and more. Hopefully this doesn't cause too slow, TODO: need to benchmark this
-
v0.1.12
Commit: Previously, fixed the StructToMap for variable member type time.Time, this time we add MapToStructSlow that can handle more flexible variable types
-
v0.1.11
Commit: Trying a new method for parsing time.Time, which is struct when it is inside a struct, then converted to map.
-
v0.1.10
Commit: Add Map function on ttlmap to list them as map with string as key. Also add the recover middleware for simplehttp
-
v0.1.8
Commit: Fix fiber implmentation on simplehttp. The group middleware was set using global server middleware, now each group can have their own set of middleware
-
v0.1.7
Commit: Fix printbox to add empty and 1 column. Add Len function for ttlmap. Add internal API functionality that can be set from environment
-
v0.1.6
Commit: Add the printBox color option for printing newline or 1 column, also fix the negative padding
-
v0.1.5
Commit: Added PrintBoxHeadingContent to print using unicode for app welcome message in console
-
v0.1.4
Commit: Added stopwatch functionality which is called metrics.TimeIt use this to calculate the elapsed time between function
-
v0.1.3
added the v for the tag
-
0.1.3
Commit: Added fiber implementation for simplehttp. Use simplehttp middleware no overwrites for fiber middleware