mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
3.1 KiB
3.1 KiB
Rebar 2.2.0
PR's Merged
- rebar/137: Filter documented behaviour callbacks
- rebar/142: Fix rebar_file_utils module on Windows with MSYS
- rebar/152: Allow users to configure skip_deps for specific commands
- rebar/154: Stop applications nicely before killing extra processes
- rebar/155: Fix rebar_utils:expand_env_variable/3
- rebar/157: add native Windows compiler support
- rebar/172: Allow reltool target_dir to be constructed on the fly
- rebar/173: rebar should expand VCS version in the top directory, if possible
- rebar/174: Fixed handle_call response in simplesrv.erl
- rebar/177: Cache vsn information during the run to avoid extra unnecessary shell calls
- rebar/179: Add ebin to the path before compiling erlydtl templates
- rebar/183: Fix compiling DTL templates with latest erlydtl
- rebar/184: Fix for destruction of config app vars on reset
- rebar/185: simple enhance and simple bugfix
- rebar/187: fix for cp_r_win32 where copying a directory to a non-existant directory would crash
- rebar/189: Fix typos in generated cmd script in bootstrap
- rebar/190: Windows xcopy dir to non-existant dir (re-request)
- rebar/191: Fix typos in rebar_templater
- rebar/196: Escape '|' in the Windows runner usage string
- rebar/198: New feature to rebar_xref to allow execution of custom queries.
- rebar/199: Added new feature to rebar xref to allow execution of custom queries.
- rebar/200: Enable runner to pass more than one argument to start
- rebar/201: include simplemodule.app.src in simplemod template
- rebar/205: Ports in languages other than C
- rebar/210: use file:script if a .config.script file present
- rebar/212: Modified simplenode.runner to start from alternative directory
- rebar/214: Foreground running doesn't allow console attaching
- rebar/215: Add support for http proxy_friendly_github_urls
- rebar/388: Less than useful rebar error message when error in .hrl files