@navios/adapter-xml 0.9.0 → 1.0.0-alpha.2

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 CHANGED
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.0-alpha.2] - 2026-01-07
9
+
10
+ ### Changed
11
+
12
+ - **Simplified XmlStreamParams Type**: Refactored `XmlStreamParams<T>` type to use new `RequestArgs` and `Simplify` types from `@navios/builder`
13
+ - Cleaner type inference with support for `urlParamsSchema`
14
+ - Server-side handlers receive `z.output` types (parsed/transformed values)
15
+ - **Updated XmlStream Decorator**: Completely refactored to use `BaseEndpointOptions` from `@navios/builder`
16
+ - Multiple overloads for handlers with/without parameters and reply object
17
+ - Better type inference for endpoint parameters
18
+ - Improved JSDoc documentation
19
+ - **Updated declareXmlStream Function**: Now uses `StreamHandler` type from `@navios/builder`
20
+ - Returns properly typed handler with config attached
21
+ - Better integration with endpoint declaration patterns
22
+ - **New XmlStreamConfig Interface**: Separated config types for better type composition
23
+ - `XmlStreamConfig` extends `BaseEndpointOptions` with XML-specific options
24
+ - `BaseXmlStreamConfig` for backward compatibility with explicit type parameters
25
+
26
+ ### Dependencies
27
+
28
+ - Updated to support `@navios/core` ^1.0.0-alpha.2
29
+ - Updated to support `@navios/builder` ^1.0.0-alpha.2
30
+
8
31
  ## [0.9.0] - 2025-12-23
9
32
 
10
33
  ### Dependencies