dune/CHANGES.org

45 lines
1.2 KiB
Org Mode
Raw Normal View History

2017-02-24 10:38:54 +00:00
* 1.0
- Generate a log in =_jbuild/log=
2017-02-24 10:38:54 +00:00
- Improve the output of jbuilder, in particular don't mangle the
output of commands when using =-j N= with =N > 1=
- Strengthen the scope of a package. Jbuilder knows about package =foo=
only in the sub-tree starting from where =foo.opam= lives
- Versioned the jbuild format and added a first stable version.
You should now put =(jbuilder_version 1)= in a =jbuild= file at the
root of your project to ensure forward compatibility
2017-02-24 18:23:14 +00:00
- Generate meaningful versions in =META= files
2017-02-24 15:41:52 +00:00
- Added a few commands:
+ =runtest=
+ =install=
+ =uninstall=
+ =installed-libraries=
2017-03-01 12:09:57 +00:00
+ =exec=: execute a command in an environment similar to what you
would get after =jbuilder install=
2017-02-24 10:38:54 +00:00
- Added support for aliases
(#7, Rudi Grinberg)
- Added a manual
- Switched the CLI to cmdliner and added a =build= command
(#5, Rudi Grinberg)
2017-02-25 13:55:43 +00:00
- Automatically generate =.merlin= files
(#2, Richard Davison)
2017-02-25 01:51:57 +00:00
- Added support for compiling against multiple opam switch
simultaneously by writing a =jbuild-worspace= file
2017-02-28 07:32:15 +00:00
- Search the root according to the rules described in the manual
instead of always using the current directory
2017-02-24 10:38:54 +00:00
* 0.1.alpha1 (04/12/2017)
First release