forked from biwascheme/biwascheme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
History.txt
57 lines (39 loc) · 1.2 KB
/
History.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
(not yet) v0.6.x
* new: add clojure-like JavaScript interop syntaxes
(not yet) v0.6.1
* new: R6RS Enumerations
2011-11-22 v0.6.0
* change: migrated from prototype.js to jQuery and underscore.js
* change: argument for $ is passed to jQuery's $.
old: ($ "foo")
new: ($ "#foo")
* new functions:
list-copy
console-log, console-debug, console-info,
console-warn, console-error
inc!, dec!
dotimes
js-function?
* new demos:
demo/raphaeljs/
demo/chat_with_socketio_and_node/
2011-08-07 v0.5.7
* new: install via npm ($ npm install biwascheme)
it means you can do require('biwascheme') on Node
* improve: added tuplespace/README
* fix: element-write-attribute did not work
2011-07-07 v0.5.6
* new: Node.js support! (try 'node bin/biwas a.scm')
2011-06-30 v0.5.5.2
* new: list-sort/comp
* fix: functions with multiple body exprs did not work
2010-12-25 v0.5.5.1
* new: R6RS Records
* bug fixes
2010-08-27 v0.5.4.2
* fix: (let-values)
* fix: (acos)
* new: (gensym) returns random symbol
* new: (string->number) parses flonum
* new: BiwaScheme.GitCommit
note: now sed is needed to compile biwascheme.js