Skip to content

Commit

Permalink
Merge pull request #15 from pjlamb12/route-discovery-done
Browse files Browse the repository at this point in the history
routeDiscoveryDone Type and Order Posts
  • Loading branch information
marcjulian authored Nov 26, 2020
2 parents a4652ed + ca1867b commit fbe9141
Show file tree
Hide file tree
Showing 12 changed files with 558 additions and 484 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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).

## [Unreleased]

- Nothing yet!

## [@notiz/scully-plugin-rss@1.0.0]

### Added

- Add `newestPostsFirst` sorting option ([#15](https://github.com/notiz-dev/scully-plugins/pull/15))

### Changed

- 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))

[@notiz/scully-plugin-rss@1.0.0]: https://github.com/notiz-dev/scully-plugins/releases/releases/tag/@notiz/scully-plugin-rss@1.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

| Plugin | npm |
| ------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
7 changes: 5 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,8 @@
}
}
},
"defaultProject": "scully-plugins"
}
"defaultProject": "scully-plugins",
"cli": {
"analytics": false
}
}
Loading

0 comments on commit fbe9141

Please sign in to comment.