v1.5.1
Release notes
- Fixed broken release notes page (You should be able to see the release notes now! Yay!) (e923f97)
- Use UTC dates instead of localised time internally. (Yay UTC! Better than localised time zones - and that dreaded DST thingy..)
- Added more jokes to the release notes. (Gotta spice up the release notes, ya know?)
- That's about it really. No really, that's it.
- Unless you want more release notes? Or you can check out the site's source code revision history if you really want to.
Internal changes
- Added support for arrays as release notes. (Yes! Much better.) (7784351)
- Major restructuring of the app to use Angular's project workspace format (a4cedaf)
package.json changes
script changes
Modified scripts
| Name | Old script | New script |
|---|---|---|
lint |
tslint \"src/**/*.ts\" |
ng lint |
githubPages |
npm run genDocs && ng deploy --base-href=/rss-reader/ --no-silent=true && rm -rf dist/ |
npm run genDocs && ng deploy --base-href=/rss-reader/ && rm -rf dist/ |
action:deploy |
GH_TOKEN=$GH_TOKEN ng deploy |
npm run genDocs && ng deploy --repo https://x-access-token:GH_TOKEN@github.com/EdricChan03/rss-reader.git --no-silent --name $GITHUB_ACTOR --email $GITHUB_ACTOR@users.noreply.github.com |
Dependency changes
Updated dependencies
dependencies
| Name | Old version | New version |
|---|---|---|
angular-cli-ghpages |
^0.6.0-rc.2 |
^0.6.0 |
devDependencies
| Name | Old version | New version |
|---|---|---|
@angular-devkit/build-angular |
~0.802.2 |
~0.803.0 |
tslint |
~5.10.0 |
~5.18.0 |
Release information
This release was originally released on 13 Nov 2019 at 08:49 UTC by @EdricChan03.
Changes for this release were sourced from release-notes.json, lines 29 to 41.
You can view the diff between v1.5.0 and this release (v1.5.1) here.