@juspay/neurolink 9.88.6 → 9.88.8
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.
- package/CHANGELOG.md +12 -0
- package/dist/browser/neurolink.min.js +287 -287
- package/dist/lib/utils/csvProcessor.js +73 -8
- package/dist/lib/utils/fileDetector.js +28 -3
- package/dist/utils/csvProcessor.js +73 -8
- package/dist/utils/fileDetector.js +28 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [9.88.8](https://github.com/juspay/neurolink/compare/v9.88.7...v9.88.8) (2026-07-15)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **(csv):** BOM stripping, input validation, stream cleanup, quoted-comma header ([3cdecf4](https://github.com/juspay/neurolink/commit/3cdecf4fc3dad15e340fafbdf265664e80e22996)), closes [#374](https://github.com/juspay/neurolink/issues/374) [#385](https://github.com/juspay/neurolink/issues/385) [#371](https://github.com/juspay/neurolink/issues/371) [#375](https://github.com/juspay/neurolink/issues/375)
|
|
6
|
+
|
|
7
|
+
## [9.88.7](https://github.com/juspay/neurolink/compare/v9.88.6...v9.88.7) (2026-07-15)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **(csv):** quote-aware delimiter detection + quality-weighted confidence ([a1a73d9](https://github.com/juspay/neurolink/commit/a1a73d9efc007a3d17f2a55938b8157695b19f33)), closes [#299](https://github.com/juspay/neurolink/issues/299)
|
|
12
|
+
|
|
1
13
|
## [9.88.6](https://github.com/juspay/neurolink/compare/v9.88.5...v9.88.6) (2026-07-15)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|