Skip to content

Latest commit

 

History

History
253 lines (133 loc) · 16.6 KB

CHANGELOG.md

File metadata and controls

253 lines (133 loc) · 16.6 KB

@june/analytics-next

1.51.0

Minor Changes

1.50.0

Minor Changes

Patch Changes

1.49.2

Patch Changes

1.49.1

Patch Changes

1.49.0

Minor Changes

  • #738 fed489c Thanks @silesky! - Make trait fields nullable. Type traits for group() differently than identify() call.
  • #722 61688e2 Thanks @silesky! - Improve core interfaces. Refactor analytics-next to use shared EventQueue, dispatch, and other methods. Augment Browser interface with traits and context options type.

Patch Changes

1.48.0

Minor Changes

  • #638 e16017d Thanks @pooyaj! - Creating universal storage layer and passing it to plugins

Patch Changes

  • #714 9fc8f43 Thanks @chrisradek! - Improves Segment.io retries to include exponential backoff and work across page loads.

1.47.1

Patch Changes

1.47.0

Minor Changes

Patch Changes

1.46.4

Patch Changes

1.46.3

Patch Changes

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

1.46.2

Patch Changes

1.46.1

Patch Changes

1.46.0

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

1.45.0

Minor Changes

Patch Changes

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

1.44.0

Minor Changes

1.43.2

Patch Changes

1.43.1

Patch Changes

1.43.0

Minor Changes

Patch Changes

  • #582 ebafece Thanks @chrisradek! - Updates error message when sending metrics fails to indicate that metrics failed to send.

1.42.3

Patch Changes

  • #577 8d48bdc Thanks @chrisradek! - Fixes an issue where the 'secure' cookie setting was not being applied correctly when specified.

1.42.2

Patch Changes

1.42.1

Patch Changes

  • #567 5cd9358 Thanks @silesky! - Do not allow the "user" method to change its return types over its lifecycle. We should always return a promise for wrapped methods in AnalyticsBrowser, regardless if the underlying Analytics method is sync or async.

1.42.0

Minor Changes

  • #561 1af2a9f Thanks @silesky! - Add 'screen', 'register', 'deregister', 'user' method and 'VERSION' property on AnalyticsBrowser. Allow buffering of 'screen', 'register', 'deregister' methods for snippet users.

Patch Changes

1.41.1

Patch Changes

1.41.0

Minor Changes

  • #541 2e0a91c Thanks @silesky! - Export AnalyticsSnippet type and add directions (for snippet users).

Patch Changes

1.40.0

Minor Changes

  • #505 b9c6356 Thanks @chrisradek! - Adds context.failedDelivery() to improve detection of events that could not be delivered due to plugin errors.

Patch Changes

1.39.2

Patch Changes