Skip to content

Commit 1c484c3

Browse files
author
Robert Jackson
committed
Add 2.0.0 to changelog.
1 parent d734ffe commit 1c484c3

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# FastBoot Changelog
22

3+
## v2.0.0 (2018-12-10)
4+
5+
#### :boom: Breaking Change
6+
* [#202](https://github.com/ember-fastboot/fastboot/pull/202) Update Node.js support matrix ([@bobisjan](https://github.com/bobisjan))
7+
8+
#### :rocket: Enhancement
9+
* [#188](https://github.com/ember-fastboot/fastboot/pull/188) Update various dependencies to latest. ([@izelnakri](https://github.com/izelnakri))
10+
* [#206](https://github.com/ember-fastboot/fastboot/pull/206) Update minimum version of simple-dom to 1.4.0. ([@rwjblue](https://github.com/rwjblue))
11+
12+
#### :bug: Bug Fix
13+
* [#200](https://github.com/ember-fastboot/fastboot/pull/200) Allow to require module path from whitelisted dependency ([@bobisjan](https://github.com/bobisjan))
14+
* [#201](https://github.com/ember-fastboot/fastboot/pull/201) Remove usage of deprecated exists-sync ([@SergeAstapov](https://github.com/SergeAstapov))
15+
16+
#### :memo: Documentation
17+
* [#197](https://github.com/ember-fastboot/fastboot/pull/197) Fixed small typo ([@kiwiupover](https://github.com/kiwiupover))
18+
19+
#### :house: Internal
20+
* [#204](https://github.com/ember-fastboot/fastboot/pull/204) fix(package): update debug to version 4.1.0 ([@rwjblue](https://github.com/rwjblue))
21+
* [#203](https://github.com/ember-fastboot/fastboot/pull/203) Remove .babelrc configuration file ([@bobisjan](https://github.com/bobisjan))
22+
23+
#### Committers: 5
24+
- David Laird ([@kiwiupover](https://github.com/kiwiupover))
25+
- Izel Nakri ([@izelnakri](https://github.com/izelnakri))
26+
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))
27+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
28+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
29+
330
### 1.2.0
431

532
* Add support for setting attributes on the `<html>` element (e.g. `<html lang="fr">`).

0 commit comments

Comments
 (0)