Skip to content

Commit a915db2

Browse files
author
Quentin Bourgerie
committed
[build] version: 1.1.1
1 parent fa68d6b commit a915db2

File tree

2 files changed

+38
-7
lines changed

2 files changed

+38
-7
lines changed

CHANGELOG

+37-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
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+
113
Updated APIs:
214

315
* Crypto:
416
- added SHA-512 functions
517
- added read_rsa_key function to read RSA key from a file
618
- added Cipher module, with AES support
19+
- added running hash computation, Crypto.{add, digest}, Crypto.HMAC.create_*, Crypto.Hash.create_*
720

821
* Dom:
922
- added remove_attribute
@@ -23,16 +36,34 @@ Updated APIs:
2336
- added render_value function to Reactive.value, in order to render the value directly
2437
- more functions to Reactive.list
2538

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-
3039
* Resource
3140
- added httpOnly and expires to Resource.cookie_attributes type
3241

3342
* Map:
3443
- Refactor and cleanup, thanks to Owen Gunden
3544

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+
3667
Bug fixes:
3768

3869
* Iter:
@@ -41,10 +72,10 @@ Bug fixes:
4172
* Plugins:
4273
- Some bootstrap plugins are not cleaned because of a reflow problem
4374

44-
* Spark
75+
* Spark:
4576
- remove at the proper index in Reactive.list, push at the begining
4677

47-
* HttpRequest
78+
* HttpRequest:
4879
- Duplicate cookies will all be set
4980
- header_get is case insensitive
5081

compiler/buildinfos/version_major.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

0 commit comments

Comments
 (0)