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: vic/params
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: vic/params
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.3
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Dec 18, 2016

  1. add ex_doc dep

    vic committed Dec 18, 2016
    Copy the full SHA
    b8451e5 View commit details
  2. Copy the full SHA
    5e786f6 View commit details
  3. Update CHANGELOG.md

    vic authored Dec 18, 2016
    Copy the full SHA
    4246ce8 View commit details

Commits on Dec 19, 2016

  1. Update CHANGELOG.md

    vic authored Dec 19, 2016
    Copy the full SHA
    e4284f5 View commit details

Commits on Feb 20, 2017

  1. Fix ambiguity warnings (#18)

    astery authored and vic committed Feb 20, 2017
    Copy the full SHA
    d09efb6 View commit details
  2. Copy the full SHA
    c2fda8f View commit details
  3. Looking for maintainer.

    vic authored Feb 20, 2017
    Copy the full SHA
    ee948a4 View commit details

Commits on Jul 14, 2017

  1. Fix Dialyzer warnings for Elixir 1.4/OTP 20 (#21)

    After running Dialyzer on OTP 20, following warning have been emitted:
    ```
    :0: Unknown type 'Elixir.Map':t/0
    :0: Unknown type 'Elixir.Struct':t/0
    lib/params.ex:198: Function defaults/2 will never be called
    ```
    
    This commit fixes those warnings and also removes unused
    auto-generated `defaults/2` function.
    take-five authored and vic committed Jul 14, 2017
    Copy the full SHA
    b820d1e View commit details

Commits on Jul 17, 2017

  1. v2.0.3

    vic committed Jul 17, 2017
    Copy the full SHA
    364e9c9 View commit details
Loading