Skip to content

Commit eeeb53b

Browse files
committed
Update changelog.
1 parent e81b56c commit eeeb53b

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# jsonld ChangeLog
22

3+
### Notes
4+
- **1.0.0**!
5+
- [Semantic Versioning](https://semver.org/) is now past the "initial
6+
development" 0.x.y stage (after 7+ years!).
7+
- [Conformance](README.md#conformance):
8+
- JSON-LD 1.0 + JSON-LD 1.0 errata
9+
- JSON-LD 1.1 drafts
10+
- Thanks to the JSON-LD and related communities and the many many people over
11+
the years who contributed ideas, code, bug reports, and support!
12+
313
### Added
414
- Expansion and Compaction using scoped contexts on property and `@type` terms.
515
- Expansion and Compaction of nested properties.
616
- Index graph containers using `@id` and `@index`, with `@set` variations.
717
- Index node objects using `@id` and `@type`, with `@set` variations.
818
- Framing default and named graphs in addition to merged graph.
9-
- Value patterns when framing, allowing a subset of values to appear in the output.
19+
- Value patterns when framing, allowing a subset of values to appear in the
20+
output.
1021

1122
## 0.5.21 - 2018-02-22
1223

@@ -122,7 +133,7 @@
122133
- Callbackify bugs.
123134
- Document loaders.
124135
- Request queue.
125-
- Handling of exceptios in callbacks.
136+
- Handling of exceptions in callbacks.
126137

127138
### Added
128139
- Various toRDF tests.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Use your favorite technology to load `node_modules/dist/jsonld.min.js`.
8181
To use [CDNJS](https://cdnjs.com/) include this script tag:
8282

8383
```html
84-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jsonld/0.5.17/jsonld.min.js"></script>
84+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jsonld/1.0.0/jsonld.min.js"></script>
8585
```
8686

8787
Check https://cdnjs.com/libraries/jsonld for the latest available version.
@@ -91,7 +91,7 @@ Check https://cdnjs.com/libraries/jsonld for the latest available version.
9191
To use [jsDeliver](https://www.jsdelivr.com/) include this script tag:
9292

9393
```html
94-
<script src="https://cdn.jsdelivr.net/npm/jsonld@0.5.17/dist/jsonld.min.js"></script>
94+
<script src="https://cdn.jsdelivr.net/npm/jsonld@1.0.0/dist/jsonld.min.js"></script>
9595
```
9696

9797
See https://www.jsdelivr.com/package/npm/jsonld for the latest available version.
@@ -102,7 +102,7 @@ To use [unpkg](https://unpkg.com/) include this script tag:
102102

103103
```html
104104

105-
<script src="https://unpkg.com/jsonld@0.5.17/dist/jsonld.min.js"></script>
105+
<script src="https://unpkg.com/jsonld@1.0.0/dist/jsonld.min.js"></script>
106106
```
107107

108108
See https://unpkg.com/jsonld/ for the latest available version.

0 commit comments

Comments
 (0)