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