Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerntannern committed Jul 20, 2019
1 parent 50e7723 commit 3f30fea
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

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="1.0.0-beta.8"></a>
# [1.0.0-beta.8](https://github.com/tannerntannern/adapter/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2019-07-20)


### Bug Fixes

* brought back the type arg so input functions can respond properly ([db08ebc](https://github.com/tannerntannern/adapter/commit/db08ebc))


### Features

* added inputBatch, which allows you to distinguish between single and grouped inputs ([50e7723](https://github.com/tannerntannern/adapter/commit/50e7723))
* simplified the input format and allowed plain objects to be passed ([3eed639](https://github.com/tannerntannern/adapter/commit/3eed639))


### Performance Improvements

* removed `async` to prevent TypeScript from adding the ES5 polyfills ([a274628](https://github.com/tannerntannern/adapter/commit/a274628))


### BREAKING CHANGES

* input type arg is required... again
* first arg is now the key and now the type; the type is always inferred from the key



<a name="1.0.0-beta.7"></a>
# [1.0.0-beta.7](https://github.com/tannerntannern/adapter/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2019-06-03)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapter",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "A TypeScript utility for writing I/O agnostic programs",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 3f30fea

Please sign in to comment.