You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade to Ember.js v3.20, drop Node 8
* Fix ESLint issues
* Fix failing tests
* Switch template-lint back to 'recommended' for now
* Fix dummy app errors from before already
* Update ember-cli-code-coverage to latest
* Fix missing await in tests
Copy file name to clipboardExpand all lines: LICENSE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
The MIT License (MIT)
2
2
3
-
Copyright (c) 2017
3
+
Copyright (c) 2020
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,12 @@ Add `{{head-layout}}` to your application's `application.hbs` template.
13
13
<details>
14
14
<summary>Fastboot vs Non-Fastboot Notes</summary>
15
15
16
+
### Compatibility
17
+
18
+
* Ember.js v3.12 or above
19
+
* Ember CLI v2.13 or above
20
+
* Node.js v10 or above
21
+
16
22
#### Post Install Cleanup
17
23
18
24
As of v3.0.0 this addon maintains the page title by using the `<title>` tag in your document's `<head>`. This is necessary for [FastBoot](https://github.com/tildeio/ember-cli-fastboot) compatibility.
0 commit comments