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: anonrig/fast-querystring
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: anonrig/fast-querystring
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 17 commits
  • 23 files changed
  • 4 contributors

Commits on Sep 15, 2022

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

Commits on Oct 10, 2022

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

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    9034bd3 View commit details
    Browse the repository at this point in the history
  2. perf: add fine grained benchmarks (#25)

    * add benchmarks
    
    * adapt changes for fast-querystring
    
    * update package-lock.yaml
    
    * Apply suggestions from code review
    
    Co-authored-by: Yagiz Nizipli <yagiz@nizipli.com>
    
    Co-authored-by: Yagiz Nizipli <yagiz@nizipli.com>
    Uzlopak and anonrig authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    19336b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. add test cases for utf16 characeters

    Uzlopak authored and anonrig committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    8a5ea55 View commit details
    Browse the repository at this point in the history
  2. perf: 15 % better perf for number to string, avoid intermediate Math.…

    …abs, use implicit number to string coercion (#28)
    
    * avoid intermediate Math.abs
    
    * format code
    
    * use implicit conversion of numbers
    Uzlopak authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    79037c7 View commit details
    Browse the repository at this point in the history
  3. perf: use pre calculated utf16 table (#29)

    * add benchmarks
    
    * adapt changes for fast-querystring
    
    * update package-lock.yaml
    
    * use precalculated utf16 table
    Uzlopak authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    14af35b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e98edf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. chore: update dependencies

    anonrig committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    10e25de View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. add dependabot.yml

    switch to npm
    Uzlopak authored and anonrig committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    2966db5 View commit details
    Browse the repository at this point in the history
  2. rome uses post-install scripts

    Uzlopak authored and anonrig committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    f4ee455 View commit details
    Browse the repository at this point in the history
  3. update rome

    Uzlopak authored and anonrig committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    b594edd View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump query-string from 7.1.3 to 8.1.0

    Bumps [query-string](https://github.com/sindresorhus/query-string) from 7.1.3 to 8.1.0.
    - [Release notes](https://github.com/sindresorhus/query-string/releases)
    - [Commits](sindresorhus/query-string@v7.1.3...v8.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: query-string
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and anonrig committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    ea636d0 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump @vitest/coverage-c8 from 0.23.4 to 0.26.3

    Bumps [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) from 0.23.4 to 0.26.3.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v0.26.3/packages/coverage-c8)
    
    ---
    updated-dependencies:
    - dependency-name: "@vitest/coverage-c8"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and anonrig committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    312f3ea View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump vitest from 0.23.4 to 0.26.3

    Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.23.4 to 0.26.3.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v0.26.3/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: vitest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and anonrig committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    93c9da4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. test typescript interop

    Uzlopak authored and anonrig committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    4b96311 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.1.0

    anonrig committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    054f961 View commit details
    Browse the repository at this point in the history
Loading