Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

41 lines (22 loc) · 1.59 KB

Changelog

All noteworthy 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.

Added

  • Support for extended options in files, services, methods, enums, enum values, messages and fields. For example, the google.api.http method option.

Added

  • (Get)PackageComments and (Get)SyntaxComments to FileDescriptor

Deprecated

  • Comments and GetComments() from FileDescriptor

Added

  • FileDescriptor{}.Imported for referencing publically imported descriptors, enums, and extensions
  • Comments{}.Get to create empty comments (rather than nil) for all objects when a comment isn't defined.

0.1.0-pre2 - 2018-02-22

Fixed

  • CreateGenRequest should filter for FileToGenerate using the GetName() rather than getting the base name

0.1.0-pre - 2018-02-21

The initial alpha release of protokit.