Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

v2.2.0

Compare
Choose a tag to compare
@ericf ericf released this 03 Sep 03:02
· 34 commits to master since this release

This minor version again transforms Message Descriptors in source files to remove their description fields, but in an idempotent-way, effectively reverting the change in #28.

A new extractSourceLocation has been added which will also extract metadata about the location of the message in the source file. When enabled, then file, start, and end fields will exist for each extracted message descriptors; it defaults to false.

  • Added test suite and CI integration #69 (@STRML)
  • Added extractSourceLocation option #73 (Fixes: #71)
  • description fields are removed after extracting Message Descriptors #74