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

Sync v1.2.2 changes to main branch #487

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Sync v1.2.2 changes to main branch #487

wants to merge 12 commits into from

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    ad038d9 View commit details
    Browse the repository at this point in the history
  2. Release v2.0 "Space Is Only Noise"

    Changes since v1.1.2:
    
    - **BREAKING**: The minimum supported node version is now v8.
    - **BREAKING**: `._paging.total` and `._paging.totalPages` response properties are now returned as integers, not strings.
    - Bundled route handlers are now available for new first-party endpoints in WordPress 5.0.
    - The project now uses Jest and ESLint in place of Mocha, Chai, JSCS and JSHint. Thank you for your years of service, ["nyan" reporter](https://mochajs.org/#nyan)!
    - Browser bundle size has been reduced.
    
    Props @computamike.
    kadamwhite committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    71b1e2d View commit details
    Browse the repository at this point in the history
  3. Fix missing module li (#416)

    Fix #414
    jerolan authored and kadamwhite committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    dafddc4 View commit details
    Browse the repository at this point in the history
  4. Release v1.2.1 "Colomb"

    - Fix issue where `li` was improperly declared as a dev-only dependency
    
    props @el-lsan & @jerolan
    kadamwhite committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    1b0650f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2b6123 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac9a4fe View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Clarify supported Node versions are >= 8.6 or 8.2.1 --harmony

    @HoraceShmorace rightly comments that we have not made our conformance
    to semver (or lack thereof) clear, and the Node support matrix change
    in 1.2 constitutes an insufficiently-announced breaking change. This
    commit updates the README and CHANGELOG to clarify that this library
    will only run correctly on Node versions later than 8.2.1 `--harmony`,
    not simply any version of Node v8.
    
    Closes #419
    kadamwhite committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    f6fe753 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Fixed regexp for named route

    Alessandro Manias authored and kadamwhite committed May 10, 2021
    Configuration menu
    Copy the full SHA
    e51ec0e View commit details
    Browse the repository at this point in the history
  2. Fixed some copy an paste mistakes

    Alessandro Manias authored and kadamwhite committed May 10, 2021
    Configuration menu
    Copy the full SHA
    d6ca2cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7195506 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    216a057 View commit details
    Browse the repository at this point in the history
  5. Release v1.2.2 "Metaphorical Music"

    - Fix route match error with WordPress 5.5
    - Throw an error early when .file() is passed a Buffer without an accompanying name string
    
    Props @socrates77, @cungminh2710 & @mvhirsch
    kadamwhite committed May 10, 2021
    Configuration menu
    Copy the full SHA
    54d6444 View commit details
    Browse the repository at this point in the history