Skip to content

7.0.2: Filter feed items without dates

Compare
Choose a tag to compare
@bensmithett bensmithett released this 05 Aug 00:23
8d7988f

Changes

See #18

Filters collection items out of the JSON Feed if they don't have a valid date.

Upgrade instructions (more info)

Merge upstream changes

First, configure this repo as a remote for your repo (you only need to do this once)

  git remote add template https://github.com/bensmithett/tropical.git

Then fetch & merge the latest changes, resolving any conflicts manually:

git fetch template
git merge template/master

or...

Manually update your code

See the change diff here: https://github.com/bensmithett/tropical/pull/18/files?w=1

  • Add the filter
  • Replace new Date with dayjs