Skip to content

Releases: kmontag/protobufjs-loader

v3.0.0

02 Jul 04:51
Compare
Choose a tag to compare

3.0.0 (2024-07-02)

Features

  • deps: remove loader-utils dependency (82b7e66)

BREAKING CHANGES

  • deps: Webpack versions below 5 are no longer supported.

v2.0.2

23 Nov 00:19
5ea23e6
Compare
Choose a tag to compare

2.0.2 (2022-11-23)

Bug Fixes

  • normalize filename before comparing (#20) (5ea23e6)

v2.0.1

18 Jul 23:52
48d019c
Compare
Choose a tag to compare

2.0.1 (2022-07-18)

Bug Fixes

  • remove extraneous tmp-promise dependency (#18) (48d019c)

v2.0.0

18 Jul 22:41
163f121
Compare
Choose a tag to compare

2.0.0 (2022-07-18)

Bug Fixes

  • improve error handling in loader callback (9ae0ec6)

chore

  • drop support for node@<12.0.0 (fc7f450)
  • update to protobufjs@^7.0.0 (6f5a290)

Features

  • remove json config key in favor of generic target string (8344a47)

BREAKING CHANGES

  • The json config option is no longer recognized. The pbjs --target value can now be specified explicitly using the target config option. If you were using the json option, you can migrate your config by replacing json: true with target: 'json-module', and json: false with target: 'static-module'. The default behavior has also been preserved, so if you weren't using the json 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 from protobufjs@^6.8.0. See https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v7.0.0 for upstream breaking changes.

v1.2.0

18 Jul 18:14
f4d9c7f
Compare
Choose a tag to compare

1.2.0 (2022-07-18)

Features

  • Add typescript declaration file gen support via pbts (#5) (f4d9c7f)

v1.1.1

18 Jul 03:56
2b9b161
Compare
Choose a tag to compare

1.1.1 (2022-07-18)

Bug Fixes

  • add typescript checking to codebase and fix existing compilation errors (#13) (2b9b161)

v1.1.0

17 Jul 20:24
d768c6d
Compare
Choose a tag to compare

1.1.0 (2022-07-17)

Features

  • deps: allow webpack v5 as a peer dependency (#10) (d768c6d)
  • deps: add support for webpack v4 (#8) (141073a)

v1.0.2

14 Jul 01:07
f477b7c
Compare
Choose a tag to compare

1.0.2 (2022-07-14)

Bug Fixes

  • deps: bump semantic release and move loader/schema utils to non-dev dependencies (#7) (f477b7c)

v1.0.1

10 Nov 16:45
Compare
Choose a tag to compare

1.0.1 (2017-11-10)

Bug Fixes

  • add webpack peer dependency (62a7a95)

v1.0.0

10 Nov 16:08
925f4ab
Compare
Choose a tag to compare

1.0.0 (2017-11-10)

Bug Fixes

Features