jsonld-ex/CHANGELOG.md

56 lines
1 KiB
Markdown
Raw Normal View History

2017-06-25 18:35:05 +00: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).
## Unreleased
### Added
- JSON-LD encoder can handle `RDF.Graph`s and `RDF.Description`s
[Compare v0.2.1...HEAD](https://github.com/marcelotto/jsonld-ex/compare/v0.2.1...HEAD)
2018-03-10 01:04:14 +00: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 17:13:47 +00:00
## 0.2.0 - 2017-08-24
2017-08-24 17:10:02 +00:00
### Changed
2018-03-10 01:04:14 +00:00
- Upgrade to RDF.ex 0.3.0
2017-08-24 17:10:02 +00:00
2017-08-24 17:13:47 +00:00
[Compare v0.1.1...v0.2.0](https://github.com/marcelotto/jsonld-ex/compare/v0.1.1...v0.2.0)
2017-08-24 17:10:02 +00: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 17:10:02 +00:00
2017-06-25 18:35:05 +00:00
## 0.1.0 - 2017-06-25
Initial release