# Version 0

# 0.3

## 0.3.7: September 14, 2019
- GH-8 Support 24-bit

## 0.3.6: September 13, 2019
- GH-69 NPM Package / Security alert resolution

## 0.3.5: September 1, 2019

- GH-47 Document node `start` and `build` scripts
- Launch web browser to show demo via npm `start` script
- Resolve cross platform mapping on static local web server
- Save production source maps as a separate file

## 0.3.4: May 12, 2019

- Fix node support

## 0.3.3: May 12, 2019

- Fixed main entry file

## 0.3.2: May 12, 2019

- GH-2 Fixed signed/unsigned conversions
- GH-2 Support 16-bit
- GH-2 Use webpack to make browser-friendly
- GH-15 Test 8-bit 16khz
- GH-4 Get stereo working, read array buffer as unsigned bytes

## 0.3.1: May 9, 2019

- GH-38 Add package size badge
- GH-54 Remove package bloat
- GH-40 Doc npm install, add badge
- GH-40 Fix readme live demo link from GH-57
- GH-40 Fix readme formatting code block GH-57
- GH-40 Update web browser example due to GH-46
- GH-40 Fix changelog typo due to GH-54

## 0.3.0: May 7, 2019

- GH-57 Fix sample count calculation

# 0.2

## 0.2.2: May 6, 2019

- GH-54 Link to live demo
- GH-50 Show wave form in live demo
- GH-46 Include reader in live demo
- GH-44 Cache chunks

## 0.2.1: May 5, 2019

- GH-14 Load wave file via live demo
- GH-14 Read from ArrayBuffer

## 0.2.0: May 5, 2019

- GH-13 Read from array
- GH-42 Read large files/buffers/array from separate reader
- GH-14 Reduce dependencies in prep for browser environment
- GH-41 Read from riff/format/data chunks at once
- GH-21 Add doc on usage

# 0.1

## 0.1.1: May 4, 2019

- Support non-ES5 environment

## 0.1.0: May 4, 2019

- Initial release. The library can read an 8 bit wave files header chunks and individual samples.
