-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
59 lines (38 loc) · 1.26 KB
/
Copy pathChangeLog
File metadata and controls
59 lines (38 loc) · 1.26 KB
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
Change LOG 0.37
================================
Features:
1) Now compile into object whereas the main code is nested to the page() function
2) ability to write code outside the page() function using the <?!code?> tag
3) add examples to README
4) commands has been change to context
5) improvements to the logs module.
Change LOG 0.35
================================
Features:
1) Support script only file (SJS)
2) Performance improvements
2.1) Cache Eval Functions
2.2) prototyping
3) Support for NodeJS 0.2 has been verified
Change LOG 0.3
================================
Features:
1) Supports multi-node with session-scope and application-scope utilizing memcached.
BugFixes
1) bugs with static files support
Change LOG 0.29
================================
Features:
1) Compiling each JSSP file to JS file, upon a second use it evals/requires(the js file).
BugFixes
1) forward() is now working again
Change LOG 0.28
================================
Features:
1) Error details, on debug_mode Alligator generates a file by the name debugging.js, and add the error line to the response.
Change LOG 0.27
================================
Features:
1) multinode support - no shared memory yet
BugFixes
1) One can now write a server-side script with comments (//)