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: fortunejs/fortune-json-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.0
Choose a base ref
...
head repository: fortunejs/fortune-json-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.1
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 16, 2020

  1. Bump acorn from 7.1.0 to 7.1.1 (#70)

    Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@7.1.0...7.1.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    b392bc1 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. suppress invalid filters

    gr0uch committed May 25, 2020
    Configuration menu
    Copy the full SHA
    70db2c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Feature/wip filtering relationship (#73)

    * Attempt to allow fuzzy-match filter in json-api
    
    Notes
    -----
    Regarding integration into fortune.js
    
    I am unsure what field of request.options may be used.
    As I understand it, Adapter.find leaves the possibility of extra
    fields on the options object unspecified. Therefore, I added the
    fuzzyMatch on the ptions object.
    
    Regarding validity JSON:API
    
    Filtering is relatively unspecified. As such, I assume the extra filter
    type is legal.
    
    * WIP: first version filtering relationships
    
    * abstract away filter parsing.
    
    * fix with auto lint fix
    
    * further linting tests
    
    * bugfix exception handling
    
    * added a unitest. Note:
    
    - It relies on a unrelease version of fortune.js to make it run.
    cecemel authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    d721070 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Feb 12, 2024

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