CHANGELOG.md

# Changelog

All notable changes to this project will be documented in this file.

## [Unreleased]

## [4.1.1] - 2024-11-05

### FIX

* Fixed ReaxtWebpack compiler return.

## [4.1.0] - 2024-02-27

### Added

* Forwarding MIX_ENV variable to webpack.

### Changed

* 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

* Added this changelog file.

### Changed

* Updated webpack error messages handling.
* More detailed Reaxt errors.
* Js: updated `node_erlastic` deps to kbrw's scoped version.

### FIX

* Removed `parallel-webpack` as it doesn't build with webpack 5.

## [4.0.1] - 2020-12-21

### Changed

* Updated escaping of the javascript returned to Elixir.

## [4.0.0] - 2020-10-23

### Changed

* 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

### Changed

* Updated escaping of the javascript returned to Elixir.

## [3.0.0] - 2020-01-29

### Changed

* Breaking : update `react` version from 15.4.1 to 16.12.0

## [2.1.1] - 2021-12-21

### Changed

* Updated escaping of the javascript returned to Elixir.

## v0.3.2 - 2015-10-01

### FIX

* Depencency API change in elixir 1.1.0

## v0.3.0 - 2015-07-11

### Change

* Breaking: added a third parameter `timeout` to render

Changelog format inspired by [keep-a-changelog]

[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog
[unreleased]: https://github.com/kbrw/reaxt/compare/v4.1.1...HEA
[4.1.1]: https://github.com/kbrw/reaxt/compare/v4.1.0...v4.1.1
[4.1.0]: https://github.com/kbrw/reaxt/compare/v4.0.2...v4.1.0
[4.0.2]: https://github.com/kbrw/reaxt/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/kbrw/reaxt/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/kbrw/reaxt/compare/v3.0.0...v4.0.0
[3.0.1]: https://github.com/kbrw/reaxt/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/kbrw/reaxt/compare/v2.1.0...v3.0.0
[2.1.1]: https://github.com/kbrw/reaxt/compare/v2.1.0...v2.1.1