You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,25 @@
1
-
#### develop-wip Fork
2
-
This branch (`develop-wip`) contains features not yet merged into the [upstream develop branch](https://github.com/jasminb/jsonapi-converter). Specifically it contains bug fixes for:
1
+
#### Custom Fork
2
+
3
+
This fork contains features not yet merged into the [upstream develop branch](https://github.com/jasminb/jsonapi-converter). Specifically it contains bug fixes for:
3
4
4
5
* detecting and preventing recursions while resolving relationships ([#28](https://github.com/jasminb/jsonapi-converter/issues/28))
5
6
* correctly parsing `to-many` and `to-one` responses while resolving relationships ([#30](https://github.com/jasminb/jsonapi-converter/issues/30))
6
7
* supports storing relationship urls as string references ([#31](https://github.com/jasminb/jsonapi-converter/issues/31))
7
8
9
+
It is released under the Maven groupId:artifactId`org.dataconservancy:jsonapi-converter`
10
+
11
+
#### Custom Release Process
12
+
13
+
To make a release, have a clean working copy. Run (substituting the proper versions in):
0 commit comments