Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(v2): enable feeds by default in blog plugin #3842

Merged
merged 7 commits into from
Dec 10, 2020

Commits on Nov 29, 2020

  1. Configuration menu
    Copy the full SHA
    38af5f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. feat(v2): enable feeds by default

    committing a failed attempt for review
    cindygu4 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    4f3199a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    7f18351 View commit details
    Browse the repository at this point in the history
  2. feat(v2): enable feeds by default in blog plugin

    - allow validation to work with arrays syntax
    - using DEFAULT_OPTIONS.feedOptions.type instead
    cindygu4 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    9d2fe88 View commit details
    Browse the repository at this point in the history
  3. feat(v2): enable feeds by default in blog plugin

    - added documentation for feedOptions
    cindygu4 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    612687f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. feat(v2): enable feeds by default

    Merging master to check unit tests
    cindygu4 committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    7ce4fec View commit details
    Browse the repository at this point in the history
  2. feat(v2): enable feeds by default in blog plugin

    - modified implementation to allow feeds to be disable without error
    - added unit test to ensure type: null leads to type: null after
      validation
    - added documentation to explain how to disable feed generation
    cindygu4 committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    0e25e50 View commit details
    Browse the repository at this point in the history