Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-oles committed Nov 27, 2022
1 parent 25c5c31 commit 4b5d0e1
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
17 changes: 17 additions & 0 deletions packages/as-proto-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4b5d0e1

Please sign in to comment.