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

Merge develop into master #115

Merged
merged 6 commits into from
Jul 30, 2020
Merged

Merge develop into master #115

merged 6 commits into from
Jul 30, 2020

Commits on Apr 5, 2020

  1. feat(action): Allow creating an action without any overrides

    allow creating an action without any overrides (#102)
    Inspired by @snmishra. Allow creating an action without specifying overrides to the parameters passed in during createActions.
    jkeam committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    3c8d8c7 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Update third party dependencies

    update third party libs (#103)
    jkeam committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    4521593 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Handle numbers in action/type names (#99)

    Handle numbers in action names as if they were lowercase letters or subsequent capital letters, e.g:
    
    storeS3Key -> STORE_S3_KEY
    usePython3Instead -> USE_PYTHON3_INSTEAD
    
    * createActions: Handle numbers in actions/types (tests)
    
    * Add an install command
    
    so I can use this from the git repo.
    
    * Maybe prepare instead of install?
    
    * Revert "Add an install command"
    
    This reverts commit f20dea2.
    
    Co-authored-by: Jonathan Keam <jpkeam@gmail.com>
    Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
    3 people committed May 25, 2020
    Configuration menu
    Copy the full SHA
    99ee68b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

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

Commits on Jul 30, 2020

  1. chore(dependencies): update as per allowed by package json (#113)

    chore(dependencies): Update dependencies as allowed by the package.json
    
    Update dependencies without touching the package.json file.
    jkeam committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    280571c View commit details
    Browse the repository at this point in the history
  2. docs(readme): update readme with release notes (#114)

    docs(readme): update readme with release notes
    jkeam committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    80ef0f7 View commit details
    Browse the repository at this point in the history