Skip to content

Releases: piotr-oles/as-proto

v1.3.0

24 Mar 19:53
Compare
Choose a tag to compare

๐Ÿš€ Enhancement

  • as-proto

Authors: 1

v1.2.1

24 Mar 19:48
Compare
Choose a tag to compare

๐ŸŽ‰ This release contains work from a new contributor! ๐ŸŽ‰

Thank you, Adam Wootton (@ajwootto), for all your work!

๐Ÿ› Bug Fix

  • as-proto-gen
    • Remove unmanaged decorator from generated output #49 (@ajwootto)

Authors: 1

v1.2.0

10 Jan 21:46
Compare
Choose a tag to compare

๐Ÿš€ Enhancement

Authors: 1

v1.1.0

10 Jan 20:27
Compare
Choose a tag to compare

๐Ÿš€ Enhancement

Authors: 1

v1.0.0

10 Jan 19:48
Compare
Choose a tag to compare

๐Ÿ’ฅ Breaking Change

With this release, the as-proto-gen package has made a change in the way it nests messages in the output. Instead of using namespace, it will now generate a separate .ts file for each message or enum, and use ESM modules to connect them. This update brings better compatibility with current web practices and helps to avoid excessively large output files.

Related PR: Per-message/enum file output #44 (@piotr-oles)

Authors: 1

v0.9.2

08 Dec 07:48
Compare
Choose a tag to compare

๐ŸŽ‰ This release contains work from a new contributor! ๐ŸŽ‰

Thank you, Dave Syer (@dsyer), for all your work!

๐Ÿ› Bug Fix

  • Add section in README about google types #43 (@dsyer)
  • as-proto-gen
    • fix: improve safety when generating helper methods code #41 (@piotr-oles)
    • fix: improve safety when generating field code #40 (@piotr-oles)
    • refactor: generalise getPathWithoutProto to getPathWithoutExtension #39 (@piotr-oles)

Authors: 2

v0.9.1

27 Nov 16:52
Compare
Choose a tag to compare

๐Ÿ› Bug Fix

Authors: 1

v0.9.0

21 Nov 21:16
Compare
Choose a tag to compare

๐ŸŽ‰ This release contains work from a new contributor! ๐ŸŽ‰

Thank you, @ffortier, for all your work!

๐Ÿš€ Enhancement

๐Ÿ› Bug Fix

  • as-proto
    • fix code to compile with assemblyscript >= 0.23. #33 (@ffortier)

Authors: 2

v0.5.0

21 Oct 20:30
Compare
Choose a tag to compare

๐Ÿš€ Enhancement

  • as-proto-gen, as-proto

๐Ÿ› Bug Fix

  • as-proto-gen, as-proto

Authors: 1

v0.4.1

21 Oct 19:53
Compare
Choose a tag to compare

๐Ÿ› Bug Fix

  • as-proto-gen
    • fix: handle default values and multiple packed fields #24 (@piotr-oles)

Authors: 1