Commits on Source
119
02da71e2
feat(xml-parser): add element registry to track registered tags
Oct 02, 2025
eaf6d049
chore(release): version
Oct 02, 2025
b18e20ae
feat(xml-parser): apply element namespace metadata during parsing
Oct 02, 2025
07d5905b
chore(release): version
Oct 02, 2025
a976eb1c
test(xml-parser): add support for serializing child text content
Oct 02, 2025
edd3fbc9
fix(open-api): encode URL parameters in generated HTTP resource
Oct 06, 2025
1772afc9
chore(release): version
Oct 06, 2025
bf3555da
fix(open-api): handle array path parameters in generated HTTP resource
Oct 07, 2025
d844d2ae
chore(release): version
Oct 07, 2025
0a4c1c8c
fix(open-api): resolve typo in array path parameter encoding
Oct 07, 2025
0a174cab
chore(release): version
Oct 07, 2025
96204197
feat(form-system): support observable-based control options in directives
Oct 08, 2025
11ee995b
chore(release): version
Oct 08, 2025
4c8e5af9
feat(form-system): extend options method to support additional parameters
Oct 08, 2025
70f5be4d
chore(release): version
Oct 08, 2025
895cc4d3
feat(fs): add FetchFile for file fetching and content handling
Oct 10, 2025
4a5e7b66
chore(release): version
Oct 10, 2025
60873b70
fix(fs): ensure async handling in write methods
Oct 10, 2025
130e2ff1
chore(release): version
Oct 10, 2025
76b5b8d4
fix(fs): refine removeDirectory to use hasDirectory and delete methods
Oct 10, 2025
cd1c4e99
chore(release): version
Oct 10, 2025
fa142a2c
fix(fs): update addFile return type to match file instance
Oct 10, 2025
4253a2a1
chore(release): version
Oct 10, 2025
9b06d235
fix(schema-validation): improve path parameter handling and validation
Oct 13, 2025
2042e24c
chore(release): version
Oct 13, 2025
e2a47c1c
fix(fs): update addFile typings for compatibility
Oct 13, 2025
aaf9f466
chore(release): version
Oct 13, 2025
0181f9c7
fix(fs): enhance file path and match handling in virtual directory
Oct 14, 2025
d9e4b175
chore(release): version
Oct 14, 2025
f0e41046
feat(fs): add clear method to virtual file interface and implementation
Oct 14, 2025
64bd097d
chore(release): version
Oct 14, 2025
98f3c564
feat(fs): add virtual directory register and clear utilities
Oct 14, 2025
4e2d9b05
chore(release): version
Oct 14, 2025
e1bbee2f
fix(fs): reset _dataPromise in virtual file clear method
Oct 14, 2025
fa6a0b3c
chore(release): version
Oct 14, 2025
c9239be7
feat(angular): add storacha gateway for IPFS content fetching
Oct 28, 2025
d3fbae02
feat(angular): add DNS server handling for config loading
Oct 28, 2025
b23f976d
chore(release): version
Oct 28, 2025
2748e56c
feat(minio): add endpoint getter in MinioService
Oct 29, 2025
671d09ea
chore(release): version
Oct 29, 2025
b86c3a6b
feat(server): add close method to server for manual shutdown
Nov 21, 2025
9fabbaa0
feat(logger): add customizable message formatting in RxapLogger
Nov 21, 2025
5a9ae8f2
chore(release): version
Nov 21, 2025
97500aca
feat(logger): support custom logger functions in SentryLogger
Nov 21, 2025
d5331aa0
chore(release): version
Nov 21, 2025
acccd7e1
feat(environment): add prepared flag to Environment interface
Nov 25, 2025
ede363e6
feat(server): replace console statements with Logger methods
Nov 25, 2025
57cf9f81
chore(release): version
Nov 25, 2025
49b5ea13
refactor(server): unify log formatting for better readability
Nov 25, 2025
80a65c20
feat(navigation): enhance status provider handling for nested items
Nov 25, 2025
04d80fdc
chore(release): version
Nov 25, 2025
f47c1196
refactor(minio): replace console statements with Logger methods
Nov 25, 2025
8448ef16
chore(release): version
Nov 25, 2025
585d57fc
feat(typeorm): add migrationsRun configuration option
Nov 25, 2025
095cb886
feat(sentry): add callback functionality to sentryInitHook
Nov 26, 2025
29010abc
feat(typeorm): enhance migration configuration options
Nov 27, 2025
ae687b37
chore(release): version
Nov 27, 2025
196daae4
chore(dependencies): update Angular packages to 19.2.16
Nov 27, 2025
9cef7396
chore(dependencies): update Angular Material and CDK to 19.2.19
Nov 27, 2025
085c2e39
feat(jwt): introduce user context and factory for user ID injection
Dec 08, 2025
7fc0ff51
refactor: fix type issues
Dec 08, 2025
5de677ce
chore(release): version
Dec 08, 2025
8298904d
fix: update package groups
Dec 08, 2025
ba2e9ab9
chore(release): version
Dec 08, 2025
9fb52fd4
feat(firecrawl): upgrade to v4.8.3 and add new extract functionality
Dec 11, 2025
e0302b40
chore(release): version
Dec 11, 2025
4e3e56e7
feat(xml-parser): add element child and children attribute decorators
Jan 08, 2026
9d169cda
feat(workspace): add documentation for nx commands and generator updates
Jan 12, 2026
de28ae87
feat(angular): add convert-to-buildable-library generator and improve...
Jan 12, 2026
0ae4939d
feat(schema): enhance generator schema documentation with descriptions and examples
Jan 12, 2026
f6923aa9
chore(release): version
Jan 12, 2026
ba8753f5
fix: update package groups
Jan 12, 2026
cb19b8de
chore(release): version
Jan 12, 2026
46772b95
chore: add usage guide
Jan 13, 2026
aabfcb9f
feat(nestjs): enhance Sentry setup and validation schema handling
Jan 13, 2026
bfd8218d
feat(nestjs): add service-nest application with Sentry, Swagger, and health checks
Jan 13, 2026
4d029c34
refactor(debug): conditionally log only when debug mode is enabled
Jan 13, 2026
48961215
feat(schematic): add support for filtering schematics by file
Jan 13, 2026
52c612c9
refactor(nest): remove ApiProperty decorator for 'unknown' type properties
Jan 13, 2026
fa527524
refactor(workspace): make TsMorph transforms asynchronous
Jan 13, 2026
09d0f9cb
feat(dependencies): upgrade prettier to ^3.7.4 and add jest-junit
Jan 13, 2026
c2e0da80
feat(docs): add detailed schematic guides for Angular components
Jan 13, 2026
25b56e01
feat(docs): add custom template support in column and control guides
Jan 13, 2026
c1125e0e
feat(schematics): add examples for accordion and table components
Jan 13, 2026
c4e1b662
feat(docs): enhance table column, action, and form control guides
Jan 13, 2026
822d6bcc
feat(table): add test table feature with Angular and NestJS integration
Jan 13, 2026
25b3c496
refactor(prettier): update Prettier configuration formatting in snapshots
Jan 13, 2026
69d6ee61
chore(release): version
Jan 13, 2026
b10916e3
fix: update package groups
Jan 13, 2026
36d08daa
chore(release): version
Jan 13, 2026
d056f275
refactor(table): remove test table feature and related NestJS backend integration
Jan 14, 2026
e9c1459e
feat(table): reintroduce test table feature with Angular and NestJS integration
Jan 14, 2026
fc403851
feat(utilities): add prefix support to BuildNestControllerName options
Jan 14, 2026
1212e4a5
test(schematics): add unit tests for NestJS backend options normalization
Jan 14, 2026
d8c39525
refactor(schematics): remove unused minimum table component options and refactor imports
Jan 14, 2026
a1c90e76
refactor(schematics): update imports and replace SchematicsException with Error
Jan 14, 2026
da5052c7
feat(schematics): add reusable backend and data-grid rules with tests
Jan 14, 2026
45b80574
test(schematics): add unit tests for various operations and normalization rules
Jan 14, 2026
5f8fa132
fix(schematics): handle edge case for missing schematic file in compose function
Jan 14, 2026
4d95043c
feat(schematics): add test utilities, snapshots, and setup for dialog component
Jan 14, 2026
19 additional commits have been omitted to prevent performance issues.
Loading
Loading