pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/js_of_ocaml



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Sat Feb  6 14:00:14 UTC 2016

Modified Files:
        pkgsrc/devel/js_of_ocaml: Makefile PLIST distinfo

Log Message:
Updated package to latest version, 2.7. Changes include:
===== 2.7 (2016-01-25) =====

 * Features/Changes
 ** Syntax: ppx_deriving
 ** Compiler: Add custom_header ability to jsoo generate file (Edgar Aroutiounian)
 ** Compiler: Bytecode parsing, improved performance
 ** Lib: add geolocation API (Stéphane Legrand)
 ** Lib: add Mutation observers API (Stéphane Legrand)
 ** Lib: add Jstable module (Drup)
 ** Lib: add WebWorker API (Grégoire Henry)
 ** Lib: Allow to customize 'in_channel' with specific 'refiller' (Grégoire Henry)
 ** Lib: Synchronized tyxml 3.6.0

 * BugFixes
 ** Compiler: Fix compilation of the [match with exception] construct
 ** Compiler: fix compat with the upcoming ocaml 4.03
 ** Lib: Tyxml_js, discrepancy between Firefox and Chromium
 ** Lib: various small fixes
 ** Runtime: Fix Big_int.square_big_int
 ** Runtime: graphics, fix draw_image with transparent pixel
 ** Ppx: fix for merlin

===== 2.6 (2015-07-15) =====

 * Features/Changes
 ** Compiler: Findlib is optionnal
 ** Compiler: improvement of sourcemap support (ie: inlinned sourcemap)
 ** Compiler: Support for separate compilation (compile cm{o,a} -> js)
 ** Compiler: more inlining
 ** Syntax: new ppx syntax
 ** Syntax: js object literal (camlp4 + ppx)
 ** Runtime: support for Dynlink
 ** Runtime: Support for upcomming release of Bin_prot, Core_kernel, Async_kernel
 ** Lib: add requestAnimationFrame
 ** Lib: complete Js.Math
 ** Lib: complete xmlHttpRequest

 * Misc
 ** Drop support for 3.12

 * BugFixes
 ** Runtime: Fix caml_hash
 ** Lib: fix tyxml + svg
 ** Lib: various Api fixes


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/js_of_ocaml/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/js_of_ocaml/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/js_of_ocaml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index