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.
- 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!
- 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.
- Add
example/create-react-app
.