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: ashblue/fluid-dialogue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: ashblue/fluid-dialogue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 3 commits
  • 19 files changed
  • 2 contributors

Commits on Jan 1, 2020

  1. feat(conditions): added ability to access the parent node

    Allows for data specific condition logic such as did this node already run or looking for specific
    meta data.
    
    BREAKING CHANGE: Any existing custom conditions will need to convert `OnGetIsValid()` to
    `OnGetIsValid(INode parent)`
    ashblue committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    d4e7461 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    ashblue committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    d0acf31 View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.0.0 [skip ci]

    # [2.0.0](v1.2.0...v2.0.0) (2020-01-01)
    
    ### Features
    
    * **conditions:** added ability to access the parent node ([d4e7461](d4e7461))
    
    ### BREAKING CHANGES
    
    * **conditions:** Any existing custom conditions will need to convert `OnGetIsValid()` to
    `OnGetIsValid(INode parent)`
    semantic-release-bot committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    985cded View commit details
    Browse the repository at this point in the history
Loading