Skip to content

Commit 5a48400

Browse files
committed
Update changes for 1.2.0 release
1 parent 18e62f3 commit 5a48400

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
# Version 1.1.0
1+
# Version 1.2.0
22

33
## New Features
44

55
- Update `CMakeLists.txt` to require setup of SDK in a super-project
66
- Add an iterator for `JsonArray` to support range-for loops
77
- Add an iterator for `JsonObject` to support range-for loops
88
- Add `find()` to `JsonValue` to find a sub-value based on a path e.g "top/[4]/next"
9+
10+
## Bug Fixes
11+
12+
- None
13+
14+
# Version 1.1.0
15+
16+
## New Features
17+
918
- Add method `native_value()` to `JsonValue` which can be used for object tracing and debugging.
1019

1120
## Bug Fixes

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ The JsonAPI uses the Stratify Labs [API framework](https://github.com/StratifyLa
99
- Thread Local Error Contexts
1010
- Method Chaining
1111
- Filesystem Inspired Abstraction
12-
- Strong Arugments
12+
- Strong Arguments
1313
- RAII Everywhere
1414

1515
More details of these principles are available at https://github.com/StratifyLabs/API.
1616

1717
## Building
1818

19-
The JsonAPI is designed to be built as part of an SDK super project. Instructions for building art at the [SDK API project](https://github.com/StratifyLabs/SdkAPI).
19+
The `JsonAPI` library is designed to be a CMake sub-project. To build, please use one of these projects:
20+
21+
- Desktop [Command Line Interface](https://github.com/StratifyLabs/cli)
22+
- [Stratify OS on Nucleo-144](https://github.com/StratifyLabs/StratifyOS-Nucleo144)
2023

2124
## Usage
2225

0 commit comments

Comments
 (0)