You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## v0.9.1
4
+
5
+
This release includes some bug fixes, new features, and a semi-breaking change.
6
+
7
+
* (semi-breaking) Make type `ay` a buffer. This is different from previous behavior, but it is in line with the documentation from the beginning of the project. (#57)
8
+
* service: Add support for no reply methods (#50)
9
+
* fix syntax for tcp addresses (#51)
10
+
* Add typescript bindings for bus events (#58)
11
+
* bug: property getter executed when using `configureMembers` (#60)
12
+
* Improve code generators (#52)
13
+
* Avoid JSBI code paths when BigInt compatibility mode is not on (this should help a bit in webpack environments) (f1e2b4a)
0 commit comments