Skip to content

Commit 87439fb

Browse files
committed
add changelog
1 parent 1e02643 commit 87439fb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
Unreleased changes will be displayed here upon implementation.
11+
12+
## [0.2.0] - 2025-08-13
13+
14+
### Added
15+
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.
18+
19+
[unreleased]: https://github.com/box-id/value_formatters/compare/0.2.0...HEAD
20+
[0.2.0]: https://github.com/box-id/value_formatters/releases/tag/0.2.0

0 commit comments

Comments
 (0)