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

Support List options #25

Merged
merged 7 commits into from
May 12, 2016
Merged

Support List options #25

merged 7 commits into from
May 12, 2016

Commits on May 10, 2016

  1. Replace custom "url" serializer with go-querystring

    I think we hit the limit of our current implementation. We currently
    don't handle nested structures, whereas go-querystring provides the
    "same" feature but it also does.
    
    It was a nice game to create such custom `url:` handler, but it is
    worthless to make further changes as I end up reimplementing pretty
    much the same amount of code.
    weppos committed May 10, 2016
    Configuration menu
    Copy the full SHA
    aba2c96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4927054 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a388b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84a4622 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01fadaf View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Configuration menu
    Copy the full SHA
    3d616b1 View commit details
    Browse the repository at this point in the history
  2. sort is now sorting

    weppos committed May 11, 2016
    Configuration menu
    Copy the full SHA
    e533f64 View commit details
    Browse the repository at this point in the history