| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-04-19 | 1.1 kB | |
| v0.2.0.tar.gz | 2021-04-19 | 811.8 kB | |
| v0.2.0.zip | 2021-04-19 | 890.5 kB | |
| Totals: 3 Items | 1.7 MB | 0 | |
Breaking Changes:
- Applicable release options in
mix.exsare now scoped to a:bakewarekey. If you were setting:compression_levelpreviously, you will need to update you setting.
Enhancements:
- Windows Support! (Thanks @kritarthh :tada:) - See Building on Windows for more info
- Adds the
:start_commandoption to the bakewaremixrelease options which allows you to start the bakeware executable with the same commands supported byMix.Release. See the bakeware iex_prompt example for how this is used so that the IEx prompt supports line editing. - Adds the
--bw-commandoption when running the executable. Seemix releasecommand options. - Instructions added for compiling static OpenSSL when needed (thanks @vans163)
Bug Fixes:
- Removes
mix bakeware.assembletask which is unused and broken (Thanks @christhekeele). Please usemix releasefor the same effect