]>
Commit | Line | Data |
---|---|---|
1 | # Changelog | |
2 | All notable changes to this project will be documented in this file. | |
3 | ||
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) | |
5 | and this project adheres to [Semantic Versioning](http://semver.org/). | |
6 | ||
7 | ## [Unreleased] | |
8 | ### Added | |
9 | - Eslint config | |
10 | - JSdoc config | |
11 | - Serpentity as a dependency | |
12 | - Base HTML and CSS | |
13 | - Wrapper application | |
14 | - This CHANGELOG | |
15 | - A README | |
16 | - A CONTRIBUTING guide | |
17 | - Pixi powered renderer system | |
18 | - Matter-js powered physics system | |
19 | - Scripts to setup hooks, linting, docs, and bundling | |
20 | ||
21 | [Unreleased]: https://github.com/rbdr/sumo/compare/master...develop |