This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
v0.2.0
Changed
- Tweak license description (@ralphtheninja)
- Handle
NULL
strings inNAPI_RETURN_AND_FREE_STRING()
(@ralphtheninja) - Refactor array code in
src/module.c
(@ralphtheninja) - Split
dc.createGroupChat()
intodc.createUnverifiedGroupChat()
anddc.createVerifiedGroupChat()
(@ralphtheninja) - Update minimal node version in README (@ralphtheninja)
Added
- Add
nyc
andcoveralls
for code coverage (@ralphtheninja) - Add
constants.js
by parsingdeltachat-core/src/deltachat.h
(@ralphtheninja)
Removed
- Remove magic numbers from tests (@ralphtheninja)
- Remove
console.log()
frombinding.js
(@ralphtheninja)
Fixed
- Throw helpful error if tests are missing credentials (@ralphtheninja)