-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected]
- Loading branch information
1 parent
f8785e4
commit d57d56b
Showing
55 changed files
with
4,728 additions
and
1,658 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.9.1](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25) | ||
|
||
**Note:** Version bump only for package @pacote/array | ||
|
||
# [0.9.0](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-06) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.7.2](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25) | ||
|
||
### Performance Improvements | ||
|
||
- ⚡️ faster add and lookup methods ([f8785e4](https://github.com/PacoteJS/pacote/commit/f8785e4d01a4ae71eeae32cbd344a99625276d87)) | ||
|
||
## [0.7.1](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-06) | ||
|
||
**Note:** Version bump only for package @pacote/bloom-filter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
{ | ||
"name": "@pacote/bloom-filter", | ||
"description": "Space-efficient probabilistic data structures.", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"sideEffects": false, | ||
"license": "MIT", | ||
"author": { | ||
"name": "Luís Rodrigues", | ||
"email": "[email protected]", | ||
"url": "https://goblindegook.com" | ||
}, | ||
"keywords": ["bloom filters"], | ||
"keywords": [ | ||
"bloom filters" | ||
], | ||
"repository": "github:PacoteJS/pacote", | ||
"bugs": { | ||
"url": "https://github.com/PacoteJS/pacote/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.17.6](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25) | ||
|
||
**Note:** Version bump only for package @pacote/bloom-search | ||
|
||
## [0.17.5](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-06) | ||
|
||
**Note:** Version bump only for package @pacote/bloom-search | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
{ | ||
"name": "@pacote/bloom-search", | ||
"description": "Document search using Bloom filters.", | ||
"version": "0.17.5", | ||
"version": "0.17.6", | ||
"sideEffects": false, | ||
"license": "MIT", | ||
"author": { | ||
"name": "Luís Rodrigues", | ||
"email": "[email protected]", | ||
"url": "https://goblindegook.com" | ||
}, | ||
"keywords": ["search", "bloom filters"], | ||
"keywords": [ | ||
"search", | ||
"bloom filters" | ||
], | ||
"repository": "github:PacoteJS/pacote", | ||
"bugs": { | ||
"url": "https://github.com/PacoteJS/pacote/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.4](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25) | ||
|
||
**Note:** Version bump only for package @pacote/computus | ||
|
||
## [2.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05) | ||
|
||
**Note:** Version bump only for package @pacote/computus | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
{ | ||
"name": "@pacote/computus", | ||
"description": "Determine the calendar date of the Easter holiday.", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"sideEffects": false, | ||
"license": "MIT", | ||
"author": { | ||
"name": "Luís Rodrigues", | ||
"email": "[email protected]", | ||
"url": "https://goblindegook.com" | ||
}, | ||
"keywords": ["easter", "computus"], | ||
"keywords": [ | ||
"easter", | ||
"computus" | ||
], | ||
"repository": "github:PacoteJS/pacote", | ||
"bugs": { | ||
"url": "https://github.com/PacoteJS/pacote/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.1](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25) | ||
|
||
**Note:** Version bump only for package @pacote/disposable | ||
|
||
# 0.1.0 (2024-10-05) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
{ | ||
"name": "@pacote/disposable", | ||
"description": "Create disposable resources for Explicit Resource Management.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"sideEffects": false, | ||
"license": "MIT", | ||
"author": { | ||
"name": "Luís Rodrigues", | ||
"email": "[email protected]", | ||
"url": "https://goblindegook.com" | ||
}, | ||
"keywords": ["async-dispose", "dispose", "explicit resource management"], | ||
"keywords": [ | ||
"async-dispose", | ||
"dispose", | ||
"explicit resource management" | ||
], | ||
"repository": "github:PacoteJS/pacote", | ||
"bugs": { | ||
"url": "https://github.com/PacoteJS/pacote/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.0.4](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25) | ||
|
||
**Note:** Version bump only for package @pacote/error | ||
|
||
## [3.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05) | ||
|
||
**Note:** Version bump only for package @pacote/error | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
{ | ||
"name": "@pacote/error", | ||
"description": "Functional errors.", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"sideEffects": false, | ||
"license": "MIT", | ||
"author": { | ||
"name": "Luís Rodrigues", | ||
"email": "[email protected]", | ||
"url": "https://goblindegook.com" | ||
}, | ||
"keywords": ["error", "fp", "functional programming"], | ||
"keywords": [ | ||
"error", | ||
"fp", | ||
"functional programming" | ||
], | ||
"repository": "github:PacoteJS/pacote", | ||
"bugs": { | ||
"url": "https://github.com/PacoteJS/pacote/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [7.0.4](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25) | ||
|
||
**Note:** Version bump only for package @pacote/ffetch | ||
|
||
## [7.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05) | ||
|
||
**Note:** Version bump only for package @pacote/ffetch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.0.4](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25) | ||
|
||
**Note:** Version bump only for package @pacote/flux-actions | ||
|
||
## [3.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05) | ||
|
||
**Note:** Version bump only for package @pacote/flux-actions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
{ | ||
"name": "@pacote/flux-actions", | ||
"description": "Typed actions and reducers for Flux and Flux-like architectures.", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"sideEffects": false, | ||
"author": { | ||
"name": "Luís Rodrigues", | ||
"email": "[email protected]", | ||
"url": "https://goblindegook.com" | ||
}, | ||
"keywords": ["flux", "redux", "actions", "reducers"], | ||
"keywords": [ | ||
"flux", | ||
"redux", | ||
"actions", | ||
"reducers" | ||
], | ||
"repository": "github:PacoteJS/pacote", | ||
"bugs": { | ||
"url": "https://github.com/PacoteJS/pacote/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.4](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25) | ||
|
||
**Note:** Version bump only for package @pacote/get-style | ||
|
||
## [2.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05) | ||
|
||
**Note:** Version bump only for package @pacote/get-style | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
{ | ||
"name": "@pacote/get-style", | ||
"description": "Get an element's computed style for the provided CSS property.", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"sideEffects": false, | ||
"license": "MIT", | ||
"author": { | ||
"name": "Luís Rodrigues", | ||
"email": "[email protected]", | ||
"url": "https://goblindegook.com" | ||
}, | ||
"keywords": ["css", "styles"], | ||
"keywords": [ | ||
"css", | ||
"styles" | ||
], | ||
"repository": "github:PacoteJS/pacote", | ||
"bugs": { | ||
"url": "https://github.com/PacoteJS/pacote/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.0.4](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25) | ||
|
||
**Note:** Version bump only for package @pacote/iff | ||
|
||
## [3.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05) | ||
|
||
**Note:** Version bump only for package @pacote/iff | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25) | ||
|
||
**Note:** Version bump only for package @pacote/immutable | ||
|
||
## [2.0.2](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05) | ||
|
||
**Note:** Version bump only for package @pacote/immutable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
{ | ||
"name": "@pacote/immutable", | ||
"description": "Immutable generic type.", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"sideEffects": false, | ||
"license": "MIT", | ||
"author": { | ||
"name": "Luís Rodrigues", | ||
"email": "[email protected]", | ||
"url": "https://goblindegook.com" | ||
}, | ||
"keywords": ["immutability"], | ||
"keywords": [ | ||
"immutability" | ||
], | ||
"repository": "github:PacoteJS/pacote", | ||
"bugs": { | ||
"url": "https://github.com/PacoteJS/pacote/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.4](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25) | ||
|
||
**Note:** Version bump only for package @pacote/is-plain-object | ||
|
||
## [2.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05) | ||
|
||
**Note:** Version bump only for package @pacote/is-plain-object | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
{ | ||
"name": "@pacote/is-plain-object", | ||
"description": "Checks whether the provided object is a plain JavaScript object.", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"sideEffects": false, | ||
"license": "MIT", | ||
"author": { | ||
"name": "Luís Rodrigues", | ||
"email": "[email protected]", | ||
"url": "https://goblindegook.com" | ||
}, | ||
"keywords": ["object"], | ||
"keywords": [ | ||
"object" | ||
], | ||
"repository": "github:PacoteJS/pacote", | ||
"bugs": { | ||
"url": "https://github.com/PacoteJS/pacote/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.0.9](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25) | ||
|
||
**Note:** Version bump only for package @pacote/jest-either | ||
|
||
## [5.0.8](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05) | ||
|
||
**Note:** Version bump only for package @pacote/jest-either | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.7.6](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-02-25) | ||
|
||
**Note:** Version bump only for package @pacote/linked-list | ||
|
||
## [0.7.5](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2024-10-05) | ||
|
||
**Note:** Version bump only for package @pacote/linked-list | ||
|
Oops, something went wrong.