forked from sunyu/CubismFramework
627 B
627 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
4-r.1 - 2020-01-30
Added
- Add
.editorconfig
,.gitattributes
and.gitignore
. - Add document
README.md
andCHANGELOG.md
. - Add
package.json
for development and build. - Add Prettier and ESLint for format and check code quolity.
Changed
- Move source files to
/src
directory. - Reformat code using Prettier and ESLint.