Skip to content

Commit 4a4613d

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.5.1...v2.0.0) (2025-02-25) ### ⚠ BREAKING CHANGES * return result from parseDuration ### Features * add asErr static method to Exception ([c693f80](c693f80)) * add extend method to ExceptionBuilder ([8b9e82e](8b9e82e)) * add infer method to exception ([fd407c7](fd407c7)) * add never type helpers ([c41c4f2](c41c4f2)) * add new forNonPositive static method ([ee3bef2](ee3bef2)) * add objectify function ([eda0085](eda0085)) * add static method createCoreException ([ba01022](ba01022)) * add ToAbstractConstructor ([a5ce7a0](a5ce7a0)) * add toErr on exception ([fa28e13](fa28e13)) * add ValueError ([5d1d1ea](5d1d1ea)) * allow function for message in error params ([8891cc8](8891cc8)) * finish OutOfRangeError ([a6a8ef6](a6a8ef6)) ### Bug Fixes * linting issues ([0a714d8](0a714d8)) ### Code Refactoring * return result from parseDuration ([71ba2cc](71ba2cc))
1 parent 78e6bf6 commit 4a4613d

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v1.5.1...v2.0.0) (2025-02-25)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* return result from parseDuration
8+
9+
### Features
10+
11+
* add asErr static method to Exception ([c693f80](https://github.com/DouglasNeuroInformatics/libjs/commit/c693f805707c7017985d6e45c53855797368c631))
12+
* add extend method to ExceptionBuilder ([8b9e82e](https://github.com/DouglasNeuroInformatics/libjs/commit/8b9e82e10e837e8c43cf95b9d2444ab25522b6df))
13+
* add infer method to exception ([fd407c7](https://github.com/DouglasNeuroInformatics/libjs/commit/fd407c71ea4d73dc7f83c7653d185ca7fb6c4af7))
14+
* add never type helpers ([c41c4f2](https://github.com/DouglasNeuroInformatics/libjs/commit/c41c4f2bf93408c9d61934741d67d725cc6bd144))
15+
* add new forNonPositive static method ([ee3bef2](https://github.com/DouglasNeuroInformatics/libjs/commit/ee3bef227c4c1b3872e7998bcc7cd7339903b97d))
16+
* add objectify function ([eda0085](https://github.com/DouglasNeuroInformatics/libjs/commit/eda0085ad96506e2b938b64dbd8c2215e16ae52b))
17+
* add static method createCoreException ([ba01022](https://github.com/DouglasNeuroInformatics/libjs/commit/ba010227a0cb72d3f3645e0903e2b2376689c173))
18+
* add ToAbstractConstructor ([a5ce7a0](https://github.com/DouglasNeuroInformatics/libjs/commit/a5ce7a0f9773b338db4bf8e71d3c7e3d8f973a44))
19+
* add toErr on exception ([fa28e13](https://github.com/DouglasNeuroInformatics/libjs/commit/fa28e13cd3dd5b97ca6b9ab61b2a8c47fcbeb76d))
20+
* add ValueError ([5d1d1ea](https://github.com/DouglasNeuroInformatics/libjs/commit/5d1d1eaea05177a608794a3e903f688715994ac4))
21+
* allow function for message in error params ([8891cc8](https://github.com/DouglasNeuroInformatics/libjs/commit/8891cc871f8517f46ea4a0e2d02411768219bbec))
22+
* finish OutOfRangeError ([a6a8ef6](https://github.com/DouglasNeuroInformatics/libjs/commit/a6a8ef6017ed25ec7e48df024fe5876bc8ab19b4))
23+
24+
### Bug Fixes
25+
26+
* linting issues ([0a714d8](https://github.com/DouglasNeuroInformatics/libjs/commit/0a714d80151deadf81ac5d6ed6f28134abd09cce))
27+
28+
### Code Refactoring
29+
30+
* return result from parseDuration ([71ba2cc](https://github.com/DouglasNeuroInformatics/libjs/commit/71ba2cc7ec21367ed833cc0fd48a0cb2b803c6ce))
31+
332
## [1.5.1](https://github.com/DouglasNeuroInformatics/libjs/compare/v1.5.0...v1.5.1) (2025-02-24)
433

534
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@douglasneuroinformatics/libjs",
33
"type": "module",
4-
"version": "1.5.1",
4+
"version": "2.0.0",
55
"packageManager": "[email protected]",
66
"description": "A collection of utility functions and types for Node.js and the browser",
77
"author": "Joshua Unrau",

0 commit comments

Comments
 (0)