Foundation Tools Releases Development Blog Articles On this page
2.0.0 (2025-03-24) Added Changed
Move segment-parameters-mapper from runtime to expanders.
Rejuvenations:
net.democritus.angular:angular-expanders
: 5.6.0 -> 6.0.0
net.democritus.maven.plugins:expanders-maven-plugin
: 2024.5.0 -> 2025.0.0
Breaking change : Extracted QuerySearch
related expanders to separate bundle, named
angular-svcapi-querysearch-expanders
. If you want the same behaviour as before, you need to add this bundle.
Removed
Removed angular-svcapi-runtime
library.
Removed angular.migration.filter
implementation.
1.2.0 (2025-02-25) Added
Added 'disable save button feature whilst waiting on response' feature.
Changed
Changed root path value in api calls. Default, this is still the camelCase
of the AngularApp
. However, now you
can set this with the option angular.apiRoot
.
Refactored use of dataRegistry
, it is not used anymore to retrieve the DataConnectors
or DataViews
.
Rejuvenations:
net.democritus.angular:angular-expanders
: 5.1.0 -> 5.6.0
1.1.3 (2025-02-17)
Did not set all versions correctly.
1.1.2 (2025-02-17) Fixed
Switch from separator to terminator for create
and modify
mappers.
1.1.1 (2025-01-09) Fixed
Removed .toLowerCase()
call from NoDefaultFilteringPresentRule.java to fix false positive warnings while validating the model
1.1.0 (2024-11-07) Changed
Changed uses of valueField neq null
or linkField neq null
to linkFieldType
check in expanders.
Rejuvenations:
@angular/*
: ^18.2.9 -> ^18.2.11
@nsx/ngx-ns-core
: 0.7.0 -> ^1.0.0
net.democritus.metamodel:prime-core
: 2024.6.0 -> 2024.7.0
net.democritus:expanders-test-utils
: 7.7.3 -> 7.8.2
net.democritus:Expanders
: 7.7.3 -> 7.8.2
net.democritus:expanders-core
: 7.7.3 -> 7.8.2
net.democritus.angular:angular-expanders
: 5.0.0 -> 5.1.0
Fixed
Changed fixed version of ngx-ns-core
to ^ version.
1.0.1 (2024-10-31) Fixed
Added missing comma to package.json
feature expander.
1.0.0 (2024-10-30) Added
Created ngx-ns-svcapi
runtime library.
Created svcapi
implementation for DataAccess
in the angular-expanders
.