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

Add heterogeneous helper functions and restructure internals #33

Merged
merged 25 commits into from
Oct 22, 2018

Commits on Sep 11, 2018

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

Commits on Sep 12, 2018

  1. Restructure

    thomashoneyman committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    acdeb76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d6d733 View commit details
    Browse the repository at this point in the history
  3. Add get* functions

    thomashoneyman committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    1e712dc View commit details
    Browse the repository at this point in the history
  4. Remove redundant code

    thomashoneyman committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    d96dec6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e857ef4 View commit details
    Browse the repository at this point in the history
  6. Add variant handling

    thomashoneyman committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    1a13afa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2cbcf5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Merge master

    thomashoneyman committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    cb0d682 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

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

Commits on Oct 19, 2018

  1. Configuration menu
    Copy the full SHA
    0811a64 View commit details
    Browse the repository at this point in the history
  2. Minor tweak

    thomashoneyman committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    e2bb588 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0efcb0d View commit details
    Browse the repository at this point in the history
  4. Update tests.

    thomashoneyman committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    f02ba82 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2018

  1. Add ability to set or modify input values, instead of only set. Restr…

    …ucture modules to more accurately reflect names and uses of functions and for clarity.
    thomashoneyman committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    fa47ac6 View commit details
    Browse the repository at this point in the history
  2. Update examples

    thomashoneyman committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    742a938 View commit details
    Browse the repository at this point in the history
  3. Update tests

    thomashoneyman committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    0089c54 View commit details
    Browse the repository at this point in the history
  4. oops

    thomashoneyman committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    3152dbd View commit details
    Browse the repository at this point in the history
  5. Add support for setting / modifying all fields of a form at once (#35)

    * Added helper queries for all public queries. Added SetAll and ModifyAll functions. Broke something...
    
    * Fix instances
    
    * Update examples. Rename replaceInputs to initialize to better reflect its purpose and function.
    
    * Fix formatting
    
    * Add wrapInputFunctions helper function. Add documentation to wrap* and unwrap* helpers.
    thomashoneyman committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    0fbdfe8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #34 from thomashoneyman/modify-set

    Add ability to set or modify input values, instead of only set.
    thomashoneyman committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    73e4a89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d802a82 View commit details
    Browse the repository at this point in the history
  8. Update readme

    thomashoneyman committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    1a4da88 View commit details
    Browse the repository at this point in the history
  9. Update readme.md

    thomashoneyman committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    bf6530b View commit details
    Browse the repository at this point in the history
  10. Update readme.md

    thomashoneyman committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    581326c View commit details
    Browse the repository at this point in the history
  11. Update readme.md

    thomashoneyman committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    35d7e21 View commit details
    Browse the repository at this point in the history