-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
129 lines (90 loc) · 3.94 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
=0.2.0
* First public release
=0.3.0
* Added context sensitive commands
* Show child role lables in auto completer
* Show unlabled arguments in auto completer
* Show only arguments in auto completer which don't have a value yet
* Fixed auto completion within array values
* Fixed generation of child role labels in serializer
* Added :after_load hook to DefaultLoader
* Added result limit option to DefaultServiceProvider
* Removed short_class_names option from Language
=0.4.0
* Made instantiator a lot more robust against parse errors
* Added DefaultLoader option to not reload fragments with errors
* Added service load progress indication and custom problem severity
* Fixed serialization of enum literals starting with a digit
* Fixed used port detection in service
* Fixed completion option order to match order defined in lanugage
=0.5.0
* Added annotations
* Added generic value support
* Added RText frontend support (for Ruby based RText plugins and testing)
* Changed frontend/backend protocol to JSON over TCP
* Generally improved completer and context builder, fixed bugs, added tests
* Added automated frontend/backend tests
* Added example language (ECore editor)
* Added configurable backward reference attribute
* Fixed backward reference resolution in case line ends with name attribute
* Added more information to unlabled value completion options
* Added backend service support for lanugage exchange at runtime
* Extended support for relative reference calculation and resolution
* Added on_progress hook to default_loader
* Added explicit handling of encoding
* Improved backend service progress reporting
* Fixed backward reference list to not include opposites of forward references
* Fixed problem with backend service socket connection on some machines
=0.5.1
* Fixed service connection problem when ports are in use by other processes
=0.5.2
* Fixed exception in default service provider when trying to follow a reference on an attribute value
* Ignore BOM in instantiator
=0.5.3
* Fixed completion of enum values which need to be quoted
* Added support for BigDecimal
=0.6.0
* Changed service provider interface to allow for more customization
* Changed Completer into DefaultCompleter to allow for customization
* Added labeled_containments language parameter
* Made DefaultLoader robust against missing files
=0.7.0
* Added DefaultResolver and support for custom resolvers for DefaultLoader and DefaultServiceProvider
* Changed instantiator on_progress proc to take a second argument with the number of progress steps
* Changed tokenizer to start new tokens immediately after error tokens
* Fixed line number in instantiator problem report for multiple childs in one-role
* Fixed unit tests for Ruby 2.0
* Fixed context builder prefixes for strings
* Fixed DefaultLoader to let fragments calculate their elements list by themselves
* Minor performance improvements, mainly for instantiator and when passing large RText messages
* Improved performance of frontend connector especially for large amounts of data
=0.8.0
* Added line breaks support
* Fixed problem when there is no whitespace before a curly bracket
* Fixed problem when loading frontend context extractor in vim
=0.8.1
* Fixed frontend content extraction to support line breaks with backslash
* Fixed frontend content extraction, joining of broken lines
=0.8.2
* Fixed serializer negative decimal quotation
* Added Object attribute test case
=0.9.0
* Added protocol versioning support
* Added completion options for square brackets and curly braces
=0.9.1
* Fixed backward compatibility issues
=0.9.2
* Fixed frontend connector
* Fixed frontend tests
* Automatic conversion of integer and float values to string
=0.9.3
* Added lock file for backend service
=0.9.4
* Fixed issue with unquoted multiline strings
=0.10.0
* Switch to Ruby 2.7
=0.11.0
* Add support for Ruby up to 3.2
=0.11.1
* Fix column indixes to consistently start at 1
* Fix algorithm of context creation if inside comment/annotation