Skip to content

Commit 21a8608

Browse files
committed
Remove CHANGELOG links.
- Links are too difficult to maintain by hand.
1 parent a5756b2 commit 21a8608

File tree

1 file changed

+15
-30
lines changed

1 file changed

+15
-30
lines changed

CHANGELOG.md

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

3-
## [Unreleased]
3+
## Unreleased
44

5-
## [0.4.11] - 2016-04-24
5+
## 0.4.11 - 2016-04-24
66

77
### Changed
88
- Add optimization for finding best CURIE matches.
99

10-
## [0.4.10] - 2016-04-24
10+
## 0.4.10 - 2016-04-24
1111

1212
### Changed
1313
- Add optimization for compacting keywords.
1414

15-
## [0.4.9] - 2016-04-23
15+
## 0.4.9 - 2016-04-23
1616

1717
### Changed
18-
- Add optimizations for _compactIri.
18+
- Add optimizations for \_compactIri.
1919

20-
## [0.4.8] - 2016-04-14
20+
## 0.4.8 - 2016-04-14
2121

2222
### Fixed
2323
- Revert es6-promise dependency to 2.x to avoid auto-polyfill behavior.
2424

25-
## [0.4.7] - 2016-04-14
25+
## 0.4.7 - 2016-04-14
2626

2727
### Fixed
2828
- Testing document loader.
2929

30-
## [0.4.6] - 2016-03-02
30+
## 0.4.6 - 2016-03-02
3131

3232
### Added
3333
- Add `headers` and `request` option for node doc loader.
3434

3535
### Changed
3636
- Include local tests.
3737

38-
## [0.4.5] - 2016-01-19
38+
## 0.4.5 - 2016-01-19
3939

4040
### Fixed
4141
- N-Quads comments pattern.
4242
- Local tests.
4343

44-
## [0.4.4] - 2016-01-08
44+
## 0.4.4 - 2016-01-08
4545

4646
### Fixed
4747
- Document cache in default node document loader is broken; disable
4848
until HTTP caching is implemented.
4949

50-
## [0.4.3] - 2016-01-05
50+
## 0.4.3 - 2016-01-05
5151

5252
### Fixed
5353
- N-Quads may contain comments.
5454

55-
## [0.4.2] - 2015-10-12
55+
## 0.4.2 - 2015-10-12
5656

5757
### Added
5858
- Add inputFormat and algorithm options to normalize.
@@ -65,12 +65,12 @@
6565
### Fixed
6666
- Ignore null values in language maps.
6767

68-
## [0.4.1] - 2015-09-12
68+
## 0.4.1 - 2015-09-12
6969

7070
### Changed
7171
- Ignore jsonld-request and pkginfo for browserify.
7272

73-
## [0.4.0] - 2015-09-12
73+
## 0.4.0 - 2015-09-12
7474

7575
### Breaking Changes
7676
- "request" extension moved to [jsonld-request][]. This was done to simplify
@@ -82,26 +82,11 @@
8282
core JSON-LD processing library and because it uses the [jsonld-request][]
8383
module.
8484

85-
## [0.3.26] - 2015-09-01
85+
## 0.3.26 - 2015-09-01
8686

8787
## Before 0.3.26
8888

8989
- See git history for changes.
9090

9191
[jsonld-cli]: https://github.com/digitalbazaar/jsonld-cli
9292
[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)