Skip to content

Latest commit

 

History

History
137 lines (93 loc) · 15.1 KB

CHANGELOG.md

File metadata and controls

137 lines (93 loc) · 15.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.0 (2020-05-02)

Features

Chores

  • deps: bump @sentry/browser from 5.15.4 to 5.15.5 (#69) (c738091)
  • deps: bump apollo-link from 1.2.13 to 1.2.14 (#60) (c62f973)
  • deps-dev: bump @typescript-eslint/parser from 2.26.0 to 2.29.0 (#67) (b60e94b)
  • deps-dev: bump eslint-config-airbnb-typescript (#61) (8f09087)
  • deps-dev: bump jest from 25.2.6 to 25.4.0 (#65) (ad4e01e)
  • deps-dev: bump ts-jest from 25.3.0 to 25.4.0 (#64) (f736b0e)

1.2.1 (2020-04-02)

Chores

  • deps: bump @sentry/browser from 5.14.2 to 5.15.4 (#47) (2f09386)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#33) (6a6d2da)
  • added more data to package.json (d14b89a)
  • deps-dev: bump @typescript-eslint/parser from 2.24.0 to 2.26.0 (#51) (69e854a)
  • update dependencies (6384f61)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#40) (2483697)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#49) (7875ca0)
  • deps-dev: bump @typescript-eslint/parser from 2.23.0 to 2.24.0 (#34) (e019eb3)
  • deps-dev: bump eslint-config-airbnb-typescript (#36) (59d0503)
  • deps-dev: bump eslint-plugin-import from 2.20.1 to 2.20.2 (#46) (766fcf2)
  • deps-dev: bump jest from 25.1.0 to 25.2.0 (#41) (46fc002)
  • deps-dev: bump jest from 25.2.0 to 25.2.4 (#45) (d1dcf96)
  • deps-dev: bump ts-jest from 25.2.1 to 25.3.0 (#50) (14bf523)

1.2.0 (2020-03-16)

Chores

  • deps: [security] bump acorn from 6.4.0 to 6.4.1 (#29) (463218c)
  • drops release-it dependency (4e69a4e)
  • deps: bump @sentry/browser from 5.12.5 to 5.13.0 (#14) (44fbaf7)
  • deps: bump @sentry/browser from 5.13.0 to 5.13.2 (#20) (a776f76)
  • deps: bump @sentry/browser from 5.13.2 to 5.14.1 (#27) (f675a5f)
  • deps: bump @sentry/browser from 5.14.1 to 5.14.2 (#32) (f119f67)
  • deps: bump @sentry/types from 5.14.1 to 5.14.2 (#30) (2ebfed8)
  • deps-dev: bump @types/jest from 25.1.3 to 25.1.4 (#22) (e69dd65)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#18) (00bccbc)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#24) (086329c)
  • deps-dev: bump @typescript-eslint/parser from 2.21.0 to 2.22.0 (#19) (5d6a4b9)
  • deps-dev: bump @typescript-eslint/parser from 2.22.0 to 2.23.0 (#23) (4fe15b2)
  • deps-dev: bump eslint-config-airbnb-base from 14.0.0 to 14.1.0 (#31) (74d6b84)
  • deps-dev: bump tsc-watch from 4.1.0 to 4.2.3 (#15) (abf2a97)
  • deps-dev: bump typescript from 3.8.2 to 3.8.3 (#16) (e74be6b)

1.1.1 (2020-03-01)

Bug fixes

  • allows reading data from OperationBreadcrumb (#13) (253d74b)

Chores

  • deps: bump @sentry/browser from 5.12.4 to 5.12.5 (#12) (776d21c)

1.1.0 (2020-02-26)

⚠ BREAKING CHANGES

  • rename class and methods in OperationBreadcrumb.ts (#11)

Features

  • allow adding keys from the context to the breadcrumb (#7) (15ea217)
  • allows altering breadcrumb with beforeBreadcrumb (8b101e9)
  • provides callback for filtering operations (a330abd)

Documentation

  • adds section on beforeBreadcrumb (1923195)

  • adds section on filter option (0a0e6ce)

  • rename class and methods in OperationBreadcrumb.ts (#11) (72b6b67)

1.0.0 (2020-02-25)

Features

  • add setFingerprint and setTransaction methods (be8535d)
  • allow disabling attaching a breadcrumb (2ba8188)
  • show console message when a breadcrumb is flushed multiple times (5b06a99)

Chores

  • add LICENSE (54ceadf)
  • creates github CI/CD action (9a49e22)
  • fix failing action (2eb812c)
  • improves jest reporter (dd56299)
  • deps-dev: bump @types/react from 16.9.19 to 16.9.22 (91931b0)
  • initial commit (68e12b8)
  • prepares for release (ffd4e37)
  • deps: bump @sentry/browser from 5.12.1 to 5.12.4 (457cefc)
  • deps: bump @sentry/browser from 5.12.1 to 5.12.4 (d7a0d6c)
  • preparing package for release (fde947e)
  • small & insignificant improvements (1090710)
  • updates yarn lock file (315673a)
  • deps-dev: bump @types/node from 13.7.1 to 13.7.4 (#1) (e80fbd5)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#3) (9b949a3)
  • deps-dev: bump @typescript-eslint/parser from 2.19.2 to 2.20.0 (#4) (0985a65)
  • deps-dev: bump typescript from 3.7.5 to 3.8.2 (#5) (5e1b210)

Documentation