1110288d84
✨ Migrate from testify to nalgeon/be testing library
...
- Replace all testify/assert and testify/require with be library
- Update go.mod to use be v0.3.0 instead of testify
- Simplify test assertions using be.Equal, be.Err, and be.True
- Refactor append_test, entry_test, meta_test, log_test, and formatter tests
2026-02-13 16:02:38 -06:00
a0e81c1082
⚡ ️ Only compile regexes once
2025-11-05 16:27:53 -06:00
0b2e178066
🐛 Only trim bang on out
2024-10-31 15:09:42 -05:00
a8cbfd087f
✨ Allow value prefixed with bang to skip parsing
2024-10-31 14:31:16 -05:00
ece9256745
👽 ️ Support changes in go-dateparser
2024-10-07 15:50:33 -05:00
e9c1bf7070
♻️ Return bool directly
...
Silly me
2024-10-07 15:50:02 -05:00
59634f6c3f
🐛 WriteValue can handle slices and maps
2024-03-10 15:49:36 -05:00
7e54d6e46c
✅ Fix parse_date_test for DST
2024-03-10 13:50:13 -05:00
286ac4557d
♻️ Add tools.WriteValue
2024-03-03 13:56:48 -06:00
96c3b2ff30
✨ Use ParseDate in Parse
...
Also limit to English, or we get lots of false positives
2024-02-25 13:12:13 -06:00
391452e3d9
✨ ParseDate should handle DateFormat
2024-02-25 12:36:43 -06:00
44e79916d3
🐛 Only truncate minutes and seconds
...
Also ensure we're getting date.Time for specific times
2024-02-25 09:53:52 -06:00
70b82761c2
✨ Add tools.ParseDate
2024-02-24 20:38:27 -06:00
25f5c37243
✨ Parse config overrides on cli
2024-02-09 09:44:35 -06:00