Skip to content

Commit f88d859

Browse files
Update CHANGELOG.md with comprehensive v17.2.1 improvements
- Document proto.js dependency removal (5.4MB bundle reduction) - Add new functions: normalize, parseQueryDetailed, fingerprint, isReady - Document memory management and error handling improvements - Note dependency cleanup and test suite reorganization - Follow existing CHANGELOG format and conventions Co-Authored-By: Dan Lynch <[email protected]>
1 parent f95b0d0 commit f88d859

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 17.2.1
2+
* Remove proto.js dependency (5.4MB bundle size reduction)
3+
* Add normalize() and normalizeSync() functions for SQL normalization
4+
* Add parseQueryDetailed() and parseQueryDetailedSync() with enhanced error reporting
5+
* Add fingerprint() and fingerprintSync() functions for query fingerprinting
6+
* Add isReady() function to check WASM module initialization status
7+
* Improve memory management and error handling in WASM wrapper
8+
* Remove unused dependencies (lodash, deasync, @launchql/protobufjs)
9+
* Split test suite into separate files for better organization
10+
* Update documentation with comprehensive function examples
11+
112
# 1.2.1
213
* Rename package
314

0 commit comments

Comments
 (0)