# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.8.0"></a>
## [2.8.0](https://github.com/flatfilers/adapter/compare/v2.7.0...v2.8.0) (2020-04-20)

#### Breaking Changes

- All `default` exports have been removed, all publicly available interfaces or classes are now available from `@flatfile/adapter` (no deep-imports), with the exception being `FlatfileImporter` itself being exported from the default.

_An example of these new imports and usage:_

```ts
import FlatfileImporter, { // <-- still found at the default export level
  FieldHookCallback, // <-- everything else public is now available via destructuring from @flatfile/adapter
  ISettings,
  CustomerObject,
  LoadOptionsObject,
  IVirtualFieldOptions,
  IInteractionEvent,
  IBeforeFetchRequest,
  IBeforeFetchResponse,
  StepHookCallback,
  RecordObject,
  IDataHookResponse,
  ScalarDictionary,
  Nullable,
  IPrimitive,
  IValidationResponse,
  IDictionary,
  FlatfileResults
} from '@flatfile/adapter';
```

- `FlatfileResult` is now found from the root of `import { FlatfileResult } from '@flatfile/adapter';`
  - Previously it was grabbed via default import from a deep-import `import FlatfileResults from '@flatfile/adapter/build/main/results';`

<a name="2.1.4"></a>
## [2.1.4](https://github.com/flatfilers/adapter/compare/v2.1.3...v2.1.4) (2020-11-03)



<a name="2.1.3"></a>
## [2.1.3](https://github.com/flatfilers/adapter/compare/v2.1.1...v2.1.3) (2020-11-03)


### Bug Fixes

* **adapter:** only polyfill document if exists ([06b4ab7](https://github.com/flatfilers/adapter/commit/06b4ab7))



<a name="0.2.11"></a>
## [0.2.11](https://github.com/flatfilers/adapter/compare/v0.2.9...v0.2.11) (2020-06-17)


### Bug Fixes

* **imports:** release 0.2.10 ([a601586](https://github.com/flatfilers/adapter/commit/a601586))



<a name="0.2.9"></a>
## [0.2.9](https://github.com/flatfilers/adapter/compare/v0.2.8...v0.2.9) (2020-02-04)



<a name="0.2.8"></a>
## [0.2.8](https://github.com/flatfilers/adapter/compare/v0.2.7...v0.2.8) (2020-02-04)



<a name="0.2.7"></a>
## [0.2.7](https://github.com/flatfilers/adapter/compare/v0.2.6...v0.2.7) (2020-01-29)



<a name="0.2.6"></a>
## [0.2.6](https://github.com/flatfilers/adapter/compare/v0.2.5...v0.2.6) (2020-01-20)



<a name="0.2.5"></a>
## [0.2.5](https://github.com/flatfilers/adapter/compare/v0.2.4...v0.2.5) (2020-01-17)



<a name="0.2.4"></a>
## [0.2.4](https://github.com/flatfilers/adapter/compare/v0.2.2...v0.2.4) (2020-01-07)



<a name="0.2.2"></a>
## [0.2.2](https://github.com/flatfilers/adapter/compare/v0.2.0...v0.2.2) (2019-10-24)



<a name="0.2.0"></a>
# [0.2.0](https://github.com/flatfilers/adapter/compare/v0.1.16...v0.2.0) (2019-10-24)


### Features

* add custom validator callbacks ([6ee8ef9](https://github.com/flatfilers/adapter/commit/6ee8ef9))



<a name="0.1.16"></a>
## [0.1.16](https://github.com/flatfilers/adapter/compare/v0.1.15...v0.1.16) (2019-06-09)



<a name="0.1.15"></a>
## [0.1.15](https://github.com/flatfilers/adapter/compare/v0.1.14...v0.1.15) (2019-06-09)



<a name="0.1.14"></a>
## [0.1.14](https://github.com/flatfilers/adapter/compare/v0.1.13...v0.1.14) (2019-05-19)



<a name="0.1.13"></a>
## [0.1.13](https://github.com/flatfilers/adapter/compare/v0.1.12...v0.1.13) (2019-05-19)



<a name="0.1.12"></a>
## [0.1.12](https://github.com/flatfilers/adapter/compare/v0.1.11...v0.1.12) (2018-07-11)



<a name="0.1.11"></a>
## [0.1.11](https://github.com/flatfilers/adapter/compare/v0.1.10...v0.1.11) (2018-07-11)



<a name="0.1.10"></a>
## [0.1.10](https://github.com/flatfilers/adapter/compare/v0.1.9...v0.1.10) (2018-07-11)



<a name="0.1.9"></a>
## [0.1.9](https://github.com/flatfilers/adapter/compare/v0.1.8...v0.1.9) (2018-04-24)



<a name="0.1.8"></a>
## [0.1.8](https://github.com/flatfilers/adapter/compare/v0.1.7...v0.1.8) (2018-04-24)



<a name="0.1.7"></a>
## [0.1.7](https://github.com/flatfilers/adapter/compare/v0.1.6...v0.1.7) (2018-04-24)



<a name="0.1.6"></a>
## [0.1.6](https://github.com/flatfilers/adapter/compare/v0.1.5...v0.1.6) (2018-04-24)



<a name="0.1.5"></a>
## [0.1.5](https://github.com/flatfilers/adapter/compare/v0.1.4...v0.1.5) (2018-04-24)



<a name="0.1.4"></a>
## [0.1.4](https://github.com/flatfilers/adapter/compare/v0.1.3...v0.1.4) (2018-04-24)



<a name="0.1.3"></a>
## [0.1.3](https://github.com/flatfilers/adapter/compare/v0.1.2...v0.1.3) (2018-04-24)



<a name="0.1.2"></a>
## [0.1.2](https://github.com/flatfilers/adapter/compare/v0.1.1...v0.1.2) (2018-04-24)



<a name="0.1.1"></a>
## [0.1.1](https://github.com/flatfilers/adapter/compare/v0.1.0...v0.1.1) (2018-04-24)



<a name="0.1.0"></a>
# [0.1.0](https://github.com/flatfilers/adapter/compare/v0.0.7...v0.1.0) (2018-04-24)



<a name="0.0.7"></a>
## [0.0.7](https://github.com/flatfilers/adapter/compare/v0.0.6...v0.0.7) (2018-03-27)



<a name="0.0.6"></a>
## [0.0.6](https://github.com/flatfilers/adapter/compare/v0.0.5...v0.0.6) (2018-01-03)



<a name="0.0.5"></a>
## [0.0.5](https://github.com/flatfilers/adapter/compare/v0.0.4...v0.0.5) (2018-01-03)



<a name="0.0.4"></a>
## [0.0.4](https://github.com/flatfilers/adapter/compare/v0.0.3...v0.0.4) (2018-01-03)



<a name="0.0.3"></a>
## [0.0.3](https://github.com/flatfilers/adapter/compare/v0.0.2...v0.0.3) (2018-01-03)



<a name="0.0.2"></a>
## 0.0.2 (2018-01-03)



<a name="1.4.1"></a>
## [1.4.1](https://github.com/bitjson/typescript-starter/compare/v1.4.0...v1.4.1) (2017-06-27)



<a name="1.4.0"></a>
# [1.4.0](https://github.com/bitjson/typescript-starter/compare/v1.3.0...v1.4.0) (2017-03-02)


### Features

* **gh-pages:** add package script for publishing docs to gh-pages ([1dfe830](https://github.com/bitjson/typescript-starter/commit/1dfe830)), closes [#14](https://github.com/bitjson/typescript-starter/issues/14)
* **publish:** add one-step publish process ([7b9b857](https://github.com/bitjson/typescript-starter/commit/7b9b857)), closes [#15](https://github.com/bitjson/typescript-starter/issues/15)



<a name="1.3.0"></a>
# [1.3.0](https://github.com/bitjson/typescript-starter/compare/v1.2.2...v1.3.0) (2017-03-01)


### Bug Fixes

* **hash.js:** correctly pre-build hash.js for the browser ([1fe0b10](https://github.com/bitjson/typescript-starter/commit/1fe0b10))
* **watch:** exclude build/**/*.spec.js from ava to avoid double execution ([e365656](https://github.com/bitjson/typescript-starter/commit/e365656))


### Features

* **browser:** add browser build, tests, and sample sha256 library method ([01f67d1](https://github.com/bitjson/typescript-starter/commit/01f67d1))
* **watch:** use concurrently for the watch task ([7fa64b8](https://github.com/bitjson/typescript-starter/commit/7fa64b8)), closes [#11](https://github.com/bitjson/typescript-starter/issues/11)



<a name="1.2.2"></a>
## [1.2.2](https://github.com/bitjson/typescript-starter/compare/v1.2.1...v1.2.2) (2017-02-17)


### Bug Fixes

* **tsconfig:** set rootDir option when outDir option is used ([3577caa](https://github.com/bitjson/typescript-starter/commit/3577caa)), closes [#9](https://github.com/bitjson/typescript-starter/issues/9)



<a name="1.2.1"></a>
## [1.2.1](https://github.com/bitjson/typescript-starter/compare/v1.2.0...v1.2.1) (2017-02-14)



<a name="1.2.0"></a>
# [1.2.0](https://github.com/bitjson/node-typescript-starter/compare/v1.1.1...v1.2.0) (2017-02-14)


### Features

* **github:** add sample GitHub issue template, PR template, and contributing guidelines ([9c95249](https://github.com/bitjson/node-typescript-starter/commit/9c95249))
* **watch:** add unified watch task with multiview ([973966e](https://github.com/bitjson/node-typescript-starter/commit/973966e))



<a name="1.1.1"></a>
## [1.1.1](https://github.com/bitjson/node-typescript-starter/compare/v1.1.0...v1.1.1) (2017-02-13)



<a name="1.1.0"></a>
# 1.1.0 (2017-02-13)


### Features

* **examples:** improve browser usage example ([c8199e7](https://github.com/bitjson/node-typescript-starter/commit/c8199e7))
* **starter:** add changelogs and examples ([5f18048](https://github.com/bitjson/node-typescript-starter/commit/5f18048))
