summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-30feat: add x.NewWithmainmo khan
2025-07-24refactor: remove non-essentialsmo khan
2025-07-24refactor: remove unused configuration optionmo khan
2025-07-24feat: use mutually exclusive lock for pub/submo khan
2025-07-24refactor: delegate to constructor overloadmo khan
2025-07-24refactor: rename NewAggregator to Newmo khan
2025-07-24refactor: remove New()mo khan
2025-07-24refactor: start to whittle away at constructorsmo khan
2025-07-24refactor: rename ctor functionmo khan
2025-07-24feat: extract a strongly typed aggregatormo khan
2025-07-24feat: add strongly typed subscriptionmo khan
2025-07-24feat: publish to multiple subscribersmo khan
2025-07-24chore: start to define an interface for an event aggregatormo khan
2025-07-23feat: add x.Try() to ignore errors and continuemo khan
2025-05-23chore: update packagesmo khan
2025-05-23chore: fix version of gomo khan
2025-05-20feat: add ability to chain middleware to form a pipelinemo khan
2025-05-07fix: base64 encode signaturemo khan
2025-05-07chore: update dependenciesmo khan
2025-05-07feat: add helper for writing cookie to response writermo khan
2025-05-06feat: add option to base64 encode a cookie valuemo khan
2025-05-06refactor: use Factory[T] typemo khan
2025-05-06feat: add ability to verify an HMAC signaturemo khan
2025-05-06test: refactor testsmo khan
2025-05-06feat: add hmac signer testsmo khan
2025-05-06refactor: simplify usage of Configure[T]mo khan
2025-05-06refactor: inline usage of GenerateHMAC functionmo khan
2025-05-06refactor: extract variable for delimitermo khan
2025-05-06feat: extract signer interfacemo khan
2025-05-06feat: add option to generate an HMAC SHA256 signaturemo khan
2025-05-03feat: add a cookie packagemo khan
2025-05-03refactor: delegate to stringer interfacemo khan
2025-05-03refactor: remove test.RequestOptionmo khan
2025-05-03feat: add test package with http helpersmo khan
2025-04-30feat: add Prepend[T] function to add items to the beginning of a slicemo khan
2025-04-30feat: add generate New[T] to initialize any typemo khan
2025-04-28feat: include host in default http log fieldsmo khan
2025-04-25feat: add IsPresent[T](item)mo khan
2025-04-24feat: add specification interfacemo khan
2025-04-21fix: return zero value instead of default for pointer types in searchmo khan
2025-04-17docs: improve the project READMEmo khan
2025-04-17chore: add Makefile and specify the version of golang to usemo khan
2025-04-17chore: add MIT licensemo khan
2025-04-17test: do not print env vars to ci logmo khan
2025-04-16feat: add IsZero functionmo khan
2025-04-16test: add tests for type assertionsmo khan
2025-04-16fix: separate zero from default valuemo khan
2025-04-12feat: add ioc packagemo khan
2025-04-04refactor: remove go-chi dependencymo khan
2025-04-04refactor: rename middleware to HTTPmo khan