]>
Commit | Line | Data |
---|---|---|
a84f7dfe BB |
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 | - Svelte based frontend | |
10 | - Koa based backend | |
11 | - RethinkDB for backend | |
12 | - This CHANGELOG | |
13 | - A README | |
14 | - A CONTRIBUTING guide | |
15 | - Linter configuration for JS and HTML | |
16 | - Git hook to lint code before commit | |
17 | - NPM tasks to lint and install git hooks | |
18 | - A gitignore file | |
19 | ||
20 | [Unreleased]: https://gitlab.com/rbdr/forum/compare/master...develop |