Current section

Files

Jump to
phoenix_vite CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.2] - 2025-07-03
- Fix manifest references for production environment [#4]
## [0.2.1] - 2025-06-23
- Use `:bun` version 1.5 with the changes to `bun x`
## [0.2.0] - 2025-06-22
- Support local node/npm setups
- Split up igniter steps and add more tests
## [0.1.0] - 2025-06-22
### Added
- Components to handle vite assets both for the dev server as well as from a manifest
- Integration with bun elixir package
- Igniter installer
[unreleased]: https://github.com/LostKobrakai/phoenix_vite/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/LostKobrakai/phoenix_vite/releases/tag/v0.2.2
[0.2.1]: https://github.com/LostKobrakai/phoenix_vite/releases/tag/v0.2.1
[0.2.0]: https://github.com/LostKobrakai/phoenix_vite/releases/tag/v0.2.0
[0.1.0]: https://github.com/LostKobrakai/phoenix_vite/releases/tag/v0.1.0