File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
# JSON-goLD Change Log
2
2
3
+ ## v0.5.0 - 2022-11-18
4
+
5
+ - Add GitHub workflows for CI
6
+ - Bump the package to Go 1.18
7
+ - Address linter feedback, including regexes
8
+ - New option: Safe Mode. If set to ` true ` , Expansion operation will fail if it encounters properties that aren't defined in the context
9
+
3
10
## v0.4.2 - 2022-10-04
4
11
5
12
- Move initialization of rxURL from global to function scope to reduce stack size usage while initialization
Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ This library was originally written by Stan Nazarenko (@kazarena) with Pull Requ
8
8
* Dmitriy Kinoshenko (@kdimak )
9
9
* Andrew Ortman (@andrewortman )
10
10
* Abdulbois (@Abdulbois )
11
+ * @wijatplay3
11
12
12
13
All future contributors will be recorded in this file.
You can’t perform that action at this time.
0 commit comments