Skip to content

Commit 9648f32

Browse files
committed
Update CHANGELOG.
1 parent 5d33e80 commit 9648f32

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.0.2 (2025-04-12)
4+
- Support the creation of `JSONPatch` objects from a source and target `JSON` value via function `patch(to:)` of enum `JSON`
5+
- Extension of test suite
6+
- Migration to Xcode 16
7+
8+
## 1.0.1 (2024-06-01)
9+
- Make new methods of `Decodable` and `Encodable` public
10+
- Enable `mutate` and `update` methods to insert new object members
11+
- API for removing members of JSON objects
12+
313
## 1.0.0 (2024-05-02)
414
- First official release
515
- Full support for JSON Pointer, JSON Path, JSON Patch, JSON Merge Patch, and JSON Schema

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// DynamicJSON
55
//
66
// Created by Matthias Zenger on 13/02/2024.
7-
// Copyright © 2024 Matthias Zenger. All rights reserved.
7+
// Copyright © 2024-2025 Matthias Zenger. All rights reserved.
88
//
99
// Licensed under the Apache License, Version 2.0 (the "License");
1010
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)