Skip to content

Commit

Permalink
docs: note about supporting relative references from version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Aug 30, 2016
1 parent f3e42c5 commit 35adf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ In the majority of cases `$merge` format is easier to understand and to maintain
__Please note__:

1. In case the `source` schema or the patch in `with` keyword use `$ref`, they won't take into account the resolution scope for their internal $refs defined by the parent objects - they will be used as separate objects.
2. At the moment `$ref` in both `source` schema and `with` patch should be absolute (i.e. include schema ID even if the fragment is located in the current file), they don't take take into account current $ref resolution scope (see [#3](https://github.com/epoberezkin/ajv-merge-patch/issues/3)).
2. `$ref` in both `source` schema and `with` patch take into account current $ref resolution scope (from version 2.0.0).


See also:
Expand Down

0 comments on commit 35adf65

Please sign in to comment.