Skip to content

Latest commit

 

History

History
198 lines (167 loc) · 7 KB

CHANGELOG.md

File metadata and controls

198 lines (167 loc) · 7 KB

LiteFlowX Changelog

[Unreleased]

[1.3.1] - 2024-04-19

  • 修复 旧版本兼容性问题
  • 修复 可能的 NPE 问题

[1.3.0] - 2024-04-15

  • 新增 新增决策表特性的支持
  • 新增 类级别和方法级别声明式的统一
  • 新增 布尔脚本组件
  • 新增 retry 关键字的支持
  • 新增 增加关键字SER/PAR/maxWaitMilliseconds
  • 修改 组件继承占位符
  • 兼容 IDEA-2024.1 版本
  • 修复 SWITCH的TO后面接IF表达式给id报错

[1.2.5] - 2023-10-16

  • 修复 继承占位符语法解析误报 问题

[1.2.4] - 2023-10-12

  • 新增 支持.must() 关键词
  • 新增 支持实验性版本的继承特性

[1.2.3] - 2023-08-30

  • 新增对 xml 文件的自动注入 JAVA 语言

[1.2.2] - 2023-08-08

  • 新增 支持.parallel() 关键词
  • 新增 支持.maxWaitSeconds() 关键词
  • 修复 ToolBox 会被关闭问题
  • 兼容 IDEA-2023.2.* 版本

[1.2.1] - 2023-04-11

  • 新增 支持表达式结尾键入.tag()和.id()
  • 兼容 WHILE() 括号表达式内使用AND、OR、NOT逻辑表达式

[1.2.0] - 2023-04-01

  • 新增 支持AND()、OR()、NOT()逻辑表达式
  • 兼容 IDEA-2023.* 版本

[1.1.6] - 2023-03-16

  • 新增 CATCH().DO() 表达式

[1.1.5] - 2023-02-01

  • 修复 ITERATOR 关键字组件图标无法正常显示问题
  • 修复 .el.xml 文件中 chain 标签无法识别 id 属性问题

[1.1.4] - 2023-01-18

[1.1.3] - 2022-12-11

[1.1.2] - 2022-11-23

  • 修复 #I5X8XV com/intellij/psi/impl/source/PsiClassImpl.isInheritor must not be null 的问题
  • 修复 com.intellij.psi.impl.source.xml.XmlElementContentGroupImpl cannot be cast to class com.intellij.psi.xml.XmlTag 的问题

[1.1.1] - 2022-10-24

[1.1.0] - 2022-10-09

[1.0.4] - 2022-08-25

[1.0.3] - 2022-08-02

[1.0.2] - 2022-07-21

[1.0.1] - 2022-07-14

  • 修复 因旧表达式存在而导致的报错
  • 修复 因qualifiedName参数为null而导致的IllegalArgumentException
  • 优化 部分代码的对Null值得判断

[1.0.0] - 2022-07-10

[0.1.1] - 2022-06-15

[0.1.0] - 2022-06-09

新增

  • 特性 #I5B89P Xml文件中支持Ctrl+鼠标左键点击表达式直接跳转到定义

增强

  • 适配 liteFlow 2.7.x 版本
  • LiteFlowTool内扫描的不足1的元素分类不显示

修复

  • 修复 #I5A2TT 解决LiteFlowTool刷新元素时卡顿问题
  • 修复 #I5B85N 不能够正常识别组件问题

[0.0.2] - 2022-05-30

新增

  • 新增对yml、properties、beanXml的rule-source文件跳转的支持

修复

  • 修复Component或LitefloeComponent注解value为表达式不能识别跳转问题

[0.0.1] - 2022-05-25

新增

  • 支持 Java 代码跳转到 Chain
  • 支持 LiteFlowTool 工具中显示元素位置
  • 支持 IDEA 2017.1 以后的版本

更改

  • 图标全部更换使用 svg 图标文件

修复

  • 解决了插件不稳定的部分情况

[0.0.1-alpha.3.1] - 2022-05-23

Added

  • Added LiteFlowTool Windows
  • Added file icon processing, able to identify xml files and component files
  • Added recognition of Slot files

Changed

  • Modify the style of XML intellisense
  • Re-optimize the code structure and add comments to important classes
  • Temporarily remove support for JSON files
  • Using the LiteFlow native Parser for parsing expression
  • LineMarker icon modification

Bug fixed

  • Some components could not be found
  • Fix the problem of not being able to autocomplete

[0.0.1-alpha.3] - 2022-05-23

Added

  • Added LiteFlowTool Windows
  • Added file icon processing, able to identify xml files and component files
  • Added recognition of Slot files

Changed

  • Modify the style of XML intellisense
  • Re-optimize the code structure and add comments to important classes
  • Temporarily remove support for JSON files
  • Using the LiteFlow native Parser for parsing expression
  • LineMarker icon modification

Bug fixed

  • Some components could not be found

[0.0.1-alpha.2.1] - 2022-05-16

Changed

  • Change plugin icon

[0.0.1-alpha.2] - 2022-05-16

Enhanced

  • Compatible with IDEA Community Edition

[0.0.1-alpha] - 2022-05-12

Added

  • Identify components, nodes and chains.
  • Component and XmlTag can jump back and forth.
  • Component and JsonObject can jump back and forth.
  • Smart Prompts and AutoComplete