Skip to content

Latest commit

 

History

History
356 lines (216 loc) · 20.3 KB

File metadata and controls

356 lines (216 loc) · 20.3 KB

Change Log

4.0.24

Patch Changes

  • Updated dependencies [7edb021]
    • @ui5-language-assistant/logic-utils@4.0.18
    • @ui5-language-assistant/context@4.0.24

4.0.23

Patch Changes

  • 0186685: Fallback to the latest supported patch version
  • Updated dependencies [0186685]
    • @ui5-language-assistant/logic-utils@4.0.17
    • @ui5-language-assistant/context@4.0.23

4.0.22

Patch Changes

  • a9a2141: Add logger package
  • Updated dependencies [a9a2141]
    • @ui5-language-assistant/logic-utils@4.0.16
    • @ui5-language-assistant/context@4.0.22

4.0.21

Patch Changes

  • 910e437: Adaptation to the latest UI5 maintenance changes
  • Updated dependencies [910e437]
    • @ui5-language-assistant/context@4.0.21
    • @ui5-language-assistant/logic-utils@4.0.15

4.0.20

Patch Changes

  • Updated dependencies [ccd5eae]
    • @ui5-language-assistant/context@4.0.20

4.0.19

Patch Changes

  • Updated dependencies [222a0f5]
    • @ui5-language-assistant/context@4.0.19

4.0.18

Patch Changes

  • Updated dependencies [905a6be]
    • @ui5-language-assistant/logic-utils@4.0.14
    • @ui5-language-assistant/context@4.0.18

4.0.17

Patch Changes

  • Updated dependencies [8fff87d]
    • @ui5-language-assistant/logic-utils@4.0.13
    • @ui5-language-assistant/context@4.0.17

4.0.16

Patch Changes

  • Updated dependencies [1a96f91]
    • @ui5-language-assistant/context@4.0.16

4.0.15

Patch Changes

  • @ui5-language-assistant/context@4.0.15
  • @ui5-language-assistant/logic-utils@4.0.12

4.0.14

Patch Changes

  • Updated dependencies [f670b06]
    • @ui5-language-assistant/logic-utils@4.0.11
    • @ui5-language-assistant/context@4.0.14

4.0.13

Patch Changes

  • d8b77af: Provide a minimal code completion and syntax check for property binding info
  • Updated dependencies [d8b77af]
    • @ui5-language-assistant/logic-utils@4.0.10
    • @ui5-language-assistant/context@4.0.13

4.0.12

Patch Changes

  • Updated dependencies [e3a6a0b]
    • @ui5-language-assistant/context@4.0.12

4.0.11

Patch Changes

  • Updated dependencies [2a3d618]
    • @ui5-language-assistant/context@4.0.11

4.0.10

Patch Changes

  • c73d4fd: Unit test coverage improvement. Migration to Jest test framework
  • Updated dependencies [c73d4fd]
    • @ui5-language-assistant/logic-utils@4.0.9
    • @ui5-language-assistant/context@4.0.10

4.0.9

Patch Changes

  • dff4ba6: Enable formatting
  • Updated dependencies [dff4ba6]
    • @ui5-language-assistant/logic-utils@4.0.8
    • @ui5-language-assistant/context@4.0.9

4.0.8

Patch Changes

  • 0af5e7d: Upgrade prettier
  • Updated dependencies [0af5e7d]
    • @ui5-language-assistant/logic-utils@4.0.7
    • @ui5-language-assistant/context@4.0.8

4.0.7

Patch Changes

  • Updated dependencies [527f153]
    • @ui5-language-assistant/context@4.0.7

4.0.6

Patch Changes

  • Updated dependencies [930a813]
    • @ui5-language-assistant/context@4.0.6
    • @ui5-language-assistant/logic-utils@4.0.6

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.0.5 (2023-02-28)

Bug Fixes

4.0.4 (2023-02-16)

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

4.0.3 (2023-01-30)

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

4.0.2 (2023-01-26)

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

4.0.1 (2023-01-26)

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

4.0.0 (2023-01-26)

Bug Fixes

  • code completion in default aggregation (#499) (a0f4043)

Features

BREAKING CHANGES

  • introduce context by pr #523

Co-authored-by: Klaus Keller klaus.keller@sap.com

3.3.1 (2022-09-01)

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

3.3.0 (2022-08-24)

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

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-completion

3.0.0 (2021-06-01)

Bug Fixes

  • don't offer classes from sub-namespaces in code completion (#156) (a6f4ec3)
  • support namespace in aggregation name (#150) (cff718b)
  • language-server: suggest current attribute name (#99) (325e567)
  • use prefix when suggesting namespaces in attribute value (#62) (8019b4d)

Features

  • add enum value code assist (#37) (309c55c)
  • add settings to include deprecated and experimental APIs (#143) (fad2d9b)
  • add support for code completion of boolean properties values (#66) (d95ead4)
  • add validation for unknown namespace name in xmlns attribute value (#103) (f109686)
  • associations suggestions (#4) (4b439bf)
  • implemented suggestions of namespaces keys (#47) (f4880ea)
  • logic utils (#8) (7328217)
  • properties and event names suggestions (#14) (96db377)
  • suggest UI5 namespaces in xmlns attributes values (#17) (46c84c4)
  • validate attribute key is known in class and aggregation tags (#120) (443e13b)
  • validate boolean value in property (#113) (59d3a69)
  • semantic-model: implement semantic model for UI5 (#12) (225361d)
  • semantic-model: support special attributes - xml completion (#55) (5ae0c3a)
  • xml-views-completion: aggregations auto-complete (#4) (20caf48)
  • xml-views-completion: classes suggestions (#50) (42a62b6)
  • xml-views-completion: do not suggest abstract classes in XM… (#44) (cd0f38f)
  • xml-views-completion: filter on sap.ui.core.Element (not Control) (#44) (0991e6e)
  • xml-views-completion: filter suggestions by visibility (#28) (4ea75c5)
  • xml-views-completion: suggest namespaces on non-class elements (#52) (e651847)

Reverts

  • Revert "build: remove usage of TypeScript pre-processor for testing flows" (83b73a2)

1.5.8 (2021-05-04)

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

1.5.7 (2021-01-03)

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

1.5.6 (2020-12-30)

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

1.5.5 (2020-08-27)

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

1.5.4 (2020-08-12)

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

1.5.3 (2020-07-15)

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

1.5.2 (2020-07-08)

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

1.5.1 (2020-06-29)

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

1.5.0 (2020-06-17)

Features

  • add settings to include deprecated and experimental APIs (#143) (fad2d9b)

1.4.1 (2020-06-03)

Bug Fixes

  • don't offer classes from sub-namespaces in code completion (#156) (a6f4ec3)
  • support namespace in aggregation name (#150) (cff718b)

1.4.0 (2020-05-20)

Bug Fixes

  • language-server: suggest current attribute name (#99) (325e567)

Features

  • add support for code completion of boolean properties values (#66) (d95ead4)
  • 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)

1.3.1 (2020-05-06)

Bug Fixes

  • use prefix when suggesting namespaces in attribute value (#62) (8019b4d)

1.3.0 (2020-04-23)

Features

  • semantic-model: support special attributes - xml completion (#55) (5ae0c3a)
  • xml-views-completion: suggest namespaces on non-class elements (#52) (e651847)

1.2.0 (2020-04-07)

Features

  • xml-views-completion: do not suggest abstract classes in XM… (#44) (cd0f38f)

1.1.0 (2020-04-01)

Features

  • suggest UI5 namespaces in xmlns attributes values (#17) (46c84c4)

1.0.0 (2020-03-31)

Features

  • associations suggestions (#4) (4b439bf)
  • xml-views-completion: classes suggestions (#50) (42a62b6)
  • add enum value code assist (#37) (309c55c)
  • implemented suggestions of namespaces keys (#47) (f4880ea)
  • xml-views-completion: aggregations auto-complete (#4) (20caf48)
  • xml-views-completion: filter on sap.ui.core.Element (not Control) (#44) (0991e6e)
  • properties and event names suggestions (#14) (96db377)
  • semantic-model: implement semantic model for UI5 (#12) (225361d)
  • xml-views-completion: filter suggestions by visibility (#28) (4ea75c5)
  • logic utils (#8) (7328217)

Reverts

  • Revert "build: remove usage of TypeScript pre-processor for testing flows" (83b73a2)