All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.3.1 (2022-09-01)
Note: Version bump only for package @ui5-language-assistant/xml-views-validation
3.3.0 (2022-08-24)
Note: Version bump only for package @ui5-language-assistant/xml-views-validation
3.2.1 (2022-08-20)
3.2.0 (2022-08-15)
3.0.1 (2021-06-01)
Note: Version bump only for package @ui5-language-assistant/xml-views-validation
- false positive for "extension-point" (d6d9a1a)
- xml-views-validation: Fragments in aggregations can cause a false positive (#276) (05600d7), closes #274
- xml-views-validation: replace insensitive terms (#320) (8d6b726)
- check unknown namespaces according to the defined namespaces (#122) (11c733c)
- don't show error for root core:FragmentDefinition tag (#176) (0520d39)
- ignore unknown namespace message for whitelisted namespaces (#234) (bdcab7d)
- support namespace in aggregation name (#150) (cff718b)
- tests of cardinality aggregation validation (#154) (76dec21)
- use description first line without jsdoc tags in deprecation warning (#141) (9cf89eb)
- use more accurate check for binding expression (#123) (b4ac8ae)
- add settings to include deprecated and experimental APIs (#143) (fad2d9b)
- add validation for unknown namespace name in xmlns attribute value (#103) (f109686)
- deprecated aggregation tag validation (#170) (f9e492a)
- deprecated attribute validation (#183) (f2d2923)
- non stable id quick fix (#266) (c564db4)
- quick fix stable id for entire file (#283) (b3945da)
- stable ID validation (#231) (65ddb60)
- type aggregation validation (#164) (63c5b5a)
- validate attribute key is known in class and aggregation tags (#120) (443e13b)
- validate boolean value in property (#113) (59d3a69)
- validate tag name is known (#129) (eaf494c)
- validation for cardinality aggregation (#149) (7e8c01a)
- validation for none unique IDs (#121) (a207f27)
- language-server: expose xml-view-validations as LSP diagnostics (#72) (e347699)
- xml-views-validation: skeleton (#67) (e4b79ce)
-
- computeQuickFixStableIdInfo function signature has changed.
- validateXMLView no longer accepts
flexEnabled
optional argument and always requires passing aUI5ValidatorsConfig
2.0.4 (2021-05-04)
- false positive for "extension-point" (d6d9a1a)
2.0.3 (2021-01-03)
Note: Version bump only for package @ui5-language-assistant/xml-views-validation
2.0.2 (2020-12-30)
2.0.1 (2020-08-27)
Note: Version bump only for package @ui5-language-assistant/xml-views-validation
2.0.0 (2020-08-12)
- xml-views-validation: Fragments in aggregations can cause a false positive (#276) (05600d7), closes #274
-
- computeQuickFixStableIdInfo function signature has changed.
- validateXMLView no longer accepts
flexEnabled
optional argument and always requires passing aUI5ValidatorsConfig
0.6.0 (2020-07-15)
0.5.2 (2020-07-08)
Note: Version bump only for package @ui5-language-assistant/xml-views-validation
0.5.1 (2020-06-29)
Note: Version bump only for package @ui5-language-assistant/xml-views-validation
0.5.0 (2020-06-17)
- add settings to include deprecated and experimental APIs (#143) (fad2d9b)
- deprecated aggregation tag validation (#170) (f9e492a)
- deprecated attribute validation (#183) (f2d2923)
- type aggregation validation (#164) (63c5b5a)
0.4.0 (2020-06-03)
- support namespace in aggregation name (#150) (cff718b)
- tests of cardinality aggregation validation (#154) (76dec21)
- use description first line without jsdoc tags in deprecation warning (#141) (9cf89eb)
- validation for cardinality aggregation (#149) (7e8c01a)
- validation for none unique IDs (#121) (a207f27)
0.3.0 (2020-05-20)
- check unknown namespaces according to the defined namespaces (#122) (11c733c)
- use more accurate check for binding expression (#123) (b4ac8ae)
- language-server: expose xml-view-validations as LSP diagnostics (#72) (e347699)
- add validation for unknown namespace name in xmlns attribute value (#103) (f109686)
- validate attribute key is known in class and aggregation tags (#120) (443e13b)
- validate boolean value in property (#113) (59d3a69)
- validate tag name is known (#129) (eaf494c)