Loading
Commits on Source 54
-
Merzough Münker authored
- Adjusted `captureConsoleIntegration` to only log 'error' levels to refine logging behavior.
-
Merzough Münker authored
- Added `providedIn: 'root'` and a factory function returning `false` for `RXAP_ERROR_DIALOG_DISABLED` token.
-
Merzough Münker authored
- @rxap/ngx-error@19.2.0-dev.1 - @rxap/ngx-sentry@19.2.0-dev.1
-
Merzough Münker authored
- Introduced `ELEMENT_REGISTRY` to maintain a map of registered tags and their associated classes. - Added a warning log when attempting to register a duplicate tag, enhancing error handling.
-
Merzough Münker authored
- @rxap/schematics-xml-parser@19.0.5-dev.15 - @rxap/xml-parser@16.3.0-dev.11
-
Merzough Münker authored
- Integrated `applyElementNamespaceMetadata` into element creation and parsing processes. - Ensures namespace metadata is consistently applied across all parsed elements.
-
Merzough Münker authored
- @rxap/schematics-xml-parser@19.0.5-dev.16 - @rxap/xml-parser@16.3.0-dev.12
-
Merzough Münker authored
- Implemented serialization for child text content in elements using `XmlSerializerService`. - Added a test case to validate the serialization functionality.
-
Merzough Münker authored
- Updated parameter replacement logic to use `encodeURIComponent` for enhanced URL safety.
-
Merzough Münker authored
- @rxap/plugin-nestjs@20.2.0-dev.8 - @rxap/plugin-open-api@20.1.1-dev.8 - @rxap/workspace-open-api@19.1.1-dev.5
-
Merzough Münker authored
- Updated parameter replacement logic to support arrays in path parameters. - Encodes array elements and joins them with a '/' for proper URL formatting.
-
Merzough Münker authored
- @rxap/plugin-nestjs@20.2.0-dev.9 - @rxap/plugin-open-api@20.1.1-dev.9 - @rxap/workspace-open-api@19.1.1-dev.6
-
Merzough Münker authored
- Corrected string formatting error by fixing misplaced closing parenthesis in join function.
-
Merzough Münker authored
- @rxap/plugin-nestjs@20.2.0-dev.10 - @rxap/plugin-open-api@20.1.1-dev.10 - @rxap/workspace-open-api@19.1.1-dev.7
-
Merzough Münker authored
- Enhanced `OptionsFromMethodDirective` to support observables for control options. - Added unsubscription logic to `OnDestroy` lifecycle to prevent memory leaks. - Updated related directives to handle observable-based options seamlessly.
-
Merzough Münker authored
- @rxap/form-system@19.1.0-dev.2
-
Merzough Münker authored
- Updated `OptionsMethod` type to include more specific generic constraints. - Enhanced `loadOptions` to pass the control instance alongside parameters for improved flexibility.
-
Merzough Münker authored
- @rxap/form-system@19.1.0-dev.3
-
Merzough Münker authored
- Introduced `FetchFile` to fetch files and handle their contents as text or binary. - Added support for MIME type detection and normalization during fetch. - Implemented methods for converting fetched data to `File` and JSON formats.
-
Merzough Münker authored
- @rxap/fs@1.2.0-dev.9
-
Merzough Münker authored
- Added missing `await` to `writeTextContent` and `writeData` calls. - Updated `writeTextContent` to use `writeData` for consistency and proper async behavior.
-
Merzough Münker authored
- @rxap/fs@1.2.0-dev.10
-
Merzough Münker authored
- Updated `removeDirectory` to utilize `hasDirectory` for validation and `delete` for cleanup. - Ensures consistent and centralized deletion logic while improving readability.
-
Merzough Münker authored
- @rxap/fs@1.2.0-dev.11
-
Merzough Münker authored
- Refined `addFile` method to return the file instance (`VF`) instead of `void`. - Ensures proper type consistency across `FullSyncVirtualDirectoryLike` and `FullAsyncVirtualDirectoryLike`.
-
Merzough Münker authored
- @rxap/fs@1.2.0-dev.12
-
Merzough Münker authored
- Replaced `hasOwnProperty` check with `in` for better property lookup. - Introduced `normalizePathParamValue` to handle various path parameter value types. - Added validation for empty or undefined path parameters and empty arrays. - Ensured consistent encoding of parameter values, including objects, arrays, and strings.
-
Merzough Münker authored
- @rxap/open-api@19.2.0-dev.3
-
Merzough Münker authored
- Updated `addFile` parameter and return type to use `VirtualFileLike` and `VF` casting. - Ensures compatibility and resolves type mismatches in `virtual-directory.ts`.
-
Merzough Münker authored
- @rxap/fs@1.2.0-dev.13
-
Merzough Münker authored
- Replaced `flatten` with `iterateEachFile` for improved file iteration performance. - Updated `hasFileByPath` to support nested directory paths and handle root-relative paths. - Refactored `hasFileByMatch` to recursively search within subdirectories.
-
Merzough Münker authored
- @rxap/fs@1.2.0-dev.14
-
Merzough Münker authored
- Introduced `clear` method in `VirtualFileLike` and its implementations for clearing file content. - Added `virtualFileClear` utility function to support safe usage of the `clear` method. - Exported `virtual-file-clear` module in the package index.
-
Merzough Münker authored
- @rxap/fs@1.2.0-dev.15
-
Merzough Münker authored
- Introduced `virtualDirectoryRegisterFiles` to invoke `registerFiles` method in virtual directories. - Added `virtualDirectoryClear` to clear directories using `clear` or by handling files individually. - Updated `VirtualDirectoryLike` interface to include optional `registerFiles` and `clear` methods. - Exported new utilities in the package index for broader usage.
-
Merzough Münker authored
- @rxap/fs@1.2.0-dev.16
-
Merzough Münker authored
- Added `_dataPromise` reset to ensure proper cleanup when `clear` is invoked.
-
Merzough Münker authored
- @rxap/fs@1.2.0-dev.17
-
Merzough Münker authored
- Included `storacha.link` as an additional gateway for fetching IPFS content. - Enhances robustness by providing alternative fetch attempts.
-
Merzough Münker authored
- Introduced `dnsServers` option to specify custom DNS servers for config loading. - Added default DNS servers (`https://dns.google/resolve` and `https://cloudflare-dns.com/dns-query`) for fallback. - Updated `dnsLookup` implementation to utilize these servers.
-
Merzough Münker authored
- @rxap/config@19.2.0-dev.2
-
Merzough Münker authored
- Added a `get endPoint` method to access the `endPoint` option from `ClientOptions`. - Updated the constructor to make `options` a protected readonly property.
-
Merzough Münker authored
- @rxap/nest-minio@11.0.0-dev.8
-
Merzough Münker authored
- Implemented a `close` method to allow manual shutdown of the server. - Enhanced control over application lifecycle management.
-
Merzough Münker authored
- Introduced `RXAP_LOGGER_FORMAT_MESSAGE` token for injecting custom message formatting logic. - Added `formatMessageFunction` to enable flexible log message customization. - Updated `formatMessage` method to utilize the injected formatting function when available.
-
Merzough Münker authored
- @rxap/nest-logger@11.0.0-dev.6 - @rxap/nest-server@11.0.0-dev.19
-
Merzough Münker authored
- Added `LoggerFunctions` interface to encapsulate `printMessagesFunction` and `formatMessageFunction`. - Updated `register` and `registerAsync` methods to accept `LoggerFunctions` for enhanced flexibility. - Modified `updateProviders` to handle injection of both custom printMessages and formatMessage functions.
-
Merzough Münker authored
- @rxap/nest-sentry@11.0.0-dev.13
-
Merzough Münker authored
- Introduced `ENVIRONMENT_PREPARED` symbol to mark environments as prepared. - Added optional `[ENVIRONMENT_PREPARED]` flag to signal initialization status. - Updated type definition to support both key and symbol indexing.
-
Merzough Münker authored
- Replaced all `console` calls with `Logger` methods for standardized logging. - Added checks to skip environment preparation if already marked as prepared. - Ensured final environment state is correctly logged and marked with `ENVIRONMENT_PREPARED`.
-
Merzough Münker authored
- @rxap/nest-server@11.0.0-dev.20 - @rxap/nest-utilities@11.0.0-dev.8
-
Merzough Münker authored
- Replaced `%JSON` with template literals in log messages. - Simplified and standardized JSON stringification across log calls.
-
Merzough Münker authored
- Updated `checkNavigationItemStatusProviders` to support nested status checks for navigation items. - Added logic to process children when `status` is undefined but children exist. - Introduced new test cases to validate nested navigation item processing.
-
Merzough Münker authored
- @rxap/layout@19.2.0-dev.0 - @rxap/nest-server@11.0.0-dev.21