nhb-toolbox 4.14.9-beta.3 → 4.14.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,10 +6,14 @@ All notable changes to the package will be documented here.
6
6
 
7
7
  ---
8
8
 
9
+ ## [4.14.4-9] - 2025-08-16
10
+
11
+ - **Fixed** minor _internal issues_ and **updated** JSDoc for `Pluralizer`.
12
+
9
13
  ## [4.14.4-8] - 2025-08-13 - 2025-08-14
10
14
 
11
15
  - **Updated** internal logic of `convertStringCase` utility, added new `options` parameter.
12
- - **Fixed** multiple internal issues and JSDoc; Optimized internal logic.
16
+ - **Fixed** multiple _internal issues_ and JSDoc; Optimized internal logic.
13
17
 
14
18
  ## [4.14.1-3] - 2025-08-11 - 2025-08-12
15
19
 
@@ -21,7 +25,7 @@ All notable changes to the package will be documented here.
21
25
 
22
26
  ## [4.13.11] - 2025-08-06
23
27
 
24
- - **Fixed** an issue with `getZodiacSign` method in `Chronos` that could not return correct *Vedic* sign.
28
+ - **Fixed** an issue with `getZodiacSign` method in `Chronos` that could not return correct _Vedic_ sign.
25
29
 
26
30
  ## [4.13.10] - 2025-08-02
27
31
 
@@ -188,7 +192,7 @@ All notable changes to the package will be documented here.
188
192
 
189
193
  ### 🕧 Updates for Chronos
190
194
 
191
- - **Reduced** bloat by moving *rarely used* `Chronos` methods to plugin system.
195
+ - **Reduced** bloat by moving _rarely used_ `Chronos` methods to plugin system.
192
196
  - **Changed** plugin import paths as `import { somePlugin } from nhb-toolbox/plugins/somePlugin` format so the users can assume the path easily.
193
197
  - **Updated** parameter type for `isBusinessHour` method: instead of multiple parameters can accept one options object now.
194
198
 
@@ -295,5 +299,5 @@ All notable changes to the package will be documented here.
295
299
  ### Improved
296
300
 
297
301
  - 🌲 Full **tree-shaking support** for ESM builds (CommonJS remains unaffected).
298
- - 🌲 *From the beginning the library was tree-shakable* but now it's **properly tree-shakable** for ESM builds.
302
+ - 🌲 _From the beginning the library was tree-shakable_ but now it's **properly tree-shakable** for ESM builds.
299
303
  - 📦 CommonJS (`cjs`) build remains unaffected and stable.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nhb-toolbox",
3
- "version": "4.14.9-beta.3",
3
+ "version": "4.14.9",
4
4
  "description": "A versatile collection of smart, efficient, and reusable utility functions and classes for everyday development needs.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",