Update changelog
[pkg-ocaml-js-of-ocaml.git] / CHANGES
blobf44a44a7799e755856b182ff610b3008a3b08b8e
1 ===== 1.0.5 (2011-09-21) =====
3  * Bugfixes:
4    ** array_get/set bound check
5  * Libraries:
6    ** XmlHttpRequest: allow to cancel ta XHR after receiving the HTTP headers
7    ** Added the [CSS.Angle] module to handle angles in CSS
9 ===== 1.0.4 (2011-09-07) =====
11  * Bugfixes:
12    ** fix typo in 'greater than or equal to'
13    ** marshalling, unmarshalling and comparison
14       are not recursive anymore: avoid stack overflow
15    ** use custom formatter to pretty print Javascript
16       code to avoid newlines where it is forbidden.
17    ** fix type of Dom.nodeList.item (was optdef, is now opt)
18    ** fixes for internet explorer.
19    ** fixes for bug exposed by Berke Durak's tool jsure.
20  * Libraries:
21    ** History API
22    ** improvements of CSS module
23    ** Add coercion and attribute manipulation functions in Dom module
25 ===== 1.0.3 (2011-07-13) =====
27  * Bugfixes:
28    ** 'caml_int_of_string' was incorrect for negative number
29    ** Fixed misparenthesized Javascript 'new' expressions
30  * Libraries:
31    ** Add a CSS module
32    ** export Form.form_elements
33    ** add onsubmit method to Dom_html.formElement
34    ** add classList property to dom elements
36 ===== 1.0.2 (2011-04-13) =====
38  * Bugfixes:
39    ** fix compilation of Int32/Nativeint
40    ** fix compilation of self-recursive functions in loops
41    ** fix to File module for when there is no FileReader class in the host browser
42    ** fixed big in weak support
43  * Compiler:
44    ** Switch licence to LGPL
45    ** API to generate a function instead of a standalone program
46    ** option to compile an OCaml toplevel
47  * Libraries:
48    ** Add an optionnal JSON deriving class
49    ** Add Math.random binding
50    ** Add scrollWidth/scrollHeight element methods to the DOM
51    ** Add coercion function Dom_html.CoerceTo.element
52    ** Renaming functions in XmlHttpRequest:
53       *** send -> perform
54       *** send_string -> perform_raw_url
56 ===== 1.0.1 (2011-01-26) =====
58  * Bugfixes:
59    ** conversion of Int64 to string.
60    ** typos.
61  * Allow use of Lwt.pause.
62  * Split ocamlfind packages in two: syntax and library.
64 ===== 1.0 (2010-12-13) =====
66 Initial release