aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 40512a24cceb57569aba8e6e37a48c00e0f7f0a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added

- Svelte based frontend
- Koa based backend
- RethinkDB for backend
- This CHANGELOG
- A README
- A CONTRIBUTING guide
- Linter configuration for JS and HTML
- Git hook to lint code before commit
- NPM tasks to lint and install git hooks
- A gitignore file

[unreleased]: https://gitlab.com/rbdr/forum/compare/master...develop