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

Introduce append(), prepend(), push(), unshift() #108

Merged
merged 11 commits into from
Nov 9, 2022
Merged

Commits on Nov 7, 2022

  1. Introduce append(), prepend(), push(), unshift()

    Fixes #103
    Fixes #107
    Fixes #106
    sanmai committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0d3f3ae View commit details
    Browse the repository at this point in the history
  2. Add tests

    sanmai committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    bc7e7ca View commit details
    Browse the repository at this point in the history
  3. Skip some tests on PHP 7

    sanmai committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2981eba View commit details
    Browse the repository at this point in the history
  4. Remove error silencing

    sanmai committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e90d579 View commit details
    Browse the repository at this point in the history
  5. More robust skipping

    sanmai committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a72fd09 View commit details
    Browse the repository at this point in the history
  6. Bump PHP version

    sanmai committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    9f6a817 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Lower the MSI for time being

    sanmai committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    dd8734f View commit details
    Browse the repository at this point in the history
  2. Fixed static function

    sanmai committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    56ec402 View commit details
    Browse the repository at this point in the history
  3. More fixed static methods

    sanmai committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    42cb69e View commit details
    Browse the repository at this point in the history
  4. Extend documentation

    sanmai committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    08d4d34 View commit details
    Browse the repository at this point in the history
  5. Suppress an issue

    sanmai committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0083dc9 View commit details
    Browse the repository at this point in the history