# Changelog for elm2nix ## Unreleased ## 0.5.0 (2025-09-09) - Fix inconsistent indentation in generated elm-srcs.nix, now compatible with nixfmt-rfc-style (@sander) - Format the `default.nix` generated by `elm2nix init`, now compatible with nixfmt-rfc-style (@sander) ## 0.4.0 (2024-09-23) - snapshot creates a minimal registry.dat from elm.json without network access (@bmillwood) ## 0.3.0 (2022-09-06) - Prevent duplicates between src and test dependencies (@gpampara) - #48 Aeson 2 support (@gpampara) ## 0.2.1 (2020-11-22) - #40 Fix compatibility with newer versions of uglify.js (@turboMaCk) - #39 Switch to unversioned collection `nodePackages` for npm dependencies in default.nix (@ShrykeWindgrace) ## 0.2 (2019-12-28) - #35 Elm 0.19.1 support (@gpampara) ## 0.1.2 (2019-10-29) - #33 Minification of JS output (@turboMaCk) - #32 Make it possible to target JS output (@turboMaCk) - #31 Fetch test-dependencies (@prasmussen) ## 0.1.1 (2019-02-19) ### Changes - #22 Support req-0.1.0.0 (@domenkozar) ## 0.1.0 (2018-12-28) - Initial release (@domenkozar)