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

refactor: evaluate RuleElements with @sindresorhus/ow#isValid #101

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 25, 2019

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

Commits on Aug 26, 2019

  1. chore(package): clean dependencies

    Update dev-dependencies:
    
    1.  [email protected] --save-dev
    2.  [email protected] --save-dev
    3.  [email protected] --save-dev
    
    Remove unused dev and prod dependencies.
    
    \#97
    gregswindle committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    0643ce9 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Configuration menu
    Copy the full SHA
    ea5711f View commit details
    Browse the repository at this point in the history
  2. refactor(package): replace lodash.hasin

    Replace module lodash.hasin (4 KB) with private
    function objectHasPropertyName (500 B)
    
    #97
    gregswindle committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    035db0f View commit details
    Browse the repository at this point in the history
  3. refactor(method-count): remove extra functions

    - Remove ArrayVariable.prototype.isNonEmpty
    - Rename Proposition results' names to match their
      operator method names.
    
    #103
    gregswindle committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    c1e412f View commit details
    Browse the repository at this point in the history
  4. refactor(function): move function up

    Move up function assignTypeTo for reuse.
    
    #97
    gregswindle committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    b8629f2 View commit details
    Browse the repository at this point in the history