|
1 | 1 | # jsonld ChangeLog
|
2 | 2 |
|
3 |
| -## [Unreleased] |
| 3 | +## Unreleased |
4 | 4 |
|
5 |
| -## [0.4.11] - 2016-04-24 |
| 5 | +## 0.4.11 - 2016-04-24 |
6 | 6 |
|
7 | 7 | ### Changed
|
8 | 8 | - Add optimization for finding best CURIE matches.
|
9 | 9 |
|
10 |
| -## [0.4.10] - 2016-04-24 |
| 10 | +## 0.4.10 - 2016-04-24 |
11 | 11 |
|
12 | 12 | ### Changed
|
13 | 13 | - Add optimization for compacting keywords.
|
14 | 14 |
|
15 |
| -## [0.4.9] - 2016-04-23 |
| 15 | +## 0.4.9 - 2016-04-23 |
16 | 16 |
|
17 | 17 | ### Changed
|
18 |
| -- Add optimizations for _compactIri. |
| 18 | +- Add optimizations for \_compactIri. |
19 | 19 |
|
20 |
| -## [0.4.8] - 2016-04-14 |
| 20 | +## 0.4.8 - 2016-04-14 |
21 | 21 |
|
22 | 22 | ### Fixed
|
23 | 23 | - Revert es6-promise dependency to 2.x to avoid auto-polyfill behavior.
|
24 | 24 |
|
25 |
| -## [0.4.7] - 2016-04-14 |
| 25 | +## 0.4.7 - 2016-04-14 |
26 | 26 |
|
27 | 27 | ### Fixed
|
28 | 28 | - Testing document loader.
|
29 | 29 |
|
30 |
| -## [0.4.6] - 2016-03-02 |
| 30 | +## 0.4.6 - 2016-03-02 |
31 | 31 |
|
32 | 32 | ### Added
|
33 | 33 | - Add `headers` and `request` option for node doc loader.
|
34 | 34 |
|
35 | 35 | ### Changed
|
36 | 36 | - Include local tests.
|
37 | 37 |
|
38 |
| -## [0.4.5] - 2016-01-19 |
| 38 | +## 0.4.5 - 2016-01-19 |
39 | 39 |
|
40 | 40 | ### Fixed
|
41 | 41 | - N-Quads comments pattern.
|
42 | 42 | - Local tests.
|
43 | 43 |
|
44 |
| -## [0.4.4] - 2016-01-08 |
| 44 | +## 0.4.4 - 2016-01-08 |
45 | 45 |
|
46 | 46 | ### Fixed
|
47 | 47 | - Document cache in default node document loader is broken; disable
|
48 | 48 | until HTTP caching is implemented.
|
49 | 49 |
|
50 |
| -## [0.4.3] - 2016-01-05 |
| 50 | +## 0.4.3 - 2016-01-05 |
51 | 51 |
|
52 | 52 | ### Fixed
|
53 | 53 | - N-Quads may contain comments.
|
54 | 54 |
|
55 |
| -## [0.4.2] - 2015-10-12 |
| 55 | +## 0.4.2 - 2015-10-12 |
56 | 56 |
|
57 | 57 | ### Added
|
58 | 58 | - Add inputFormat and algorithm options to normalize.
|
|
65 | 65 | ### Fixed
|
66 | 66 | - Ignore null values in language maps.
|
67 | 67 |
|
68 |
| -## [0.4.1] - 2015-09-12 |
| 68 | +## 0.4.1 - 2015-09-12 |
69 | 69 |
|
70 | 70 | ### Changed
|
71 | 71 | - Ignore jsonld-request and pkginfo for browserify.
|
72 | 72 |
|
73 |
| -## [0.4.0] - 2015-09-12 |
| 73 | +## 0.4.0 - 2015-09-12 |
74 | 74 |
|
75 | 75 | ### Breaking Changes
|
76 | 76 | - "request" extension moved to [jsonld-request][]. This was done to simplify
|
|
82 | 82 | core JSON-LD processing library and because it uses the [jsonld-request][]
|
83 | 83 | module.
|
84 | 84 |
|
85 |
| -## [0.3.26] - 2015-09-01 |
| 85 | +## 0.3.26 - 2015-09-01 |
86 | 86 |
|
87 | 87 | ## Before 0.3.26
|
88 | 88 |
|
89 | 89 | - See git history for changes.
|
90 | 90 |
|
91 | 91 | [jsonld-cli]: https://github.com/digitalbazaar/jsonld-cli
|
92 | 92 | [jsonld-request]: https://github.com/digitalbazaar/jsonld-request
|
93 |
| - |
94 |
| -[Unreleased]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.11...HEAD |
95 |
| -[0.4.11]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.10...0.4.11 |
96 |
| -[0.4.10]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.9...0.4.10 |
97 |
| -[0.4.9]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.8...0.4.9 |
98 |
| -[0.4.8]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.7...0.4.8 |
99 |
| -[0.4.7]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.6...0.4.7 |
100 |
| -[0.4.6]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.5...0.4.6 |
101 |
| -[0.4.5]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.4...0.4.5 |
102 |
| -[0.4.4]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.3...0.4.4 |
103 |
| -[0.4.3]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.2...0.4.3 |
104 |
| -[0.4.2]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.1...0.4.2 |
105 |
| -[0.4.1]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.0...0.4.1 |
106 |
| -[0.4.0]: https://github.com/digitalbazaar/jsonld.js/compare/0.3.26...0.4.0 |
107 |
| -[0.3.26]: https://github.com/digitalbazaar/jsonld.js/compare/0.3.25...0.3.26 |
0 commit comments