protobufjs
Advanced tools
Changelog
:hash: Fix package browser field descriptor (#1046)<br /> :hash: Fix static codegen issues with uglifyjs3<br /> :hash: Fix lint issues / pbts on windows<br /> :hash: Fix empty 'bytes' field decoding, now using Buffer where applicable (#1020)<br /> :hash: Fix circular dependency of Namespace and Enum (#994)<br /> :hash: Ignore optional commas in aggregate options (#999)<br />
:hash: Make Message<T> have a default type param (#1086)<br /> :hash: Explicitly define service method names when generating static code, see #857<br /> :hash: Also handle services in ext/descriptor (#1001)<br />
:hash: Extend list of ignored ESLint rules for pbjs, fixes #1085<br /> :hash: Fix declared return type of pbjs/pbts callback (#1025)<br /> :hash: Added an option to pbts to allow custom imports (#1038)<br /> :hash: Get node executable path from process.execPath (#1018)<br />
:hash: Slim down CI testing and remove some not ultimately necesssary dependencies with audit issues<br /> :hash: Move global handling to util, see #995<br />
Changelog
:hash: Preserve comments when serializing/deserializing with toJSON and fromJSON. (#983)<br /> :hash: Add more details to some frequent error messages (#962)<br /> :hash: Add IParseOptions#alternateCommentMode (#968)<br /> :hash: Added field_mask to built-in common wrappers (#982)<br />
:hash: Remove code climate config in order to use 'in-app' config instead<br />