# curriable CHANGELOG

## 2.0.0

### Breaking changes

- Module is now ESM (`"type": "module"`)
- `isPlaceholder` utility has been removed

## 1.2.5

- Change minifier from `babel-minify` to `terser`

## 1.2.4

- Refactor under the hood to make performance more consistent across browsers

## 1.2.3

- Improve `rollup` build (have distinct UMD, CommonJS, and ESM builds)

## 1.2.2

- Fix exported typings

## 1.2.1

- Remove unneeded files from publish

## 1.2.0

- Rewrite to use `typescript`

## 1.1.0

- Add [`uncurry`](README.md#uncurry) function

## 1.0.0

- Initial release
