Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@jserot jserot released this 16 Sep 08:57
· 30 commits to master since this release

CHANGES:

0.6.0 (Sep, 16, 2019)

* now requires ocaml >= 4.08

0.6-alpha (Aug, 18, 2019)

* removed dependency on camlp4 by rewriting the Fsm_expr, Fsm and ListExt parsers
* dunified build and install process

0.5 (Apr, 9, 2018)

* Library is now packed under Lascar module to prevent name clash

0.4 (Feb, 5, 2018)

* OPAMification
* Home page and documentation moved to separate web site
* Added INSTALL
* CHANGELOG now in .md format

0.3 (Dec, 14, 2017)

* Added functions [map_state], [map_attr] and [map_label]
* Added modules [Builtins.{Int,String,Bool}]. Rewrote some examples accordingly

0.2 (Nov 27, 2107)

* Added [ListExt.update_assoc]

0.1 (Nov 6, 2107)

* First public version