Commit Graph

34 Commits

Author SHA1 Message Date
56407deafe chore(Readme): add readme 2024-12-01 09:19:10 +01:00
9db64451dd feat(SimpleRouter): add global middleware support 2024-11-18 20:59:20 +01:00
68d274c067 feat(SimpleRouter): add new subpath handling method 2024-11-09 18:51:12 +01:00
88b3d9fa34 fix(Logger)!: consoleLogger and FileLogger StartLogger now automatically start a goroutine when called 2024-10-27 02:31:31 +02:00
eb041fd18c chore(SimpleRouter)!: moved to unstable (unstable folder is used for utils that don't yet have a stable api or breaking changes are expected) 2024-10-27 02:25:02 +02:00
5e7de844d3 fix(Logger): make Logbuffersize a var instead of const 2024-10-27 02:17:39 +02:00
f50717c815 test(Assert): add new tests for separate Nil NilPtr NotNil NotNilPtr and fix broken ones 2024-10-27 02:08:47 +02:00
bfca1b5de0 fix(Logger): remove assert called each time logger is accessed (performance) 2024-10-27 01:53:39 +02:00
6f459eff45 feat(Logger): ConsoleLogger filepath now changeable from code 2024-10-26 15:40:00 +02:00
e8a5be21d3 fix(Logger): make buffer size user customizable 2024-10-26 15:40:00 +02:00
Levente Nas
08d6e6c18e feat: add tests for assert package 2024-10-26 15:39:57 +02:00
5d2e954cdc fix(Assert): fix nil/notnil implementation 2024-10-26 15:39:49 +02:00
79b6414727 feat(SimpleRouter): add SubPath function 2024-10-26 14:49:36 +02:00
Levente Nas
5096721360 feat: add tests for type package
Closes #4
2024-10-22 20:19:08 +02:00
3536b4338b feat(SimpleRouter): initial version 2024-10-22 00:21:44 +02:00
Levente Nas
fa8661af91 feat(Testing): add assert panic with message check as well 2024-10-18 20:17:47 +02:00
Levente Nas
d32169e645 fix(Testing): flip equal signs in output message in AssertTrue 2024-10-18 20:15:46 +02:00
Levente Nas
65e14cc4db feat(Testing): add assert panic and not panic 2024-10-15 23:09:59 +02:00
2e035a6336 chore: add license 2024-10-15 23:09:59 +02:00
6459ccae49 chore(pr)!: consistent naming conventions 2024-10-15 23:09:29 +02:00
aacb529fb6 refactor(Logger)!: harmonize naming 4 2024-10-15 13:31:00 +02:00
b40f588537 refactor(Testing)!: harmonize naming 3 2024-10-15 13:27:48 +02:00
86c8376f54 refactor(Assert)!: harmonize naming 2 2024-10-15 13:26:44 +02:00
331c1722af refactor(Type)!: harmonize naming 1 2024-10-15 13:18:33 +02:00
7153f2073e fix(testing)!: fix AssertFalse was logically inverted 2024-10-15 13:06:37 +02:00
dffea122de refactor(typeutils)!: refactor to pointer receivers 2024-10-13 21:55:08 +02:00
62ff01d6b8 test!: remove main_test.go 2024-10-13 21:54:33 +02:00
0431cfff78 refactor: add Ptr function for easy inline pointer creation 2024-10-13 21:38:37 +02:00
ab8ce91181 fix: separate asserts so log origin will be correct 2024-10-13 21:33:33 +02:00
eefabeccec feat: add assert utils 2024-10-13 21:31:37 +02:00
Levente Nas
c4b6077e3a refactor: naming (#1) 2024-09-25 09:42:06 +02:00
23a8a9ee04 fix: typo 2024-09-16 07:52:50 +02:00
4d974d086f fix: minor fixes to types 2024-09-15 18:26:32 +02:00
2c75b20349 inital commit 2024-09-12 22:16:26 +02:00