Releases: kmontag/protobufjs-loader
Releases · kmontag/protobufjs-loader
v3.1.1
v3.1.0
v3.0.0
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2022-07-18)
Bug Fixes
- improve error handling in loader callback (9ae0ec6)
chore
Features
- remove
json
config key in favor of generictarget
string (8344a47)
BREAKING CHANGES
- The
json
config option is no longer recognized. The pbjs--target
value can now be specified explicitly using thetarget
config option. If you were using thejson
option, you can migrate your config by replacingjson: true
withtarget: 'json-module'
, andjson: false
withtarget: 'static-module'
. The default behavior has also been preserved, so if you weren't using thejson
option, no changes are necessary. - Drop support for node v10 and earlier. Note that
protobufjs
has also dropped support for these node versions upstream. - Update to
protobufjs@^7.0.0
fromprotobufjs@^6.8.0
. See https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v7.0.0 for upstream breaking changes.