Skip to content

Releases: segmentio/analytics-next

@segment/[email protected]

21 Nov 22:12
8332ae0
Compare
Choose a tag to compare

Patch Changes

  • #688 c21734e Thanks @arielsilvestri! - Fixes issue where options object would not be properly assigned if properties arg was explicitly undefined

@segment/[email protected]

21 Nov 18:07
db917a1
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

14 Nov 21:37
ba791b8
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

14 Nov 21:37
ba791b8
Compare
Choose a tag to compare

Patch Changes

  • #670 98d1b12 Thanks @silesky! - Allow consumers to inject custom messageId into EventFactory, allowing us to remove node transient dependency on md5 library. Change node messageId to format "node-next-[unix epoch time]-[uuid]".

@segment/[email protected]

09 Nov 18:29
Compare
Choose a tag to compare

Minor Changes

  • #635 222d4ec Thanks @chrisradek! - Adds a new load option disableAutoISOConversions that turns off converting ISO strings in event fields to Dates for integrations.

Patch Changes

@segment/[email protected]

18 Oct 23:48
525705f
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #619 6c35799 Thanks @silesky! - Do not expose jquery / zepto as ambient globals. Add dom.iterable lib to typescript.

@segment/[email protected]

13 Oct 18:10
3367f39
Compare
Choose a tag to compare

Minor Changes

@segment/[email protected]

09 Oct 14:18
f179397
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

07 Oct 20:33
317425f
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

07 Oct 20:33
317425f
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #593 7b5d3df Thanks @silesky! - Revise NodeJS public API. Fix core so Node SDK waits for plugins to be registered before dispatching any events.