Commit graph

108 commits

Author SHA1 Message Date
91c5b3ad15 📝 Add documentation for nested fields 2026-02-10 15:43:37 -06:00
fbcec20221 🐛 Fix entry_test.go assertions for new id field 2026-02-10 15:43:23 -06:00
136546d655 🐛 Fix append_test.go assertions for added ids 2026-02-10 15:31:10 -06:00
3b36055b1b Ensure an id is included when serializing a log entry 2026-02-05 13:11:28 -06:00
21534bb9c9 🔀 Merge tag 'v0.0.9' into develop
🔖 Update Metas with Set method
2026-02-01 21:16:19 -06:00
26da173dc7 🔀 Merge branch 'rel/0.0.9' into stable v0.0.9 2026-02-01 21:14:59 -06:00
a1add58c34 📝 Update CHANGELOG 2026-02-01 21:14:12 -06:00
e9c01097a6 Add Set method to Metas and tests 2026-02-01 18:18:46 -06:00
dbcaf7ee3c 🔀 Merge tag 'v0.0.8' into develop
🔖 Release 0.0.8 with Metas.Get method
2026-02-01 12:00:02 -06:00
d64102cea4 🔀 Merge branch 'rel/0.0.8' into stable v0.0.8 2026-02-01 11:31:43 -06:00
ccdbf05e83 📝 Update CHANGELOG.md for v0.0.8 2026-02-01 11:31:31 -06:00
cccac79439 Add Get method to Metas type 2026-02-01 11:29:04 -06:00
8f585bf7d2 🔀 Merge branch 'rel/0.0.7' into develop 2025-11-05 16:36:57 -06:00
be517253ef 🔀 Merge branch 'rel/0.0.7' into stable v0.0.7 2025-11-05 16:36:23 -06:00
27c3f54e71 📝 Update CHANGELOG for v0.0.7 release 2025-11-05 16:35:59 -06:00
193eb43c93 📝 Add CHANGELOG update requirement to Git Flow Workflow guidelines 2025-11-05 16:34:04 -06:00
a0e81c1082 ️ Only compile regexes once 2025-11-05 16:27:53 -06:00
f0ee52b3ef 📝 Add Git Flow Workflow guidelines to AGENTS.md 2025-11-05 16:21:14 -06:00
ad7eba9b03 🚚 Refactor project structure to follow standard Go layout conventions 2025-11-05 16:07:48 -06:00
c0007c291d 📝 Add AGENTS.md with comprehensive guidelines for coding agents 2025-11-05 16:07:44 -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
d0b6c40445 🔀 Merge branch 'stable' into develop 2024-10-09 15:19:06 -05:00
fba5551bb3 🔨 Fix make open-report for Darwin 2024-10-09 15:14:37 -05:00
85671a076c ✏️ Fix Makefile so it doesn't re-run test and fmt when it doesn't need to 2024-10-09 15:13:34 -05:00
da35bf4bcf Fix TestMkdirErr on Darwin 2024-10-09 15:08:37 -05:00
379819dde5 🔀 Merge tag 'v0.0.6' into develop
⬆️ Upgrade go-dateparser to new version
2024-10-07 15:55:31 -05:00
345ef9471d 🔀 Merge branch 'rel/0.0.6' into stable v0.0.6 2024-10-07 15:53:04 -05:00
5f6ce7ca21 📝 Update CHANGELOG 2024-10-07 15:52:37 -05:00
514ffee613 🔀 Merge branch 'feature/date-parser-refactor' into develop 2024-10-07 15:51:06 -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
306b2c597d ⬆️ Upgrade go-dateparser to new version
Don't need my replaced version anymore
2024-10-07 15:49:13 -05:00
ab0dea2805 🔀 Merge tag 'v0.0.5' into develop
 Add --output_json option for drop command
2024-10-07 14:20:50 -05:00
7312714ccb 🔀 Merge branch 'rel/0.0.5' into stable v0.0.5 2024-10-07 14:19:29 -05:00
9980ae8cc7 📝 Update CHANGELOG 2024-10-07 14:18:32 -05:00
02a7babb36 Syntactic sugar in drop command for outputting json 2024-10-07 14:15:28 -05:00
80e07dbd14 🔀 Merge tag 'v0.0.4' into develop
🔖 v0.0.4 with config -p flag
2024-05-08 15:07:33 -05:00
9ca2b9156d 🔀 Merge branch 'rel/0.0.4' into stable v0.0.4 2024-05-08 15:06:50 -05:00
b456bcbfcc 📝 Update CHANGELOG 2024-05-08 15:06:22 -05:00
bddf8e1458 Add -p flag to config 2024-05-08 15:04:18 -05:00
396f19f691 🔀 Merge tag 'v0.0.3' into develop
🔖 json and zero formatters
2024-03-11 21:29:44 -05:00
2e70a10d94 🔀 Merge branch 'rel/0.0.3' into stable v0.0.3 2024-03-11 21:28:59 -05:00
821ba6117c 📝 Update CHANGELOG 2024-03-11 21:28:22 -05:00
632c7143f1 Add null formatter 2024-03-11 21:18:52 -05:00
79fa957d02 Some convenience methods for Metas 2024-03-11 16:04:29 -05:00
8086029b03 🚚 Rename stdout.config.formatter to format 2024-03-10 21:08:34 -05:00
d6482952a4 📝 Update README with JSON format 2024-03-10 20:38:41 -05:00
e67f159ce7 🔀 Merge branch 'feature/form-more' into develop 2024-03-10 20:35:30 -05:00
1962e1db50 Pretty print JSON 2024-03-10 20:31:50 -05:00