Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

38 lines (29 loc) · 1.52 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • README.md: Fixed typo. Add Table of Contents and Changelog section.
  • README.md.: Added create-react-app and JSFiddle examples.
  • Makefile: Fixed emcc version checking not working correctly with shell in older standard #20. Thanks @rowntreerob!

Fixed

  • Makefile: Updated for emscripten 1.38.34. Fix minor bugs
  • Fixed umd encoder worker didn't correctly initiate. #19
  • README.md: Use yarn instead of npm. Use UMD module in example, in response to #19.

Added

  • Add example/create-react-app.

Fixed

  • Addressed an issue that AudioContext objects never closed #18.
  • Fixed typos in README.md #16.