]>
Commit | Line | Data |
---|---|---|
1 | # Changelog | |
2 | ||
3 | All notable changes to this project will be documented in this file. | |
4 | ||
5 | The format is based on [Keep a Changelog](http://keepachangelog.com/) | |
6 | and this project adheres to [Semantic Versioning](http://semver.org/). | |
7 | ||
8 | ## [Unreleased] | |
9 | ||
10 | ### Added | |
11 | ||
12 | - Svelte based frontend | |
13 | - Koa based backend | |
14 | - RethinkDB for backend | |
15 | - This CHANGELOG | |
16 | - A README | |
17 | - A CONTRIBUTING guide | |
18 | - Linter configuration for JS and HTML | |
19 | - Git hook to lint code before commit | |
20 | - NPM tasks to lint and install git hooks | |
21 | - A gitignore file | |
22 | ||
23 | [unreleased]: https://gitlab.com/rbdr/forum/compare/master...develop |