# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[Glossary](/glossary)

## [Unreleased]

## [1.3.0] - 2020-11-18

- [Changed] Updated to Angular 11
- [Changed] Upgraded all dependencies

## [1.2.0] - 2020-09-18

- [Changed] New release process
- [Changed] Upgraded all dependencies

## [1.1.1] - 2020-04-03

- [Changed] Updated dependencies in package.json
- [Changed] TestBed.get -> TestBed.inject (Angular 9 deprecation)
- [Changed] Only import HttpClientModule in appModule

## [1.1.0] - 2020-02-10

- [Added] Document how to use --max-old-space-size
- [Added] Typings folder in `src/typings`
- [Added] `.markdownlint.json`
- [Added] @sbpro/ng - for SBPro Schematics
- [Changed] Updated to Angular 9
- [Changed] Updated other dependencies
- [Changed] Docker run script to check for running container first.

## [1.0.0] - 2020-01-13

- Initial Release!

## Gloassary

- `[Added]` for new features.
- `[Changed]` for changes in existing functionality.
- `[Deprecated]` for soon-to-be removed features.
- `[Removed]` for now removed features.
- `[Fixed]` for any bug fixes.
- `[Security]` in case of vulnerabilities.
