4
4
5
5
6
6
..- --.- ..- -.... -..-- .-..-. -.-..---.-.-....--.-- -....-.... -..-- .-
7
- basil.js 1.09 -
7
+ basil.js 1.0.10 -
8
+
9
+ + Added package.json definition
10
+ * Changed versioning scheme to npm style
11
+
12
+ ..- --.- ..- -.... -..-- .-..-. -.-..---.-.-....--.-- -....-.... -..-- .-
13
+ basil.js 1.09 -
8
14
9
15
+ Added installer scripts for OS X and Windows
10
16
* Added some better error reporting for null objects
@@ -15,7 +21,7 @@ basil.js 1.08 - 11 November 2013
15
21
16
22
+ Added b.arc() by Ken Frederick, cheers mate!
17
23
+ Added b.weekday(), b.timestamp() and b.millisecond()
18
- * Fixed output to progress panel
24
+ * Fixed output to progress panel
19
25
* Added auto save to MODEHIDDEN
20
26
* Added 15s timeout to loadStrings via TCP/IP
21
27
* Improved error reporting
@@ -40,7 +46,7 @@ Please note that this release is still experimental.
40
46
basil.js 1.05 - 9 October 2013
41
47
42
48
* Bugfix to b.endShape()
43
- * Bugfix to b.loadString() and b.download(),
49
+ * Bugfix to b.loadString() and b.download(),
44
50
now supports more than one GET parameter
45
51
* changed default anchor to center for transforms with line()
46
52
* internal safety improvements
@@ -67,8 +73,8 @@ basil.js 1.04 - 23 September 2013
67
73
* Extended loadString() and loadStrings() to handle URLs. Happy GET URL!
68
74
see examples/input/loadStringURL.jsx
69
75
70
- * all export functions can handle now sub-folders
71
- e.g. exportPNG("swiss/basel/snap.png")
76
+ * all export functions can handle now sub-folders
77
+ e.g. exportPNG("swiss/basel/snap.png")
72
78
73
79
74
80
..- --.- ..- -.... -..-- .-..-. -.-..---.-.-....--.-- -....-.... -..-- .-
@@ -81,7 +87,7 @@ basil.js 1.03 - 3 July 2013
81
87
basil.js 1.02 - 3 June 2013
82
88
83
89
* fixed a bug with b.constrain()
84
- * added constraints for b.color() and b.fill(), where illegal channel
90
+ * added constraints for b.color() and b.fill(), where illegal channel
85
91
values would previously produce strange results
86
92
87
93
@@ -103,27 +109,27 @@ basil.js 1.00 - 28 Feb 2013
103
109
104
110
First public release!
105
111
106
- + new functions to work conveniently with stories (indesign model of linked
112
+ + new functions to work conveniently with stories (indesign model of linked
107
113
content or many textframes), e.g. b.addToStory(), b.storyCount() ...
108
114
see: examples/document/story.jsx
109
115
110
116
111
117
..- --.- ..- -.... -..-- .-..-. -.-..---.-.-....--.-- -....-.... -..-- .-
112
118
basil.js 0.22 - 25 Feb 2013
113
119
114
- + new computation modes MODESILENT, MODEHIDDEN, MODEVISIBLE.
120
+ + new computation modes MODESILENT, MODEHIDDEN, MODEVISIBLE.
115
121
HIDDEN is very handy for working with large files, as the document is
116
122
processed completely in background, performance is a lot better.
117
-
123
+
118
124
* Changes for b.go().
119
125
You can switch between the computation modes via b.go( b.MODESILENT ),
120
- b.go( b.MODEHIDDEN ) and b.go( b.MODEVISIBLE ). If b.go() is called
126
+ b.go( b.MODEHIDDEN ) and b.go( b.MODEVISIBLE ). If b.go() is called
121
127
without a paramter, then the default mode MODESILENT is used.
122
128
123
- Special thanks to be:screen GmbH for the new computation modes and
129
+ Special thanks to be:screen GmbH for the new computation modes and
124
130
performance optimization!
125
131
126
- + new functions for creating shapes. you can create arbitrary lines,
132
+ + new functions for creating shapes. you can create arbitrary lines,
127
133
bezier curves, polygones with beginShape(), endShape() and vertex()
128
134
129
135
@@ -136,8 +142,8 @@ basil.js goes semi public with a private beta release
136
142
..- --.- ..- -.... -..-- .-..-. -.-..---.-.-....--.-- -....-.... -..-- .-
137
143
basil.js pre 0.21 - May to Dec 2012
138
144
139
- basil.js is developed over the Summer by Ted Davis, Benedikt Groß,
140
- Stefan Landsbek and Ludwig Zeller.
145
+ basil.js is developed over the Summer by Ted Davis, Benedikt Groß,
146
+ Stefan Landsbek and Ludwig Zeller.
141
147
142
148
Special thanks to Stefan Landsbek for the inital code architecture!
143
149
0 commit comments