]>
Commit | Line | Data |
---|---|---|
a84f7dfe | 1 | # Changelog |
cac85db0 | 2 | |
a84f7dfe BB |
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] | |
cac85db0 | 9 | |
a84f7dfe | 10 | ### Added |
cac85db0 | 11 | |
a84f7dfe BB |
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 | ||
cac85db0 | 23 | [unreleased]: https://gitlab.com/rbdr/forum/compare/master...develop |