All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.11.0 - 2023-09-23
- Improve errors.
0.10.0 - 2023-07-14
- Add
DayMonthYearTime
andDayMonthYearTimeMilli
time layouts.
0.9.0 - 2023-07-13
- Add
DayMonthTime
,DayMonthTimeMilli
,WeekDayMonthDayTime
, andWeekDayMonthDayTimeMilli
time layouts. - If time layout is missing year, month, or day those are filled with the current time.
0.8.0 - 2023-07-13
- Add
DateTimeMilli
time layout.
0.7.0 - 2023-07-12
- Do not output empty objects.
0.6.0 - 2023-07-12
- Add
LogPostgreSQL
time layout.
0.5.0 - 2023-07-11
- Add
json
operator to parse JSON strings.
0.4.0 - 2023-07-11
- Add
ISO8601
,ISO8601Milli
,ISO8601Micro
,ISO8601Nano
, andISO8601NanoZeros
time layouts.
0.3.0 - 2023-07-10
- Add
LogDateTime
,LogDateOnly
,LogDateTimeMicroseconds
, andLogTimeMicroseconds
time layouts to parse standard Go log timestamps.
0.2.0 - 2023-07-09
- Lines not matching the regexp are now written to stderr instead of being ignored.
0.1.0 - 2023-06-13
- First public release.