From 4b5d0e1ae2dd0836f756e113cc37e26c30711be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ole=C5=9B?= Date: Sun, 27 Nov 2022 16:52:15 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 21 +++++++++++++++++++++ packages/as-proto-gen/CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d41f44f..a254486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# v0.9.1 (Sun Nov 27 2022) + +#### ๐Ÿ› Bug Fix + +- Update benchmark to use ESM bindings [#36](https://github.com/piotr-oles/as-proto/pull/36) ([@piotr-oles](https://github.com/piotr-oles)) +- Add tests for `hasRegisteredName()` function [#35](https://github.com/piotr-oles/as-proto/pull/35) ([@piotr-oles](https://github.com/piotr-oles)) +- Rename spec.ts files to spec.js files to include them in tests [#35](https://github.com/piotr-oles/as-proto/pull/35) ([@piotr-oles](https://github.com/piotr-oles)) +- `as-proto-gen` + - Improve file context by re-using scope context [#37](https://github.com/piotr-oles/as-proto/pull/37) ([@piotr-oles](https://github.com/piotr-oles)) + - Add comments to `getFileContext()` function [#35](https://github.com/piotr-oles/as-proto/pull/35) ([@piotr-oles](https://github.com/piotr-oles)) + - Add `freeName` to `registeredNames` on `registerName()` call [#35](https://github.com/piotr-oles/as-proto/pull/35) ([@piotr-oles](https://github.com/piotr-oles)) + - Rename `getFreeName` to `registerName` in `ScopeContext` [#35](https://github.com/piotr-oles/as-proto/pull/35) ([@piotr-oles](https://github.com/piotr-oles)) + - Rename `reservedNames` to `registeredNames` in `ScopeContext` [#35](https://github.com/piotr-oles/as-proto/pull/35) ([@piotr-oles](https://github.com/piotr-oles)) + - Remove `getSafeName()` from `ScopeContext` [#34](https://github.com/piotr-oles/as-proto/pull/34) ([@piotr-oles](https://github.com/piotr-oles)) + +#### Authors: 1 + +- Piotr Oleล› ([@piotr-oles](https://github.com/piotr-oles)) + +--- + # v0.6.0 (Mon Nov 21 2022) :tada: This release contains work from a new contributor! :tada: diff --git a/packages/as-proto-gen/CHANGELOG.md b/packages/as-proto-gen/CHANGELOG.md index 90372b7..5992b77 100644 --- a/packages/as-proto-gen/CHANGELOG.md +++ b/packages/as-proto-gen/CHANGELOG.md @@ -1,3 +1,20 @@ +# v0.9.1 (Sun Nov 27 2022) + +#### ๐Ÿ› Bug Fix + +- Improve file context by re-using scope context [#37](https://github.com/piotr-oles/as-proto/pull/37) ([@piotr-oles](https://github.com/piotr-oles)) +- Add comments to `getFileContext()` function [#35](https://github.com/piotr-oles/as-proto/pull/35) ([@piotr-oles](https://github.com/piotr-oles)) +- Add `freeName` to `registeredNames` on `registerName()` call [#35](https://github.com/piotr-oles/as-proto/pull/35) ([@piotr-oles](https://github.com/piotr-oles)) +- Rename `getFreeName` to `registerName` in `ScopeContext` [#35](https://github.com/piotr-oles/as-proto/pull/35) ([@piotr-oles](https://github.com/piotr-oles)) +- Rename `reservedNames` to `registeredNames` in `ScopeContext` [#35](https://github.com/piotr-oles/as-proto/pull/35) ([@piotr-oles](https://github.com/piotr-oles)) +- Remove `getSafeName()` from `ScopeContext` [#34](https://github.com/piotr-oles/as-proto/pull/34) ([@piotr-oles](https://github.com/piotr-oles)) + +#### Authors: 1 + +- Piotr Oleล› ([@piotr-oles](https://github.com/piotr-oles)) + +--- + # v0.6.0 (Mon Nov 21 2022) #### ๐Ÿš€ Enhancement