# ChangesLog

## v1.4.1

### Changes

- Stop using Babel [#37](https://github.com/akabekobeko/npm-xlsx-extractor/issues/37)
- Change parsing of command line arguments to [commander](https://www.npmjs.com/package/commander) [#39](https://github.com/akabekobeko/npm-xlsx-extractor/issues/39)

### Bug Fixes

- "extractAll" is"extractRange" in README.md [#38](https://github.com/akabekobeko/npm-xlsx-extractor/issues/38)

## v1.4.0

### Breaking Changes

- Changed API name and interface. Read the README for details
- Drop Node v8 and support v10 and v12

### Changes

- Support TypeScript (Bundle `d.ts`) [#35](https://github.com/akabekobeko/npm-xlsx-extractor/issues/35)

## v1.3.0

### Breaking Changes

- Drop Node v6.x and support Node v8.x and v10.x [#33](https://github.com/akabekobeko/npm-xlsx-extractor/issues/33)

### Bug Fixes

- Add mode to return all sheets [#29](https://github.com/akabekobeko/npm-xlsx-extractor/issues/29)

## v1.2.2

### Bug Fixes

- It does not work in release environment [#28](https://github.com/akabekobeko/npm-xlsx-extractor/issues/28)

## v1.2.1

### Bug Fixes

- Installation failed [#27](https://github.com/akabekobeko/npm-xlsx-extractor/issues/27)

## v1.2.0

### Breaking Changes

- Drop Node v4 support
  - Because Node v4 became `MAINTENANCE` from `ACTIVE` LTS
  - Since breaking change, I updated `major` of `semver` (v1.1.x to v1.2.x)

### Changes

- Using the Babel [#25](https://github.com/akabekobeko/npm-xlsx-extractor/issues/25)


## v1.1.2

### Bug Fixes

- CLI is not work [#24](https://github.com/akabekobeko/npm-xlsx-extractor/issues/24)

## v1.1.1

### Changes

- Node v4 support [#22](https://github.com/akabekobeko/npm-xlsx-extractor/issues/22)

## v1.1.0

### Changes

- Drop transpile by Babel [#19](https://github.com/akabekobeko/npm-xlsx-extractor/issues/19)

## v1.0.3

### Changes

- Node v7 support [#15](https://github.com/akabekobeko/npm-xlsx-extractor/issues/15)

## v1.0.2

### Bug Fixes

- There is a file that parse error occurs [#12](https://github.com/akabekobeko/npm-xlsx-extractor/issues/12)

## v1.0.1

- Update a node modules
- Node v6 support

## v1.0.0

- First release
