- Update rebar3
- Set the documentation provider for hex.pm to edoc
- Update stacktrace generation
- Try to fix nixpkgs based
hexBuild
errors be replacing '-include_lib' with '-include'
- Fix cover compilation
- Simplify the internal module loading
- Improve module loading stability
- Replace
em_mocking_queue
byem_module_loader
- Discourage concurrent mocking
- Fix the race condition introduced in 7.1.0
- Add
em:lock()' and
em:unlock()' to mark sections of code that would appreciate that no modules are mocked. - Hopefully fix #8
- Respect
sticky_dir
- Add printf debugging profile
rebar3 as printf_debugging eunit