Releases: Inxton/axsharp
Releases · Inxton/axsharp
v0.24.0-preview.158
What's Changed
- [NEW-FEATURE] Poco types should be rather placed into onlinenamespace.Poco instead of Poco.onlinenamespace by @IX-BOT in https://github.com/Inxton/axsharp/pull/342
- pocos namespaces are backed prefixed instead of postfixed by @PTKu in https://github.com/Inxton/axsharp/pull/345
- updates vulnerable depencencies, removes some warnigs from CI/CD build by @PTKu in https://github.com/Inxton/axsharp/pull/346
- 354 update to stc v8 by @PTKu in https://github.com/Inxton/axsharp/pull/356
- Port to inxton by @PTKu in https://github.com/Inxton/axsharp/pull/357
- adds .net8 due to compatibility issues on an existing project by @PTKu in https://github.com/Inxton/axsharp/pull/358
- fixies an issue when file name from the configuration file in inproperly treated by @PTKu in https://github.com/Inxton/axsharp/pull/360
- Remove gh actions that are now replaced by cli by @PTKu in https://github.com/Inxton/axsharp/pull/362
- Date related type initialization in POCO objects now initialized to the min value of the controllers. by @PTKu in https://github.com/Inxton/axsharp/pull/363
- When writing a string to the PLC and length more than declared exception occurs by @PTKu in https://github.com/Inxton/axsharp/pull/365
- Revert "When writing a string to the PLC and length more than declared exception occurs" by @PTKu in https://github.com/Inxton/axsharp/pull/366
- fixes issue with strings introduced by the last commit by @PTKu in https://github.com/Inxton/axsharp/pull/367
- [BUG] Days in leap year are not correctly retrieved from the controller by @PTKu in https://github.com/Inxton/axsharp/pull/368
- When compiling dependencies of larger project the tpf is null by @PTKu in https://github.com/Inxton/axsharp/pull/371
- Cascades the parmaters when compiling dependencies from dependants by @PTKu in https://github.com/Inxton/axsharp/pull/375
- Fixes an issue with interpratation of Date type when reading from the… by @PTKu in https://github.com/Inxton/axsharp/pull/376
- [BUG]ixc does not compile the deps. when run with args outside of dependants folder. by @PTKu in https://github.com/Inxton/axsharp/pull/378
- packages should be only published on demand by @PTKu in https://github.com/Inxton/axsharp/pull/380
- version bump to 0.23 by @PTKu in https://github.com/Inxton/axsharp/pull/382
- Updates scripts for gh by @TomKovac in https://github.com/Inxton/axsharp/pull/384
- Refactor simplify polling on generated componenents by @PTKu in https://github.com/Inxton/axsharp/pull/385
- Use bulkaccess splitting from the library by @PTKu in https://github.com/Inxton/axsharp/pull/387
- Allow multiline pragmas by @PTKu in https://github.com/Inxton/axsharp/pull/389
- [POSSIBLE-BUG] Compilation object loses semantic information about type when more than libraries are imported by @IX-BOT in https://github.com/Inxton/axsharp/pull/192
- Revert "[POSSIBLE-BUG] Compilation object loses semantic information about type when more than libraries are imported" by @PTKu in https://github.com/Inxton/axsharp/pull/390
- Missing types in smodel by @PTKu in https://github.com/Inxton/axsharp/pull/391
- Enhance logging and update launch settings by @PTKu in https://github.com/Inxton/axsharp/pull/392
- [BUG]ixc does not transpile plainer fields when eligible by @PTKu in https://github.com/Inxton/axsharp/pull/395
- Update stc to v9 by @PTKu in https://github.com/Inxton/axsharp/pull/397
- [FEATURE] Add raw value of attribute (string) without interpolation and tranlsation by @PTKu in https://github.com/Inxton/axsharp/pull/401
- 398 bug the shadow value is not set by onlinerrealshadowcontrolview by @kuh0005 in https://github.com/Inxton/axsharp/pull/399
- Release to preserve the state of the project prior to major refactoring by @PTKu in https://github.com/Inxton/axsharp/pull/402
Full Changelog: 0.19.3-beta.1...0.24.0-preview.158
0.19.3-beta.1
Release v0.19.3-beta.1
This is experimental release for internal testing of TIA<->AX# scenarios.
What's Changed
- 126 new feature add swapping methods to i twin object interface by @PTKu in https://github.com/ix-ax/axsharp/pull/132
- ITwinObject swapping methods now async by @PTKu in https://github.com/ix-ax/axsharp/pull/133
- ana by @PTKu in https://github.com/ix-ax/axsharp/pull/134
- Refactor from IX to AX# by @PTKu in https://github.com/ix-ax/axsharp/pull/137
- 136 refactor from ix to ax# by @PTKu in https://github.com/ix-ax/axsharp/pull/138
- 136 refactor from ix to ax# by @PTKu in https://github.com/ix-ax/axsharp/pull/139
- Update index.md by @LukasKytka in https://github.com/ix-ax/axsharp/pull/142
- Update index.md by @LukasKytka in https://github.com/ix-ax/axsharp/pull/146
- Update README.md by @LukasKytka in https://github.com/ix-ax/axsharp/pull/147
- [NEW-FEATURE] Implement use of resx for translation of PLC strings by @PTKu in https://github.com/ix-ax/axsharp/pull/144
- [NEW-FEATURE] POCO object should implement
IPlainorIPOCOinterface and respective swapping methods by @PTKu in https://github.com/ix-ax/axsharp/pull/148 - [BUG] In some instances class is not correctly extended. by @PTKu in https://github.com/ix-ax/axsharp/pull/150
- 149 bug in some instances class is not correctly extended by @PTKu in https://github.com/ix-ax/axsharp/pull/151
- [NEW-FEATURE] Change symbols composition for SLD > 0.14.2 by @PTKu in https://github.com/ix-ax/axsharp/pull/155
- [NEW-FEATURE] Improve naming and global access for generated types by @PTKu in https://github.com/ix-ax/axsharp/pull/157
- [BUG] CONFIGURATION file does not create instances of twin structs (missing implementation construction builder) by @PTKu in https://github.com/ix-ax/axsharp/pull/160
- [NEW-FEATURE] Rcc should request state change when any of the parameters changes by @PTKu in https://github.com/ix-ax/axsharp/pull/162
- 161 new feature rcc should request state change when any of the parameters changes by @PTKu in https://github.com/ix-ax/axsharp/pull/163
- 161 new feature rcc should request state change when any of the parameters changes by @PTKu in https://github.com/ix-ax/axsharp/pull/164
- 161 new feature rcc should request state change when any of the parameters changes by @PTKu in https://github.com/ix-ax/axsharp/pull/166
- Polling fails to start in RenderableContentControl on primitive types by @PTKu in https://github.com/ix-ax/axsharp/pull/169
- [BUG] LTIME is not translated properly by @PTKu in https://github.com/ix-ax/axsharp/pull/171
- [IXD] implement
crefin docu by @PTKu in https://github.com/ix-ax/axsharp/pull/167 - New feature add support for generics by @PTKu in https://github.com/ix-ax/axsharp/pull/172
- New feature add support for generics by @PTKu in https://github.com/ix-ax/axsharp/pull/173
- fixes an issue where online type was assigned instead of POCO by @PTKu in https://github.com/ix-ax/axsharp/pull/174
- fixes an issue where complex generics where treated as OnlinerBase type in rcc by @PTKu in https://github.com/ix-ax/axsharp/pull/178
- ixd now allows for multiple project to be compiled at once in the same compilation by @PTKu in https://github.com/ix-ax/axsharp/pull/179
- [IXD] Compiler should generate also the enums including their values by @PTKu in https://github.com/ix-ax/axsharp/pull/180
- [NEW-FEATURE] Connector should provide capability of creating identity for object of ITwinIdentity by @PTKu in https://github.com/ix-ax/axsharp/pull/186
- Dialogs implementations by @Brano5 in https://github.com/ix-ax/axsharp/pull/188
- AlertDialogServiceBase comment Exception by @Brano5 in https://github.com/ix-ax/axsharp/pull/189
- Update ATTRIBUTES.md by @KrisztianOlah in https://github.com/ix-ax/axsharp/pull/191
- [BUG] impossibility to define an array from any index other than zero by @PTKu in https://github.com/ix-ax/axsharp/pull/184
- [DEP-UPDATE] Update stc to v 5.3.28 by @IX-BOT in https://github.com/ix-ax/axsharp/pull/195
- Clean Up from Dialogues by @Brano5 in https://github.com/ix-ax/axsharp/pull/196
- [NEW-FEATURE] Add feat to monitor the connector performance by @IX-BOT in https://github.com/ix-ax/axsharp/pull/198
- prevents repolling on state change in rcc by @PTKu in https://github.com/ix-ax/axsharp/pull/204
- [BUG] Some bugs in shadow presentation in RenderableContentControl by @IX-BOT in https://github.com/ix-ax/axsharp/pull/200
- [BUG] Data does not change by @IX-BOT in https://github.com/ix-ax/axsharp/pull/206
- Update LAYOUTS.md by @TomKovac in https://github.com/ix-ax/axsharp/pull/208
- prevent throttling on connector on multiple requests and separate cyclic/polling from direct requests by @PTKu in https://github.com/ix-ax/axsharp/pull/211
- [NEW-FEATURE] Create tool for generating resx file from localized strings from blazor components by @IX-BOT in https://github.com/ix-ax/axsharp/pull/210
- Tunnig WebAPI connector load by @PTKu in https://github.com/ix-ax/axsharp/pull/218
- [BUG] Unassigned values read over WebAPI fail to parse by @IX-BOT in https://github.com/ix-ax/axsharp/pull/219
- fixes an issue when async call may deadlock the connector by @PTKu in https://github.com/ix-ax/axsharp/pull/221
- [NEW-FEATURE] Support central package management in ixc by @IX-BOT in https://github.com/ix-ax/axsharp/pull/224
- [NEW-FEATURE][IXC] When compiling referenced project we should not recompile what's been compiled already by @IX-BOT in https://github.com/ix-ax/axsharp/pull/226
- [NEW-FEATURE][IXD] Add 'view-source' capability to plc API docs by @IX-BOT in https://github.com/ix-ax/axsharp/pull/229
- [BUG] Trigger exception on concurrent access to PollingPool. by @IX-BOT in https://github.com/ix-ax/axsharp/pull/228
- [IDEA] Explore possibility of using WebAPI connector with TIA Portal project for simple data exchange by @IX-BOT in https://github.com/ix-ax/axsharp/pull/215
- 214 idea explore possibility of using web api connector with tia portal project for simple data exchange by @PTKu in https://github.com/ix-ax/axsharp/pull/232
- adds option -b for building extended members with $base in symbols by @PTKu in https://github.com/ix-ax/axsharp/pull/233
- adds gitversion to tia2ax tool by @LukasKytka in https://github.com/ix-ax/axsharp/pull/235
- [NEW-FEATURE] Ignore reading and writing when a particular attribute is declared for a member of type by @IX-BOT in https://github.com/ix-ax/axsharp/pull/237
- [BUG] Identities are reset when non zero at the assignment of identities by @IX-BOT in https://github.com/ix-ax/axsharp/pull/239
- Update README.md by @PTKu in https://github.com/ix-ax/axsharp/pull/240
- [NEW-FEATURE] Explore possible nuget package installation during ixc run from apax package by @IX-BOT in https://github.com/ix-ax/axsharp/pull/242
- 241 new feature explore possible nuget package installation during ixc run from apax package by @PTKu in https://github.com/ix-ax/axsharp/pull/243
- 241 new feature explore possible nuget package installation during ixc run from apax package by @PTKu in https://github.com/ix-ax/axsharp/pull/244
- [NEW-FEATURE] Update to apax 2.0.0 by @IX-BOT in https://github.com/ix-ax/axsharp/pull/246
- [NEW-FEATURE] We will need a way to provide information about culture for localized PLC strings by @IX-BOT in https://github.com/ix-ax/axsharp/pull/248
- 247 new feature we will need a way to provide information about culture for localized plc strings by @PTKu in https://github.com/ix-ax/axsharp/pull/249
- 247 new feature we will need a way to provide information about culture for localized plc strings by @PTKu in https://github.com/ix-ax/axsharp/pull/250
- rcc now can render generics (disregards generic declaration) by @PTKu in https://github.com/ix-ax/axsharp/pull/251
- [BUG] Entering real number. by @IX-BOT in https://github.com/ix-ax/axsharp/pull/253
- Tiapax tool by @PTKu in https://github.com/ix-ax/axsharp/pull/254
- fixes an issue where when webapi adapter init db parameter was ingored by @LukasKytka in https://github.com/ix-ax/axsharp/pull/255
- updates to net8.0 by @PTKu in https://github.com/ix-ax/axsharp/pull/256
- Move template to separate dir by @PTKu in https://github.com/ix-ax/axsharp/pull/257
- Move template to separate dir by @PTKu in https://github.com/ix-ax/axsharp/pull/258
- Update GitVersion.yml by @PTKu in https://github.com/ix-ax/axsharp/pull/259
- [BUG] Inconsistent behavior when bulk writing over cyclic property by @IX-BOT in https://github.com/ix-ax/axsharp/pull/261
- [NEW-FEATURE] Update to sld v2.0.5 by @IX-BOT in https://github.com/ix-ax/axsharp/pull/264
- [BUG] ixc does not parse apax versions correctly when comparing dependencies in apax.yml and those installed in .apax folder by @IX-BOT in https://github.com/ix-ax/axsharp/pull/266
- [BUG] apax version comparision in results in exception when semver non compliant version is used by @IX-BOT in https://github.com/ix-ax/axsharp/pull/268
- fixing parsing by @PTKu in https://github.com/ix-ax/axsharp/pull/269
- updates to apax 3.0.0 by @PTKu in https://github.com/ix-ax/axsharp/pull/270
- 272 bug shadows do not accept decimals by @PTKu in https://github.com/ix-ax/axsharp/pull/273
- overrides should render in rcc to prevent re-rendering by @PTKu in https://github.com/ix-ax/axsharp/pull/274
- Prevent rerendering rcc by @PTKu in https://github.com/ix-ax/axsharp/pull/275
- add properties to access visual parents over rcc by @PTKu in https://github.com/ix-ax/axsharp/pull/277
- adds OnContextChanged method by @PTKu in https://github.com/ix-ax/axsharp/pull/279
- [NEW-FEATURE] RenderableContentControl optimalization by @IX-BOT in https://github.com/ix-ax/axsharp/pull/278
- Adds customized view for rcc that will override locator pattern logic by @PTKu in https://github.com/ix-ax/axsharp/pull/280
- Updates deps aligns to fw3.1 by @PTKu in https://github.com/ix-ax/axsharp/pull/281
- Transformer to apax v31 ...
0.13.4-preview.54
Release v0.13.4-preview.54
What's Changed
Enhacements
- Adds border when rendering arrays of complex types by @Specter-13 in https://github.com/ix-ax/ix/pull/57
- Implements compilation of methods for swapping data between shadow, plain, and online by @PTKu in https://github.com/ix-
ax/ix/pull/29 - Compiler deletes previous generated *.g.cs files, by @PTKu in https://github.com/ix-ax/ix/pull/76
- Adds the possibility to inject
cssclasses into renderer by @Specter-13 in https://github.com/ix-ax/ix/pull/87 - Improve parsing and emitting of pragmas using a irony parser by @PTKu in https://github.com/ix-ax/ix/pull/91
- Filters localization delimiters in strings/wstring and string pragmas by @PTKu in https://github.com/ix-ax/ix/pull/97
- Package metadata are now retrieved from ix project by @PTKu in https://github.com/ix-ax/ix/pull/80
- Adds simple documentation compiler for AX PLC project @Specter-13 in https://github.com/ix-ax/ix/pull/105
- Adds helpful extension methods for twin element by @PTKu in https://github.com/ix-ax/ix/pull/113
- Add swapping methods to
ITwinObjectinterface by @PTKu in https://github.com/ix-ax/ix/pull/127 - Implement compiler omits directive by @PTKu in https://github.com/ix-ax/ix/pull/121
- Adds polling for primitive types by @PTKu in https://github.com/ix-ax/ix/pull/69
- Removes the limit for bulk quests size over WebAPI by @PTKu in https://github.com/ix-ax/ix/pull/82
- New documentation now generated by docfx by @PTKu in https://github.com/ix-ax/ix/pull/103
- Adds compiler of PLC localizable strings by @Brano5 in https://github.com/ix-ax/ix/pull/99
- Adds partial initialization methods for Onliners by @Brano5 & @Specter-13 in https://github.com/ix-ax/ix/pull/119
Fixies
- Fixes an inconsistence in UI behavior when value is changed OnEdit by @Specter-13 in https://github.com/ix-ax/ix/pull/111
- Fixes an issue where members present in configurations global var does not work with layout attributes on member declaration by @PTKu in https://github.com/ix-ax/ix/pull/59
- Fixes an issue where rendered does not recognize enum type correctly when another type than dummy connector is used by @PTKu in https://github.com/ix-ax/ix/pull/68
- Fixes an issue where methods Shadow-Plain Plain-Shadow are not generated for structs by @PTKu in https://github.com/ix-ax/ix/pull/72
- Fixes STRUCTs are not constructed in the class constructors by @PTKu in https://github.com/ix-ax/ix/pull/74
- Fixes an issue when unknown arrays types are erroneously added to the constructor by @PTKu in https://github.com/ix-ax/ix/pull/78
- Fixes an issue when polling does not start when RenderableContentControl context is of primitive type by @PTKu in https://github.com/ix-ax/ix/pull/84
- Fixes an issue when the namespace of enums is not reachable in POCO objects by @PTKu in https://github.com/ix-ax/ix/pull/89
- Fixes an issue when numerical views did not stop changing their values when entered for editing. by @Specter-13 in https://github.com/ix-ax/ix/pull/108
New Contributors
- @Brano5 made their first contribution in https://github.com/ix-ax/ix/pull/109
Full Changelog: 0.13.2-preview.18...0.13.4-preview.54
0.13.2-preview.18
Release v0.13.2-preview.18
What's Changed
Blazor
- Editable user control stops updating value when focused @Specter-13 in https://github.com/ix-ax/ix/pull/31
- New template for blazor application @Brano5 in https://github.com/ix-ax/ix/pull/37
- Rendering of components from custom library now works by @Specter-13 in https://github.com/ix-ax/ix/pull/46
Infrastructure
- Utility to update version number in an apax file by @PTKu in https://github.com/ix-ax/ix/pull/36
- Ix.Compiler package is now published to the feed by @PTKu in https://github.com/ix-ax/ix/pull/38
- Ix.Compiler.Abstractions is now published to the feed @PTKu in https://github.com/ix-ax/ix/pull/39
Documentation
- Conceptual overview of IX by @PTKu in https://github.com/ix-ax/ix/pull/41
Full Changelog: 0.13.0-preview.67...0.13.2-preview.18