Nicolas Dextraze
Nicolas Dextraze
# 0.1.9 CHANGELOG ## Breaking changes None ## New features - #43 Implemented the ProjectionsManager class that let you manage projections
# 0.1.10 CHANGELOG ## Breaking changes None ## Improvements - #49 Fixed typo for NoopLogger in TypeScript definition
# 0.2.0 CHANGELOG ## Breaking changes - #31 Implemented v4 protocol. Everything related to stream version (eventNumber, expectedVersion, etc) now accepts a Long or a number as input and is...
# 0.1.11 / 0.2.1 CHANGELOG ## Bug fixes - Potential error handling issue fixed ## Notes Package were pushed in the wrong order, so latest version is 0.1.11 instead of...
# 0.2.2 CHANGELOG ## Enhancement - Adding streamPosition constants. - Adding start/end static constants to Position class.
# 0.2.3 CHANGELOG ## New feature - #3 Ssl connection is now implemented see test/connection_test.js for example and read eventstore docs on how to set it up. Note: testing was...
# 0.2.4 CHANGELOG ## Improvements - #59 Fixed typescript definitions for PersistentSubscriptions - #58 Improve documentation
# 0.2.5 CHANGELOG # 0.1.12 CHANGELOG ## Bugs - #61 Fixed subscriptionDropped only being called once Also here's some important notes about the subscriptionDropped / reconnect behavior. Only catchUp subscriptions...
# 0.2.7 CHANGELOG ## Bugs - #62 Send content-length with projections manager requests
# 0.2.8 CHANGELOG ## Bugs - #63 Fixed missing export for PersistentSubscriptionNakEventAction