-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGES
More file actions
48 lines (36 loc) · 1.1 KB
/
CHANGES
File metadata and controls
48 lines (36 loc) · 1.1 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
Python-HEMI Changelog
=====================
Version 0.2.5
-------------
- Support passing long integers
Version 0.2.4
-------------
- Remove troublesome traceback mocking.
Version 0.2.3
-------------
- Fixed memory leak in javascript function call.
Version 0.2.2
-------------
- Fixed memory leak in __json__ unwrap.
Version 0.2
-----------
- Support unwrapping hemi.undefined.
- __json__ method for unwrapping user-defined types.
- Compile with python 2.5.
- Symbolize all strings for faster BEM execution.
- Raise exception on non-ascii strings.
- Wrapped objects behave more like Javascript ones (missing properties return
undefined).
- More Javascript exceptions supported.
- Better Javascript traceback.
- Property deleteion support.
- Wrap Python functions to Javascript (Context.Function).
- Create wrapped Javascript objects from Python (Context.Object).
- Modification of Javascript objects.
- Ability to pass wrapped Javascript objects back to Javascript.
- Ability to convert Javascript objects to Python dict and list
(hemi.pythonize).
- Fixed some bugs.
Version 0.1.1
-------------
- Initial release