Skip to content

Commit 129c3c6

Browse files
committed
Update changelog.
1 parent f07d682 commit 129c3c6

File tree

1 file changed

+17
-29
lines changed

1 file changed

+17
-29
lines changed

CHANGELOG.md

Lines changed: 17 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,61 @@
11
# jsonld ChangeLog
22

3-
## [Unreleased]
3+
## 0.4.12 - 2017-04-24
44

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
69

710
### Changed
811
- Add optimization for finding best CURIE matches.
912

10-
## [0.4.10] - 2016-04-24
13+
## 0.4.10 - 2016-04-24
1114

1215
### Changed
1316
- Add optimization for compacting keywords.
1417

15-
## [0.4.9] - 2016-04-23
18+
## 0.4.9 - 2016-04-23
1619

1720
### Changed
1821
- Add optimizations for _compactIri.
1922

20-
## [0.4.8] - 2016-04-14
23+
## 0.4.8 - 2016-04-14
2124

2225
### Fixed
2326
- Revert es6-promise dependency to 2.x to avoid auto-polyfill behavior.
2427

25-
## [0.4.7] - 2016-04-14
28+
## 0.4.7 - 2016-04-14
2629

2730
### Fixed
2831
- Testing document loader.
2932

30-
## [0.4.6] - 2016-03-02
33+
## 0.4.6 - 2016-03-02
3134

3235
### Added
3336
- Add `headers` and `request` option for node doc loader.
3437

3538
### Changed
3639
- Include local tests.
3740

38-
## [0.4.5] - 2016-01-19
41+
## 0.4.5 - 2016-01-19
3942

4043
### Fixed
4144
- N-Quads comments pattern.
4245
- Local tests.
4346

44-
## [0.4.4] - 2016-01-08
47+
## 0.4.4 - 2016-01-08
4548

4649
### Fixed
4750
- Document cache in default node document loader is broken; disable
4851
until HTTP caching is implemented.
4952

50-
## [0.4.3] - 2016-01-05
53+
## 0.4.3 - 2016-01-05
5154

5255
### Fixed
5356
- N-Quads may contain comments.
5457

55-
## [0.4.2] - 2015-10-12
58+
## 0.4.2 - 2015-10-12
5659

5760
### Added
5861
- Add inputFormat and algorithm options to normalize.
@@ -65,12 +68,12 @@
6568
### Fixed
6669
- Ignore null values in language maps.
6770

68-
## [0.4.1] - 2015-09-12
71+
## 0.4.1 - 2015-09-12
6972

7073
### Changed
7174
- Ignore jsonld-request and pkginfo for browserify.
7275

73-
## [0.4.0] - 2015-09-12
76+
## 0.4.0 - 2015-09-12
7477

7578
### Breaking Changes
7679
- "request" extension moved to [jsonld-request][]. This was done to simplify
@@ -82,26 +85,11 @@
8285
core JSON-LD processing library and because it uses the [jsonld-request][]
8386
module.
8487

85-
## [0.3.26] - 2015-09-01
88+
## 0.3.26 - 2015-09-01
8689

8790
## Before 0.3.26
8891

8992
- See git history for changes.
9093

9194
[jsonld-cli]: https://github.com/digitalbazaar/jsonld-cli
9295
[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

Comments
 (0)