File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.4.3
4
+
5
+ * Add parent_class for : class node
6
+ * Move process_with_node to instance
7
+ * Add Instance#process_with_other_node
8
+ * Fix indent for append action
9
+
3
10
## 0.4.2
4
11
5
- * do not rewrite code in {{ }} in synvert can't rewrite it
6
- * fix indent for replace_with action
12
+ * Do not rewrite code in {{ }} in synvert can't rewrite it
13
+ * Fix indent for replace_with action
7
14
8
15
## 0.4.1
9
16
10
- * add Rewriter::Helper module to provide common helper methods.
17
+ * Add Rewriter::Helper module to provide common helper methods.
11
18
12
19
## 0.4.0 (2014-07-26)
13
20
Original file line number Diff line number Diff line change 2
2
3
3
module Synvert
4
4
module Core
5
- VERSION = "0.4.2 "
5
+ VERSION = "0.4.3 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments