2017-06-25 20:35:05 +02:00
|
|
|
# Change Log
|
|
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
This project adheres to [Semantic Versioning](http://semver.org/) and
|
|
|
|
|
[Keep a CHANGELOG](http://keepachangelog.com).
|
|
|
|
|
|
|
|
|
|
|
2018-03-17 22:17:15 +01:00
|
|
|
## 0.2.2 - 2018-03-17
|
2018-03-13 00:56:32 +01:00
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- JSON-LD encoder can handle `RDF.Graph`s and `RDF.Description`s
|
|
|
|
|
|
2018-03-16 00:08:39 +01:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- Use Jason instead of Poison for JSON encoding and decoding, since it's faster and more standard conform
|
|
|
|
|
|
2018-03-13 00:56:32 +01:00
|
|
|
|
2018-03-17 22:17:15 +01:00
|
|
|
[Compare v0.2.1...v0.2.2](https://github.com/marcelotto/jsonld-ex/compare/v0.2.1...v0.2.2)
|
2018-03-13 00:56:32 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2018-03-10 02:04:14 +01:00
|
|
|
## 0.2.1 - 2018-03-10
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- Upgrade to RDF.ex 0.4.0
|
|
|
|
|
- Fixed all warnings ([@talklittle](https://github.com/talklittle))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Compare v0.2.0...v0.2.1](https://github.com/marcelotto/jsonld-ex/compare/v0.2.0...v0.2.1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-08-24 19:13:47 +02:00
|
|
|
## 0.2.0 - 2017-08-24
|
2017-08-24 19:10:02 +02:00
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
2018-03-10 02:04:14 +01:00
|
|
|
- Upgrade to RDF.ex 0.3.0
|
2017-08-24 19:10:02 +02:00
|
|
|
|
|
|
|
|
|
2017-08-24 19:13:47 +02:00
|
|
|
[Compare v0.1.1...v0.2.0](https://github.com/marcelotto/jsonld-ex/compare/v0.1.1...v0.2.0)
|
2017-08-24 19:10:02 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-08-06 22:33:53 +02:00
|
|
|
## 0.1.1 - 2017-08-06
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- Don't support Elixir versions < 1.5, since `URI.merge` is broken in earlier versions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Compare v0.1.0...v0.1.1](https://github.com/marcelotto/jsonld-ex/compare/v0.1.0...v0.1.1)
|
|
|
|
|
|
|
|
|
|
|
2017-08-24 19:10:02 +02:00
|
|
|
|
2017-06-25 20:35:05 +02:00
|
|
|
## 0.1.0 - 2017-06-25
|
|
|
|
|
|
|
|
|
|
Initial release
|