0.6.1: bugfixes
Fixes bugs found after the release of 0.6.1
What's Changed
- Update kernel_code.md - little typo by @FlorianBELLAZOUZ in #315
- Fix wierd error message formatting. Fixes #300. by @robinheghan in #317
- Fix gren make examples. by @robinheghan in #318
- Fix gren paths showing wrong path for backend binary when overriden. by @robinheghan in #319
- gren package validate searched for README and not README.md by @robinheghan in #321
- Stop re-creating package bundles for transient dependencies. by @robinheghan in #322
- Fix compile error when output path doesn't exist. by @robinheghan in #323
- Add NO_SIDE_EFFECT annotation above F[2-9] and A[2-9] functions by @robinheghan in #325
attemptWithStyle
didn't always wait for reporting to terminal to finish by @robinheghan in #326- Stop printing package management updates when compiling to stdout by @robinheghan in #327
- Fix crash when running gren package validate. by @robinheghan in #329
- Update compiler-node for more accurate findSources fix. by @robinheghan in #330
- compileProject in index.js now accepts the optimize flag, as well as multiple entry points. by @robinheghan in #331
- Fix broken links and some cases of an Gren => a Gren. by @robinheghan in #334
- Implement --report=json flag for make and docs commands. by @robinheghan in #336
- Put
gren run
output under.gren
dir by @blaix in #338 - Create src/ when init'ing a new project. by @robinheghan in #339
New Contributors
- @FlorianBELLAZOUZ made their first contribution in #315
Full Changelog: 0.6.0...0.6.1