Skip to content

Latest commit

 

History

History
169 lines (103 loc) · 15.3 KB

File metadata and controls

169 lines (103 loc) · 15.3 KB

Change Log

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)

Bug Fixes

  • language-server: detect the UI5 version from closest manifest.json (#472) (39c2728)

3.2.0 (2022-08-15)

Features

  • multi-version support for UI5 XMLView code completion (#469) (6cca109), closes #468

3.0.1 (2021-06-01)

Note: Version bump only for package @ui5-language-assistant/xml-views-validation

3.0.0 (2021-06-01)

Bug Fixes

  • 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)

Features

  • 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)

BREAKING CHANGES

    • computeQuickFixStableIdInfo function signature has changed.
  • validateXMLView no longer accepts flexEnabled optional argument and always requires passing a UI5ValidatorsConfig

2.0.4 (2021-05-04)

Bug Fixes

  • 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)

Bug Fixes

  • xml-views-validation: replace insensitive terms (#320) (8d6b726)

2.0.1 (2020-08-27)

Note: Version bump only for package @ui5-language-assistant/xml-views-validation

2.0.0 (2020-08-12)

Bug Fixes

  • xml-views-validation: Fragments in aggregations can cause a false positive (#276) (05600d7), closes #274

Features

BREAKING CHANGES

    • computeQuickFixStableIdInfo function signature has changed.
  • validateXMLView no longer accepts flexEnabled optional argument and always requires passing a UI5ValidatorsConfig

0.6.0 (2020-07-15)

Bug Fixes

  • ignore unknown namespace message for whitelisted namespaces (#234) (bdcab7d)

Features

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)

Bug Fixes

  • don't show error for root core:FragmentDefinition tag (#176) (0520d39)

Features

  • 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)

Bug Fixes

  • 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)

Features

0.3.0 (2020-05-20)

Bug Fixes

  • check unknown namespaces according to the defined namespaces (#122) (11c733c)
  • use more accurate check for binding expression (#123) (b4ac8ae)

Features

  • 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)

0.2.0 (2020-05-06)

Features