Skip to content

Commit

Permalink
Merge pull request #1792 from belgattitude/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
belgattitude authored Jan 1, 2025
2 parents 35a84a2 + 1db4b02 commit b751ad3
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 33 deletions.
30 changes: 0 additions & 30 deletions .changeset/fifty-pumpkins-shave.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/nextjs-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @examples/nextjs-app

## 0.1.95

### Patch Changes

- Updated dependencies [[`946f440`](https://github.com/belgattitude/httpx/commit/946f4400576ccc72f1b3c9fa140e84ea82e0e997)]:
- @httpx/plain-object@2.0.4
- @httpx/treeu@0.4.8

## 0.1.94

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/nextjs-app",
"version": "0.1.94",
"version": "0.1.95",
"type": "module",
"private": true,
"scripts": {
Expand Down
31 changes: 31 additions & 0 deletions packages/plain-object/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @httpx/plain-object

## 2.0.4

### Patch Changes

- [#1791](https://github.com/belgattitude/httpx/pull/1791) [`946f440`](https://github.com/belgattitude/httpx/commit/946f4400576ccc72f1b3c9fa140e84ea82e0e997) Thanks [@belgattitude](https://github.com/belgattitude)! - Update comparative benchmarks with latest versions.

```
RUN v2.1.8
✓ bench/comparative.bench.ts (7) 5774ms
✓ Compare calling isPlainObject with 110x mixed types values (7) 5773ms
name hz min max mean p75 p99 p995 p999 rme samples
· "@httpx/plain-object": `isPlainObject(v)` 1,395,419.02 0.0006 1.8273 0.0007 0.0007 0.0012 0.0013 0.0022 ±1.01% 697710 fastest
· "is-plain-obj":"4.1.0": 'isPlainObj(v)' 1,308,696.50 0.0006 1.0286 0.0008 0.0007 0.0013 0.0013 0.0022 ±0.71% 654349
· "@sindresorhus/is":"7.0.1": 'is.plainObject(v)' 780,257.18 0.0011 0.9150 0.0013 0.0012 0.0024 0.0025 0.0073 ±0.56% 390129
· "es-toolkit":"1.31.0": 'isPlainObject(v)' 1,077,076.98 0.0007 2.5125 0.0009 0.0008 0.0016 0.0017 0.0118 ±1.46% 538539
· "redux":"5.0.1": 'isPlainObject(v)' 473,750.80 0.0017 0.9967 0.0021 0.0019 0.0034 0.0038 0.0197 ±0.70% 236878
· "is-plain-object":"5.0.0": 'isPlainObject(v)' 569,808.67 0.0014 2.0280 0.0018 0.0016 0.0031 0.0033 0.0199 ±1.25% 284905
· lodash-es:"4.17.21": '_.isPlainObject(v)' 19,551.73 0.0452 1.2833 0.0511 0.0473 0.1073 0.1498 0.3331 ±0.96% 9776 slowest
BENCH Summary
"@httpx/plain-object": `isPlainObject(v)` - bench/comparative.bench.ts > Compare calling isPlainObject with 110x mixed types values
1.07x faster than "is-plain-obj":"4.1.0": 'isPlainObj(v)'
1.30x faster than "es-toolkit":"1.31.0": 'isPlainObject(v)'
1.79x faster than "@sindresorhus/is":"7.0.1": 'is.plainObject(v)'
2.45x faster than "is-plain-object":"5.0.0": 'isPlainObject(v)'
2.95x faster than "redux":"5.0.1": 'isPlainObject(v)'
71.37x faster than lodash-es:"4.17.21": '_.isPlainObject(v)'
```

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plain-object/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@httpx/plain-object",
"description": "Fast and lightweight utility functions to check if a value is a plain object.",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",
"author": {
"name": "Vanvelthem Sébastien",
Expand Down
7 changes: 7 additions & 0 deletions packages/treeu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @httpx/treeu

## 0.4.8

### Patch Changes

- Updated dependencies [[`946f440`](https://github.com/belgattitude/httpx/commit/946f4400576ccc72f1b3c9fa140e84ea82e0e997)]:
- @httpx/plain-object@2.0.4

## 0.4.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/treeu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@httpx/treeu",
"description": "Tree utilities",
"version": "0.4.7",
"version": "0.4.8",
"license": "MIT",
"author": {
"name": "Vanvelthem Sébastien",
Expand Down

0 comments on commit b751ad3

Please sign in to comment.