File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010Unreleased changes will be displayed here upon implementation.
1111
12- ## [ 0.2.0] - 2025-08-13
13-
14- ### Added
12+ ## [ 0.2.2] - 2025-11-15
1513
16- - [ JSV ] ( https://hexdocs.pm/jsv/JSV.html ) -compatible JsonSchema definitions for ` format ` and ` defaults ` as
17- ` ValueFormatter.Schema.Format ` and ` ValueFormatter.Schema.DefaultFormats ` , respectively .
14+ ### Added
15+ - Added support for custom coordinate separators in coordinate formatting .
1816
1917## [ 0.2.1] - 2025-10-28
2018
2119### Fixed
2220
2321- Minor documentation fixes and improvements.
2422
25- [ unreleased ] : https://github.com/box-id/value_formatters/compare/0.2.1...HEAD
23+ ## [ 0.2.0] - 2025-08-13
24+
25+ ### Added
26+
27+ - [ JSV] ( https://hexdocs.pm/jsv/JSV.html ) -compatible JsonSchema definitions for ` format ` and ` defaults ` as
28+ ` ValueFormatter.Schema.Format ` and ` ValueFormatter.Schema.DefaultFormats ` , respectively.
29+
30+ [ unreleased ] : https://github.com/box-id/value_formatters/compare/0.2.2...HEAD
31+ [ 0.2.2 ] : https://github.com/box-id/value_formatters/releases/tag/0.2.2
2632[ 0.2.1 ] : https://github.com/box-id/value_formatters/releases/tag/0.2.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ValueFormatters.MixProject do
44 def project do
55 [
66 app: :value_formatters ,
7- version: "0.2.1 " ,
7+ version: "0.2.2 " ,
88 elixir: "~> 1.15" ,
99 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1010 start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments