forked from pouya-eghbali/brackets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
105 lines (75 loc) · 2.12 KB
/
CHANGES.txt
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
v0.6.2 July 27 2017
-- Fixed an issue with default values in extender
v0.6.1 July 27 2017
-- Fixed an issue with comments
-- Fixed an issue with helpers
v0.6.0 July 26 2017
-- Better exceptions and debugging
-- Added map files
v0.5.11 July 25 2017
-- Fix try/catch issue in class extends
v0.5.10 July 24 2017
-- Added __brackets_main__
v0.5.9 July 24 2017
-- Fixed a problem with local variables and lambdas
v0.5.8 July 23 2017
-- Fixed a problem with dictionaries
v0.5.7 July 18 2017
-- Fixed a problem with regex
-- Fixed a problem with extend
-- Fixed a problem with strings
v0.5.6 July 18 2017
-- Fixed a problem with extend syntax
v0.5.5 July 16 2017
-- Better debug messages
v0.5.4 July 16 2017
-- Fixed a bug with template literals
v0.5.3 July 15 2017
-- Fixed a bug with strings
v0.5.2 July 15 2017
-- Added dummy debug info
v0.5.1 July 15 2017
-- Fix a parsing error in lambda
v0.5.0 July 14 2017
-- Not allowing indenting and {} mix
v0.4.1, July 14 2017
-- Fixed readme on pypi
v0.4.0, July 14 2017
-- Added brackets executables
-- Importer system
-- Docs and website
-- A lot of changes so whatever
v0.3.8, July 10 2017
-- Ability to extend classes
v0.3.7, July 09 2017
-- Added support for regex
v0.3.6, July 09 2017
-- Fixed a problem with function template formatting
v0.3.5, July 09 2017
-- Removed some debug code left in production one
v0.3.4, July 09 2017
-- Fixed a problem with indenting
-- Added the ?() syntax
v0.3.3, July 08 2017
-- Allow template literals in function templates
v0.3.2, July 07 2017
-- Added support for js-style template literals
-- Fixed PyPI license text
v0.3.1, July 07 2017
-- Added support for // and /* comments */
v0.3.0, July 06 2017
-- Added support for class
-- Reformatted matcher code
-- Fixed dependency issues
-- Added code formatting with yapf
v0.2.1, July 06 2017
-- Added support for else, elif, try, except
v0.2.0, July 06 2017
-- complete rewriting of the code
-- Added support for function templates
v0.1.2-v0.1.8, July 04 2017
-- Trying to get stupid structured text fuck to work
v0.1.1, July 04 2017
-- Added support for anonymous functions
v0.1, August 11 2013
-- Initial release