yinzerflow 0.6.10 → 0.6.12

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 ADDED
@@ -0,0 +1,84 @@
1
+ # Changelog
2
+
3
+ All notable changes to YinzerFlow will be documented in this file.
4
+
5
+ ## [0.6.12] - 2026-02-20
6
+
7
+ - ♻️ refactor(YinzerFlow): improve code formatting (c05d3dd)
8
+ - ♻️ refactor(YinzerFlow): extract TCP reassembly helpers (ff98cd1)
9
+ - 🔧 chore(build): remove custom build script (112efc4)
10
+ - 🔧 chore: update state doc, remove build cmd (877c81b)
11
+ - ♻️ refactor(publish): inline build steps (ff0f22e)
12
+ - ♻️ refactor(YinzerFlow): improve code consistency (296d8fd)
13
+ - 🔧 chore(build): include changelog in dist (e90c812)
14
+ - ♻️ refactor(publish): move npm check post-version (7ddd8ff)
15
+ - 🐛 fix(publish): allow env override in npm login (8466287)
16
+ - ♻️ refactor(publish): allow interactive npm login (03e66fa)
17
+ - 🔧 chore: add release automation script (87609fc)
18
+ - ♻️ refactor(build-scripts): consolidate scripts (918a87c)
19
+ - 🔧 chore: consolidate docs into .claude/ plans (0a4478c)
20
+ - ♻️ refactor(YinzerFlow): handle TCP stream reassembly (3a8abf3)
21
+ - ♻️ refactor(cors): optimize validation and improve (8ead380)
22
+ - ✨ feat(cors): add comprehensive CORS middleware with security-first implementation (c830e60)
23
+ - 📚 docs(docs): mark type standardization and hook system phases complete (4e1776e)
24
+ - ✨ feat(cors): export corsHook for external application integration (15882fc)
25
+ - ♻️ refactor(setup): move CORS configuration merging to CorsConfig class (46f33a6)
26
+ - ✨ feat(core): add beforeRouting hooks for pre-routing middleware (b7a02e3)
27
+ - ♻️ refactor(execution): replace direct CORS handling with hook-based approach (ac2fcd2)
28
+ - ✨ feat(hooks): add beforeRouting hook phase for pre-routing middleware (4fed224)
29
+ - ai(docs): add comprehensive documentation standards for YinzerFlow (4bfca9c)
30
+ - ♻️ refactor(parseIpAddress): rename type to InternalIpSecurityOptions (08bf84c)
31
+ - 🔧 chore(cursor): rename ServerConfiguration to ServerOptions in docs (7a3dd9b)
32
+ - 📚 docs(docs): add IP security CDN support and implementation roadmap (4fa23bc)
33
+ - ♻️ refactor(execution): rename configuration types to use Options suffix (311ea46)
34
+ - refactor(types): rename CORS Configuration to Options (f2769a2)
35
+ - refactor(types): rename ServerConfiguration to ServerOptions (b91644f)
36
+ - 📚 docs(docs): expand feature planning with granular body parser controls (89db5df)
37
+ - 🔧 chore(package): bump version to 0.6.11 (e0e1e7f)
38
+ - 🐛 fix(exports): expose Cookies type for external consumption (d1bc605)
39
+ - ♻️ refactor(core): use proper type imports for internal CORS and cookies (9c15345)
40
+ - ♻️ refactor(typedefs): extract inline cookies interface to dedicated type (4a77d63)
41
+ - 🔧 chore(cors): make CORS enabled configuration partially optional (d970b7d)
42
+ - ai: bump version to 0.6.9 and fix documentation typo (efdf5e4)
43
+ - ✨ feat(cors): rename CorsConfiguration to CorsOptions for consistency (cb639ae)
44
+ - asdf (d83100f)
45
+ - ✨ feat(Configuration): add BodyParserOptions type for middleware configuration (d3a063e)
46
+ - 🔧 chore(verification): remove Google site verification file (1eaf71b)
47
+ - 🔧 chore: add Google site verification file (9d98e03)
48
+ - 📚 docs(docs): update cookie-parser maxAge examples to support TimeString (d68c557)
49
+ - ✨ feat(cookieParser): add TimeString support for maxAge option (530b610)
50
+ - 🧪 test: add comprehensive cookie parser test suite (46e7a85)
51
+ - ✨ feat(cookies): add cookie parsing and signing support (c97b92c)
52
+ - 🔧 chore: bump version to 0.5.6 and update Redis deps (08e7896)
53
+ - 🐛 fix(ratelimiter): update Redis client type import (06b7b12)
54
+ - 🐛 fix: exclude peer dependencies from bundle (3340419)
55
+ - 🐛 fix: correct sliding window reset and Redis TTL handling (2d8c227)
56
+ - 🔧 chore(packagejson): bump version from 0.5.1 to 0.5.2 (a895adb)
57
+ - 🐛 fix(ratelimiter): preserve TTL when updating existing keys to fix race condition (f1fc1cd)
58
+ - ♻️ refactor(rate limit): improve type safety with generic handlers (91e8d20)
59
+ - 🔧 chore: add millisecond support to Redis retry delay (ef08787)
60
+ - 📚 docs(ratelimiting): add Redis store configuration and examples (49980a1)
61
+ - ✨ feat(ratelimiter): add Redis store support for distributed rate limiting (0117dca)
62
+ - 📚 docs(docs/ratelimiter): expand documentation template with comprehensive standards (1635207)
63
+ - 🐛 fix(request): change query parameter type from string to unknown (ed316d1)
64
+ - ✨ feat(logs): add table method for structured data display (285e8ec)
65
+ - 🔧 chore(format): remove trailing blank line from index.ts (26e2c86)
66
+ - ✨ feat(constants): export color, HTTP, and log constants (92fdb62)
67
+ - ♻️ refactor(request handler): fix hooks not returning when defined and improve readability (44ded8d)
68
+ - ♻️ refactor(route groups): use public RouteGroup type instead of internal (d83e000)
69
+ - ``` ♻️ refactor: clean up logging tests and remove whitespace (1e9c648)
70
+ - ♻️ refactor(core): consolidate network logging into single utility (37bd039)
71
+ - 🔧 chore(validation): add runtime validation for hook handler arrays (8b587b7)
72
+ - 📚 docs: add comprehensive JSDoc for YinzerFlow class (1339b18)
73
+ - 📚 docs: add explanation of state data storage capability in ContextImpl (488eb4a)
74
+ - ♻️ refactor(route setup): extract common route utilities and fix default handling (e73a422)
75
+ - ✨ feat(groups): implement nested route groups with inheritance (2f73280)
76
+ - ♻️ refactor(types): extract RouteGroup type from group method signature (919f3d5)
77
+ - 📚 docs: reorganize advanced configuration and add draft patterns guide (4bff461)
78
+ - 🐛 fix: standardize error handling and logging (6020c24)
79
+ - ♻️ refactor(request handling): move route matching to handler phase (164c446)
80
+ - 🐛 fix(types): add generic type parameter to HandlerCallback (fec562a)
81
+ - 📚 docs: add comprehensive README with quick start guide (32d90e1)
82
+ - 🐛 fix(package): correct homepage URL format in package.json (90ff24e)
83
+ - 🔧 chore: update package.json homepage to docs link (e1790fd)
84
+ - v2 first commit (288eaf4)