Skip to content

Files

Latest commit

0905328 · Sep 23, 2023

History

History
93 lines (55 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

93 lines (55 loc) · 2.29 KB

Changelog

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

Changed

  • Improve errors.

0.10.0 - 2023-07-14

Added

  • Add DayMonthYearTime and DayMonthYearTimeMilli time layouts.

0.9.0 - 2023-07-13

Added

  • Add DayMonthTime, DayMonthTimeMilli, WeekDayMonthDayTime, and WeekDayMonthDayTimeMilli time layouts.
  • If time layout is missing year, month, or day those are filled with the current time.

0.8.0 - 2023-07-13

Added

  • Add DateTimeMilli time layout.

0.7.0 - 2023-07-12

Changed

  • Do not output empty objects.

0.6.0 - 2023-07-12

Added

  • Add LogPostgreSQL time layout.

0.5.0 - 2023-07-11

Added

  • Add json operator to parse JSON strings.

0.4.0 - 2023-07-11

Added

  • Add ISO8601, ISO8601Milli,ISO8601Micro, ISO8601Nano, and ISO8601NanoZeros time layouts.

0.3.0 - 2023-07-10

Added

  • Add LogDateTime, LogDateOnly, LogDateTimeMicroseconds, and LogTimeMicroseconds time layouts to parse standard Go log timestamps.

0.2.0 - 2023-07-09

Changed

  • Lines not matching the regexp are now written to stderr instead of being ignored.

0.1.0 - 2023-06-13

Added

  • First public release.