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

Feature/nested query #35

Closed
wants to merge 9 commits into from
Closed

Feature/nested query #35

wants to merge 9 commits into from

Commits on Mar 12, 2019

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

Commits on Mar 19, 2019

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

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    6a37d9e View commit details
    Browse the repository at this point in the history
  2. chore(): bump rc version

    michaelyali committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    ade5664 View commit details
    Browse the repository at this point in the history
  3. chore(): build

    michaelyali committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    0e6df78 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. squash preview changes

    1. support query on nested fields
    2. add more swaggers
    Diluka committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    b63d4bb View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. bug fix

    fix(core): dynamic create class for inject must change name
    fix(swagger): add per_page alias
    fix(tslint): suppress warnings and errors
    Diluka committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    ac4eeb1 View commit details
    Browse the repository at this point in the history
  2. feature(paging): expose custom page-info creation

    1. page only when page param exists or return list like before
    2. page-info response can be custom
    3. `take` and `skip` distinguish `0` or `null` to decide if it is paging or listing
    4. override `decidePagination` method can make it always paging or listing
    Diluka committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    ba6d0e1 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update deps

    Diluka committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    4d7e43f View commit details
    Browse the repository at this point in the history