Releases: revelrylabs/elixir-nodejs
Releases · revelrylabs/elixir-nodejs
v3.1.2
Changed
- fix #90 terminal corruption when running inside an iEx session
Contributors
- @francois-codes for the fix
- @mrdotb and @Valian for contributing to the discussion
Full Changelog: v3.1.1...v3.1.2
v3.1.1
Changed
- add a minimal
package.json
alongsideserver.js
to work with projects that specify a module type other thancommonjs
Contributors
Full Changelog: v3.1.0...v3.1.1
v3.1.0
v3.0.0
[3.0.0]
This version is mainly a maintenance release to get all of the tooling and required language versions up-to-date so we can begin merging more substantive fixes and iterating on functionality.
Changed
- update language support minimums to Elixir 1.12, OTP 24, and Node 18
- format code with the latest
mix format
settings - replace Travis CI with GitHub Actions for CI/CD
- add
.dependabot.yml
config file - remove coverage reporting
- upgrade dependencies
Fixed
- fixed test error due to JS TypeError format change
Contributors
- @quentin-bettoum from #76
- @kkreine from #71
v2.0.0
Added
- support for GenServer name registration to support multiple supervisors
Changed
- updated Elixir requirements to 1.7
Fixed
Task.async
andTask.await
caller leaks with timeouts and worker crashconsole.*
calls in JavaScript code no longer causes workers to crash
v1.0.0
Merge pull request #4 from revelrylabs/2/chunked-responses Receive chunked responses to get around max payload limit