Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Unreleased changes will be displayed here upon implementation.

## [0.2.0] - 2025-08-13

### Added
## [0.2.2] - 2025-11-15

- [JSV](https://hexdocs.pm/jsv/JSV.html)-compatible JsonSchema definitions for `format` and `defaults` as
`ValueFormatter.Schema.Format` and `ValueFormatter.Schema.DefaultFormats`, respectively.
### Added
- Added support for custom coordinate separators in coordinate formatting.

## [0.2.1] - 2025-10-28

### Fixed

- Minor documentation fixes and improvements.

[unreleased]: https://github.com/box-id/value_formatters/compare/0.2.1...HEAD
## [0.2.0] - 2025-08-13

### Added

- [JSV](https://hexdocs.pm/jsv/JSV.html)-compatible JsonSchema definitions for `format` and `defaults` as
`ValueFormatter.Schema.Format` and `ValueFormatter.Schema.DefaultFormats`, respectively.

[unreleased]: https://github.com/box-id/value_formatters/compare/0.2.2...HEAD
[0.2.2]: https://github.com/box-id/value_formatters/releases/tag/0.2.2
[0.2.1]: https://github.com/box-id/value_formatters/releases/tag/0.2.1
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ValueFormatters.MixProject do
def project do
[
app: :value_formatters,
version: "0.2.1",
version: "0.2.2",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down