@bearer/js
Version:
A JavaScript library for working with Bearer integrations
234 lines (68 loc) • 5.41 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.111.0](https://github.com/Bearer/bearer/compare/v0.110.0...v0.111.0) (2019-04-09)
**Note:** Version bump only for package @bearer/js
# [0.110.0](https://github.com/Bearer/bearer/compare/v0.109.0...v0.110.0) (2019-04-08)
**Note:** Version bump only for package @bearer/js
# [0.109.0](https://github.com/Bearer/bearer/compare/v0.108.0...v0.109.0) (2019-04-04)
**Note:** Version bump only for package @bearer/js
# [0.108.0](https://github.com/Bearer/bearer/compare/v0.107.4...v0.108.0) (2019-04-03)
**Note:** Version bump only for package @bearer/js
## [0.107.3](https://github.com/Bearer/bearer/compare/v0.107.2...v0.107.3) (2019-04-02)
### Bug Fixes
* **js:** use referenceId from body if one provided ([#613](https://github.com/Bearer/bearer/issues/613)) ([ba3c23d](https://github.com/Bearer/bearer/commit/ba3c23d))
# [0.107.0](https://github.com/Bearer/bearer/compare/v0.106.2...v0.107.0) (2019-03-29)
**Note:** Version bump only for package @bearer/js
# [0.106.0](https://github.com/Bearer/bearer/compare/v0.105.1...v0.106.0) (2019-03-28)
### Features
* **js:** rename fetch to invoke ([8c9612f](https://github.com/Bearer/bearer/commit/8c9612f))
# [0.105.0](https://github.com/Bearer/bearer/compare/v0.104.0...v0.105.0) (2019-03-21)
### Bug Fixes
* **js:** create a new instance if none has been created ([38ceacd](https://github.com/Bearer/bearer/commit/38ceacd))
* **js:** prevent unnecessary code to run on local env ([3899321](https://github.com/Bearer/bearer/commit/3899321))
* **js:** remove last slash ([b086b17](https://github.com/Bearer/bearer/commit/b086b17))
# [0.104.0](https://github.com/Bearer/bearer/compare/v0.103.0...v0.104.0) (2019-03-20)
**Note:** Version bump only for package @bearer/js
# [0.103.0](https://github.com/Bearer/bearer/compare/v0.102.0...v0.103.0) (2019-03-19)
**Note:** Version bump only for package @bearer/js
# [0.102.0](https://github.com/Bearer/bearer/compare/v0.101.3...v0.102.0) (2019-03-19)
### Features
* move requests mechanism from core to js ([#592](https://github.com/Bearer/bearer/issues/592)) ([3870f8e](https://github.com/Bearer/bearer/commit/3870f8e))
## [0.101.1](https://github.com/Bearer/bearer/compare/v0.101.0...v0.101.1) (2019-03-15)
### Bug Fixes
* **react:** make connect component works ([93ed16d](https://github.com/Bearer/bearer/commit/93ed16d))
# [0.101.0](https://github.com/Bearer/bearer/compare/v0.100.0...v0.101.0) (2019-03-15)
### Features
* **js:** add secured mechanism ([8c22ffe](https://github.com/Bearer/bearer/commit/8c22ffe))
# [0.100.0](https://github.com/Bearer/bearer/packages/js/compare/v0.99.2...v0.100.0) (2019-03-04)
### Features
* **react:** Add react connect component ([#554](https://github.com/Bearer/bearer/packages/js/issues/554)) ([9507947](https://github.com/Bearer/bearer/packages/js/commit/9507947))
## [0.99.2](https://github.com/Bearer/bearer/packages/js/compare/v0.99.1...v0.99.2) (2019-03-02)
**Note:** Version bump only for package @bearer/js
## [0.99.1](https://github.com/Bearer/bearer/packages/js/compare/v0.99.0...v0.99.1) (2019-03-01)
### Bug Fixes
* add missing type field to packages ([#551](https://github.com/Bearer/bearer/packages/js/issues/551)) ([3d96f83](https://github.com/Bearer/bearer/packages/js/commit/3d96f83))
* **js:** fix incorrect lookup ([#552](https://github.com/Bearer/bearer/packages/js/issues/552)) ([a9bc997](https://github.com/Bearer/bearer/packages/js/commit/a9bc997))
# [0.99.0](https://github.com/Bearer/bearer/packages/js/compare/v0.98.0...v0.99.0) (2019-02-28)
**Note:** Version bump only for package @bearer/js
# [0.98.0](https://github.com/Bearer/bearer/packages/js/compare/v0.97.4...v0.98.0) (2019-02-28)
### Features
* **js:** allow bearer to receive options ([#549](https://github.com/Bearer/bearer/packages/js/issues/549)) ([96b4977](https://github.com/Bearer/bearer/packages/js/commit/96b4977))
## [0.97.3](https://github.com/Bearer/bearer/packages/js/compare/v0.97.2...v0.97.3) (2019-02-27)
**Note:** Version bump only for package @bearer/js
## [0.97.2](https://github.com/Bearer/bearer/packages/js/compare/v0.97.1...v0.97.2) (2019-02-27)
### Bug Fixes
* make the logger truly work in the browser ([cc05f9d](https://github.com/Bearer/bearer/packages/js/commit/cc05f9d))
# [0.97.0](https://github.com/Bearer/bearer/packages/js/compare/v0.96.1...v0.97.0) (2019-02-26)
### Bug Fixes
* **js:** remove logger use for now ([af3a772](https://github.com/Bearer/bearer/packages/js/commit/af3a772))
### Features
* **js:** backport functionalities ([acd9fba](https://github.com/Bearer/bearer/packages/js/commit/acd9fba))
## [0.96.1](https://github.com/Bearer/bearer/packages/js/compare/v0.96.0...v0.96.1) (2019-02-22)
**Note:** Version bump only for package @bearer/js
# [0.96.0](https://github.com/Bearer/bearer/packages/js/compare/v0.95.1...v0.96.0) (2019-02-21)
### Bug Fixes
* **js:** add packave version ([8a3049f](https://github.com/Bearer/bearer/packages/js/commit/8a3049f))
### Features
* **js:** create base of [@bearer](https://github.com/bearer)/js package ([f440483](https://github.com/Bearer/bearer/packages/js/commit/f440483))