Skip to content

Commit 1d6e231

Browse files
Changed the website domain name
1 parent e881d44 commit 1d6e231

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ JSON Schema $Ref Parser adheres to [Semantic Versioning](http://semver.org/).
55

66
## [v7.1.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v7.1.0) (2019-06-21)
77

8-
- Merged [PR #124](https://github.com/APIDevTools/json-schema-ref-parser/pull/124/), which provides more context to [custom resolvers](https://apidevtools.org/json-schema-ref-parser/docs/plugins/resolvers.html).
8+
- Merged [PR #124](https://github.com/APIDevTools/json-schema-ref-parser/pull/124/), which provides more context to [custom resolvers](https://apitools.dev/json-schema-ref-parser/docs/plugins/resolvers.html).
99

1010
[Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v7.0.1...v7.1.0)
1111

@@ -104,7 +104,7 @@ Lots of little bug fixes. The only major bug fix is to [support root-level `$re
104104

105105
This version includes a **complete rewrite** of the [`bundle` method](https://github.com/APIDevTools/json-schema-ref-parser/blob/master/docs/ref-parser.md#bundleschema-options-callback) method, mostly to fix [this bug](https://github.com/APIDevTools/swagger-parser/issues/16), but also to address a few [edge-cases](https://github.com/APIDevTools/json-schema-ref-parser/commit/ca9b322879519e4bcb2dcf6e63f08ac254b90868) that weren't handled before. As a side-effect of this rewrite, there was also some pretty significant refactoring and code-cleanup done throughout the codebase.
106106

107-
Despite the significant code changes, there were no changes to any public-facing APIs, and [all tests are passing](https://apidevtools.org/json-schema-ref-parser/test/) as expected.
107+
Despite the significant code changes, there were no changes to any public-facing APIs, and [all tests are passing](https://apitools.dev/json-schema-ref-parser/test/) as expected.
108108

109109
[Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v2.1.0...v2.2.0)
110110

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ JSON Schema $Ref Parser
1010
[![License](https://img.shields.io/npm/l/json-schema-ref-parser.svg)](LICENSE)
1111

1212

13-
[![OS and Browser Compatibility](https://apidevtools.org/img/badges/ci-badges-with-ie.svg)](https://travis-ci.com/APIDevTools/json-schema-ref-parser)
13+
[![OS and Browser Compatibility](https://apitools.dev/img/badges/ci-badges-with-ie.svg)](https://travis-ci.com/APIDevTools/json-schema-ref-parser)
1414

1515

1616
The Problem:
@@ -46,10 +46,10 @@ The Solution:
4646
JSON Schema $Ref Parser is a full [JSON Reference](https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03) and [JSON Pointer](https://tools.ietf.org/html/rfc6901) implementation that crawls even the most complex [JSON Schemas](http://json-schema.org/latest/json-schema-core.html) and gives you simple, straightforward JavaScript objects.
4747

4848
- Use **JSON** or **YAML** schemas — or even a mix of both!
49-
- Supports `$ref` pointers to external files and URLs, as well as [custom sources](https://apidevtools.org/json-schema-ref-parser/docs/plugins/resolvers.html) such as databases
50-
- Can [bundle](https://apidevtools.org/json-schema-ref-parser/docs/ref-parser.html#bundlepath-options-callback) multiple files into a single schema that only has _internal_ `$ref` pointers
51-
- Can [dereference](https://apidevtools.org/json-schema-ref-parser/docs/ref-parser.html#dereferencepath-options-callback) your schema, producing a plain-old JavaScript object that's easy to work with
52-
- Supports [circular references](https://apidevtools.org/json-schema-ref-parser/docs/#circular-refs), nested references, back-references, and cross-references between files
49+
- Supports `$ref` pointers to external files and URLs, as well as [custom sources](https://apitools.dev/json-schema-ref-parser/docs/plugins/resolvers.html) such as databases
50+
- Can [bundle](https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#bundlepath-options-callback) multiple files into a single schema that only has _internal_ `$ref` pointers
51+
- Can [dereference](https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#dereferencepath-options-callback) your schema, producing a plain-old JavaScript object that's easy to work with
52+
- Supports [circular references](https://apitools.dev/json-schema-ref-parser/docs/#circular-refs), nested references, back-references, and cross-references between files
5353
- Maintains object reference equality — `$ref` pointers to the same value always resolve to the same object instance
5454
- [Tested](https://travis-ci.com/APIDevTools/json-schema-ref-parser) in Node and all major web browsers on Windows, Mac, and Linux
5555

@@ -82,7 +82,7 @@ catch(err) {
8282
}
8383
```
8484
85-
For more detailed examples, please see the [API Documentation](https://apidevtools.org/json-schema-ref-parser/docs/)
85+
For more detailed examples, please see the [API Documentation](https://apitools.dev/json-schema-ref-parser/docs/)
8686
8787
8888
@@ -122,7 +122,7 @@ To use Json-Schema-Ref-Parser in a browser, you'll need to use a bundling tool s
122122
123123
API Documentation
124124
--------------------------
125-
Full API documentation is available [right here](https://apidevtools.org/json-schema-ref-parser/docs/)
125+
Full API documentation is available [right here](https://apitools.dev/json-schema-ref-parser/docs/)
126126
127127
128128
Contributing

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
remote_theme: APIDevTools/gh-pages-theme
22

33
title: JSON Schema $Ref Parser
4-
logo: https://apidevtools.org/img/logos/logo.png
4+
logo: https://apitools.dev/img/logos/logo.png
55

66
author:
77
twitter: APIDevTools
@@ -16,7 +16,7 @@ defaults:
1616
- scope:
1717
path: ""
1818
values:
19-
image: https://apidevtools.org/img/logos/card.png
19+
image: https://apitools.dev/img/logos/card.png
2020
- scope:
2121
path: "test/specs/**/*"
2222
values:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"email": "[email protected]"
2323
}
2424
],
25-
"homepage": "https://apidevtools.org/json-schema-ref-parser/",
25+
"homepage": "https://apitools.dev/json-schema-ref-parser/",
2626
"repository": {
2727
"type": "git",
2828
"url": "https://github.com/APIDevTools/json-schema-ref-parser.git"

0 commit comments

Comments
 (0)