Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudinary-community/gatsby-source-cloudinary Loading
base: v0.2.0
Choose a base ref
...
head repository: cloudinary-community/gatsby-source-cloudinary Loading
compare: v0.3.0
Choose a head ref
  • 8 commits
  • 21 files changed
  • 3 contributors

Commits on Sep 26, 2022

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

Commits on Sep 27, 2022

  1. chore: add test framework (#42)

    Part of #38 and #11
    raae committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    c810e80 View commit details
    Browse the repository at this point in the history
  2. chore: add semantic release (#43)

    Closes #38
    raae committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    f83b6c3 View commit details
    Browse the repository at this point in the history
  3. chore: fix semantic-release env (#44)

    fixes #38
    raae committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    d0d11b0 View commit details
    Browse the repository at this point in the history
  4. feat: validation of plugin options (#45)

    Validation of plugin options through the use of Gatsby Node API's `pluginOptionsSchema`.
    
    closes #39
    olavea committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    5ca373b View commit details
    Browse the repository at this point in the history
  5. fix: incorrect plugin option (type) validation (#46)

    `type` was documented with "all" as the default value. This is the
    correct mental model as an empty `type` will result in fetching all
    types, but setting it to the string "all" will result it an error.
    
    fixes #39
    raae committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    47d113a View commit details
    Browse the repository at this point in the history
  6. chore: fix semantic-release package problem (#47)

    Having `react-test-renderer` as a dev dependency in root cause problems
    with `react` peer dependencies when releasing. Moved it into `demo` as a
    work around.
    
    part of #38
    raae committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b6453cb View commit details
    Browse the repository at this point in the history
  7. chore(release): 0.3.0 [skip ci]

    # [0.3.0](v0.2.0...v0.3.0) (2022-09-27)
    
    ### Bug Fixes
    
    * incorrect plugin option (type) validation ([#46](#46)) ([47d113a](47d113a)), closes [#39](#39)
    
    ### Features
    
    * validation of plugin options ([#45](#45)) ([5ca373b](5ca373b)), closes [#39](#39)
    semantic-release-bot committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    03f7638 View commit details
    Browse the repository at this point in the history
Loading