Skip to content

Commit fbe9141

Browse files
authored
Merge pull request #15 from pjlamb12/route-discovery-done
routeDiscoveryDone Type and Order Posts
2 parents a4652ed + ca1867b commit fbe9141

12 files changed

Lines changed: 558 additions & 484 deletions

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
- Nothing yet!
11+
12+
## [@notiz/scully-plugin-rss@1.0.0]
13+
14+
### Added
15+
16+
- Add `newestPostsFirst` sorting option ([#15](https://github.com/notiz-dev/scully-plugins/pull/15))
17+
18+
### Changed
19+
20+
- Change plugin type from `render` to `routeDiscoveryDone` benefit of only generating the RSS Feed once per run instead of after each page render ([#15](https://github.com/notiz-dev/scully-plugins/pull/15))
21+
22+
[@notiz/scully-plugin-rss@1.0.0]: https://github.com/notiz-dev/scully-plugins/releases/releases/tag/@notiz/scully-plugin-rss@1.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Scully Build CI](https://github.com/notiz-dev/scully-plugins/workflows/Node.js%20CI/badge.svg)
44

5-
This repository has the following available plugins for [scully](https://github.com/scullyio/scully).
5+
This repository has the following available plugins for [Scully](https://github.com/scullyio/scully).
66

77
| Plugin | npm |
88
| ------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |

angular.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,8 @@
118118
}
119119
}
120120
},
121-
"defaultProject": "scully-plugins"
122-
}
121+
"defaultProject": "scully-plugins",
122+
"cli": {
123+
"analytics": false
124+
}
125+
}

0 commit comments

Comments
 (0)