Nicolas Dextraze
Nicolas Dextraze
# 0.0.32 CHANGELOG ## Improvements - Updated uuid modules - All exposed objects (static or instance) are now frozen - Improved performance by removing remaining processing loops
# 0.1.0 CHANGELOG **No changes from last release** - Current features have been stable for a while now, so I'm bumping version to 0.1.0 to represent that.
# 0.1.2 CHANGELOG ## Breaking changes None ## New feature - #35 Expose heartbeat information so the client can calculate the latency (request from PR #34)
# 0.1.2 CHANGELOG - project rename # No changes New project name/package name: node-eventstore-client Sorry for the annoyance but the project name was bugging me for a while. Also I...
# 0.1.3 CHANGELOG ## Breaking changes None ## Bugs - Remove strictness of UUID. C# Guid don't have the same restriction as UUID. This could create interoperability issues. https://github.com/nicdex/node-eventstore-client/commit/8735b23bf91f0f4bf37fd89f9068efb0c9a09d83
# 0.1.4 CHANGELOG ## Bugs - Fixed #41
# 0.1.5 CHANGELOG ## Breaking changes - #44 API change for **connectToPersistentSubscription**. It now returns a Promise instead of returning directly a EventStorePersistentSubscription. ## Improvements - #42 Added typescript definition...
# 0.1.6 CHANGELOG ## Breaking changes None ## Improvements - eventAppeared callbacks returning a Promise are now handled by the client so that order is guaranteed when doing asynchronous processing.
# 0.1.7 CHANGELOG ## Breaking changes None ## Improvements - Fixed typescript definition of EventAppearedCallback for possible promise return.
# 0.1.8 CHANGELOG ## Breaking changes None ## Bugs - #46 Fixed GUID bytes ordering (This only affects you if you're using both .Net or HTTP client and the nodejs...