This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
Releases: deltachat/deltachat-node
Releases · deltachat/deltachat-node
v0.3.0
Changed
- Upgrade
napi-macros
to^1.7.0
(@ralphtheninja) - Rename
NAPI_UTF8()
toNAPI_UTF8_MALLOC()
(@ralphtheninja) - Pass 1 or 0 to
dcn_set_offline()
(@ralphtheninja) - Use
NAPI_ARGV_*
macros (@ralphtheninja) - Wait with configure until db is open and emit
'ready'
when done configuring (@ralphtheninja) - Start threads after
open()
is finished (@ralphtheninja)
Added
- Emit
ALL
and individual events (@ralphtheninja) - Add reverse lookup of events from
int
tostring
inevents.js
(@ralphtheninja) - Add
MessageState
class (@ralphtheninja)
Fixed
- Fix 🐛 with wrong index for query in
dcn_search_msg()
(@ralphtheninja)
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)
v0.1.1
Fixed
- Fix issues when installing from npm (@ralphtheninja)
v0.1.0
🌱 Initial release.