8000 Tags · paulzql/rebar3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: paulzql/rebar3

Tags

3.0.0-beta.3

Toggle 3.0.0-beta.3's commit message
Bump to beta-3

beta-2

Toggle beta-2's commit message
Bump to beta-2

beta-1

Toggle beta-1's commit message
Merge pull request erlang#558 from tsloughter/beta-1

update contributing, readme and app.src for beta-1

alpha-6

Toggle alpha-6's commit message
Bump to alpha-6

alpha-5

Toggle alpha-5's commit message
Bump to alpha-5

Changelog since alpha-4:

- rebar3 now bootstraps itself
- app compile fixes on app info contents and config inheritance
- dropping ErlyDTL and going to Mustache for smaller executable sizes
  and faster load time on small CPUs
- dropping `erlydtl compile` command, ErlyDTL task moved to a plugin
- default dependencies are always fetched in the right place and don't
  need to be copied across profile runs
- escriptize fixes
- `unlock` command added
- resolving/avoiding clashes when a rebar3 dep and an application
  dependency conflict together
- profile deduplication (`rebar3 as test,test,prod,test eunit` returns
  the profile/directories for `prod+test`)
- `upgrade` command bugfixes to recognize promotion of transient deps to
  top-level deps
- support template when rebar3 is run as an embedded library
- some optimizations
- parse transform support is better in erl_opts
- fixes to package handling
- fixes to `rebar3 deps`

alpha-4

Toggle alpha-4's commit message
Bump to alpha-4

alpha-3

Toggle alpha-3's commit message
Bump to alpha-3

alpha-2

Toggle alpha-2's commit message
Bump to alpha-2

alpha-1

Toggle alpha-1's commit message
Bump to alpha-1

alpha

Toggle alpha's commit message
Merge pull request erlang#241 from tsloughter/erlydtl

update erlydtl compiler to output to _build, add simple test
0