Skip to content

Commit

Permalink
CHANGELOG for 1.2.0
Browse files Browse the repository at this point in the history
I think generating the `| undefined`s is more trouble than it's worth; better to
change projects to use noUncheckedIndexedAccess.
  • Loading branch information
glasser committed Apr 22, 2021
1 parent 1d86294 commit befd3a3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# [1.2.0](https://github.com/apollographql/protobuf.js/releases/tag/1.2.0)

## Other
[:hash:](https://github.com/apollographql/protobuf.js/commit/1d86294348516ae629fe000f2b6c8b7de6e2c96b) Revert "Map field TypeScript types shouldn't imply all keys exist"<br />

# [1.1.0](https://github.com/apollographql/protobuf.js/releases/tag/1.1.0)

## Other
[:hash:](https://github.com/apollographql/protobuf.js/commit/fc43eede622839563fdbdd3ff4ce6d92d2e4ee83) Allow turning off generation of fromObject<br />
[:hash:](https://github.com/apollographql/protobuf.js/commit/378168b3e17aeefeea1eefb04290d47482bc14bc) Allow pre-encoded messages in repeated fields<br />

Expand Down
2 changes: 1 addition & 1 deletion dist/light/protobuf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/light/protobuf.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/minimal/protobuf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/minimal/protobuf.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/protobuf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/protobuf.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit befd3a3

Please sign in to comment.