All notable changes to this project will be documented in this file.
4.1.1 - 2024-11-05
- Fixed ReaxtWebpack compiler return.
4.1.0 - 2024-02-27
- Forwarding MIX_ENV variable to webpack.
- Updated poolboy, it itself now uses rebar3 to build.
- Upgraded the code to be compatible with Elixir 1.15.
4.0.2 - 2021-05-28
- Added this changelog file.
- Updated webpack error messages handling.
- More detailed Reaxt errors.
- Js: updated
node_erlastic
deps to kbrw's scoped version.
- Removed
parallel-webpack
as it doesn't build with webpack 5.
4.0.1 - 2020-12-21
- Updated escaping of the javascript returned to Elixir.
4.0.0 - 2020-10-23
- Breaking : upgraded targeted Elixir version from 1.0 to 1.10.
- Breaking : upgraded Webpack version from 3.3.0 to 5.1.3.
- Moved out of GenEvent.
3.0.1 - 2021-12-21
- Updated escaping of the javascript returned to Elixir.
3.0.0 - 2020-01-29
- Breaking : update
react
version from 15.4.1 to 16.12.0
2.1.1 - 2021-12-21
- Updated escaping of the javascript returned to Elixir.
- Depencency API change in elixir 1.1.0
- Breaking: added a third parameter
timeout
to render
Changelog format inspired by keep-a-changelog