23 lines
731 B
Markdown
23 lines
731 B
Markdown
# 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.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [v0.1.2](https://github.com/elixir-nx/nx_image/tree/v0.1.2) (2024-02-19)
|
|
|
|
### Added
|
|
|
|
* `:antialias` option to control anti-aliasing in resize functions ([#5](https://github.com/elixir-nx/nx_image/pull/5))
|
|
|
|
## [v0.1.1](https://github.com/elixir-nx/nx_image/tree/v0.1.1) (2023-03-16)
|
|
|
|
### Fixed
|
|
|
|
* Deprecation warnings on Nx 0.5 ([#4](https://github.com/elixir-nx/nx_image/pull/4))
|
|
|
|
## [v0.1.0](https://github.com/elixir-nx/nx_image/tree/v0.1.0) (2022-12-05)
|
|
|
|
Initial release.
|