You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2019. It is now read-only.
This minor version adds support for extracting description fields that are objects or strings. description objects provide a way to extract additional metadata along with the rest of the Message Descriptor. (#80, #87@mattkime)
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.
This minor version removes source transformation, making the plugin idempotent, and fixes path handling to make sure all extract message JSON files end up in the configured messagesDir.
Make plugin idempotent by not removing description #28 (Fixes: #22, #25, #26)
Fix paths so messages go into messagesDir#32 (Fixes: #23)