1
+ 2012.04.16, Version, 1.1.1, v4308
2
+ Improvements:
3
+
4
+ * Compiler:
5
+ - type parameters are now implicitly given to "magic functions", instead of
6
+ explicit utilities function (before this construction was unsafe)
7
+
8
+ * Runtime:
9
+ - Bump to node 0.10.3
10
+ - request and ressource are now streamed iterator see
11
+ HttpRequest.get_iter_body, Ressource.iter)
12
+
1
13
Updated APIs:
2
14
3
15
* Crypto:
4
16
- added SHA-512 functions
5
17
- added read_rsa_key function to read RSA key from a file
6
18
- added Cipher module, with AES support
19
+ - added running hash computation, Crypto.{add, digest}, Crypto.HMAC.create_*, Crypto.Hash.create_*
7
20
8
21
* Dom:
9
22
- added remove_attribute
@@ -23,16 +36,34 @@ Updated APIs:
23
36
- added render_value function to Reactive.value, in order to render the value directly
24
37
- more functions to Reactive.list
25
38
26
- * HttpRequest
27
- - get_cookie now takes a cookie name as a parameter, and returns an optional cookie value
28
- - get_internal_cookie returns the Opa internal cookie
29
-
30
39
* Resource
31
40
- added httpOnly and expires to Resource.cookie_attributes type
32
41
33
42
* Map:
34
43
- Refactor and cleanup, thanks to Owen Gunden
35
44
45
+ * HttpRequest:
46
+ - get_cookie now takes a cookie name as a parameter, and returns an optional cookie value
47
+ - get_internal_cookie returns the Opa internal cookie
48
+ - multipart is no more an external type but a streamed Opa iterator
49
+ - removed get_user, get_user_unsafe, get_connexion_string
50
+ - added get_iter_body
51
+
52
+ * WebClient:
53
+ - added a binary web client (WebClient.request*)
54
+
55
+ * Ressource:
56
+ - added iter
57
+
58
+ * Binary:
59
+ - added indexOf, explode, seek, of_iter
60
+
61
+ * Barrier:
62
+ - introduced Barrier module
63
+
64
+ * Swap:
65
+ - introduced Swap module
66
+
36
67
Bug fixes:
37
68
38
69
* Iter:
@@ -41,10 +72,10 @@ Bug fixes:
41
72
* Plugins:
42
73
- Some bootstrap plugins are not cleaned because of a reflow problem
43
74
44
- * Spark
75
+ * Spark:
45
76
- remove at the proper index in Reactive.list, push at the begining
46
77
47
- * HttpRequest
78
+ * HttpRequest:
48
79
- Duplicate cookies will all be set
49
80
- header_get is case insensitive
50
81
0 commit comments