Marcel Otto
|
9e9330a08b
|
Fix warnings
|
2018-08-31 01:14:58 +02:00 |
|
Marcel Otto
|
c76e9a1f39
|
Prepare release 0.2.3
|
2018-07-11 00:21:43 +02:00 |
|
Marcel Otto
|
a40e2a5026
|
Support for pretty printing by passing options through to Jason 1.1
|
2018-07-11 00:17:36 +02:00 |
|
Marcel Otto
|
b5c19ead51
|
Add .iex.exs file
|
2018-07-10 22:57:19 +02:00 |
|
Marcel Otto
|
128769e209
|
Prepare release 0.2.2
|
2018-03-17 22:17:15 +01:00 |
|
Marcel Otto
|
29524560bb
|
Switch from Poison to Jason for JSON encoding and decoding
|
2018-03-16 00:08:39 +01:00 |
|
Marcel Otto
|
b9f2205243
|
Add handling of RDF.Graphs and RDF.Descriptions to JSON.LD.Encoder
|
2018-03-13 00:56:32 +01:00 |
|
Marcel Otto
|
0dd6e28c8c
|
Prepare release 0.2.1
|
2018-03-10 02:04:14 +01:00 |
|
Marcel Otto
|
b35a520745
|
Upgrade to RDF.ex 0.4.0
|
2018-03-10 01:58:43 +01:00 |
|
Marcel Otto
|
8e8af529fe
|
Remove TODO comment
|
2018-03-10 01:46:21 +01:00 |
|
Marcel Otto
|
1c9fa3b412
|
Remove mix_test_watch dependency and bump dependency versions
|
2018-03-10 01:43:48 +01:00 |
|
Marcel Otto
|
688731cdb0
|
Revert "Add remote context processing (#2) [WIP]"
This reverts commit aac4127aeb .
|
2018-03-10 01:12:28 +01:00 |
|
Koka El Kiwi
|
aac4127aeb
|
Add remote context processing (#2) [WIP]
|
2018-01-28 15:51:48 +01:00 |
|
Marcel Otto
|
172fa674bf
|
Add Elixir 1.6 to TravisCI
|
2018-01-27 23:34:12 +01:00 |
|
Marcel Otto
|
d640275dfc
|
Fix more warnings
|
2018-01-27 23:32:41 +01:00 |
|
Marcel Otto
|
f69837902b
|
Add another "spec fixme"
|
2017-09-14 01:57:44 +02:00 |
|
Andrew Shu
|
244a4b34b2
|
Fix warnings (#3)
Fixes most of the warnings. Leaves some warnings on functions marked TODO.
|
2017-09-14 01:41:12 +02:00 |
|
Marcel Otto
|
235b9bce38
|
Prepare release 0.2.0
|
2017-08-24 19:13:47 +02:00 |
|
Marcel Otto
|
038b170b5b
|
Upgrade to RDF.ex 0.3
|
2017-08-24 19:10:02 +02:00 |
|
Marcel Otto
|
8410f4b747
|
Update travis.yml
|
2017-08-24 19:01:27 +02:00 |
|
Marcel Otto
|
12215ba0d5
|
Fix Coveralls badge
|
2017-08-11 14:34:34 +02:00 |
|
Marcel Otto
|
011d1c514c
|
Add test coverage with Coveralls
|
2017-08-11 14:28:08 +02:00 |
|
Marcel Otto
|
dd63e8d792
|
Update travis.yml
|
2017-08-06 22:43:09 +02:00 |
|
Marcel Otto
|
68c1d55fcc
|
Add dependency on Elixir 1.5
to get this URI.merge fix: <https://github.com/elixir-lang/elixir/pull/6208>,
which fixes some failing tests of the JSON test suite
|
2017-08-06 22:33:53 +02:00 |
|
Marcel Otto
|
437ad4a814
|
Add VERSION file
|
2017-08-06 22:20:20 +02:00 |
|
Marcel Otto
|
37492043ae
|
Update installation instructions
|
2017-06-26 19:27:13 +02:00 |
|
Marcel Otto
|
c67e4b5e61
|
Add .travis.yml
|
2017-06-25 21:55:24 +02:00 |
|
Marcel Otto
|
075d0e6cf5
|
Add CHANGELOG.md
|
2017-06-25 20:35:05 +02:00 |
|
Marcel Otto
|
3dc9f5620e
|
Add CONTRIBUTING.md
|
2017-06-25 20:19:26 +02:00 |
|
Marcel Otto
|
f2faaa618f
|
Fix broken link
|
2017-06-25 03:10:27 +02:00 |
|
Marcel Otto
|
bb8ee97cfe
|
Prepare mix file for Hex package publishing
|
2017-06-25 02:19:15 +02:00 |
|
Marcel Otto
|
bbc6d79ff0
|
Add README
|
2017-06-25 02:11:10 +02:00 |
|
Marcel Otto
|
0186acf830
|
Fix comment
|
2017-06-25 02:07:21 +02:00 |
|
Marcel Otto
|
92367eb40e
|
Add CODE_OF_CONDUCT
|
2017-06-25 02:07:04 +02:00 |
|
Marcel Otto
|
de34ef4ce2
|
Update copyright
|
2017-06-25 02:06:43 +02:00 |
|
Marcel Otto
|
c2865c8b04
|
Add .editorconfig
|
2017-06-25 02:06:24 +02:00 |
|
Marcel Otto
|
23c725fce8
|
Remove umbrella settings and depend on rdf via local path until hex release
|
2017-06-11 17:39:51 +02:00 |
|
Marcel Otto
|
9c17fd1694
|
json_ld: some of the URI.merge problems are solved with Elixir 1.4.4
- but URI.merge still causes problems due to incomplete RFC3986 implementation
see: https://github.com/elixir-lang/elixir/pull/6208
|
2017-06-09 04:14:46 +02:00 |
|
Marcel Otto
|
0e8c15addf
|
core: RDF.Dataset.graphs returns a list of graphs
instead of the map from graph names to graphs
|
2017-06-05 02:41:44 +02:00 |
|
Marcel Otto
|
0f517d4195
|
json_ld: RDF to JSON-LD serialization
|
2017-05-20 16:35:56 +02:00 |
|
Marcel Otto
|
be144fbe68
|
json_ld: fix indentation
|
2017-05-14 23:55:20 +02:00 |
|
Marcel Otto
|
a22e651468
|
json_ld: proper JSON-LD Data Round Tripping
|
2017-04-28 00:04:27 +02:00 |
|
Marcel Otto
|
e508c6d28a
|
json_ld: fix disabled tests with double literals
|
2017-04-27 23:03:10 +02:00 |
|
Marcel Otto
|
454ccdb313
|
core: more elaborated RDF.Literals (WIP)
|
2017-04-16 23:13:39 +02:00 |
|
Marcel Otto
|
d72791bcd5
|
json_ld: JSON-LD toRdf test suite and various fixes
|
2017-04-14 16:24:19 +02:00 |
|
Marcel Otto
|
f714a02d1d
|
json_ld: fix bug in compact_iri_parts
binary_part can't handle the case where the length of the binary is shorter than the requested part
|
2017-04-13 23:17:40 +02:00 |
|
Marcel Otto
|
96874c3e3c
|
core: a different approach for the serialization API
|
2017-04-11 00:12:29 +02:00 |
|
Marcel Otto
|
469ffa7834
|
use the IRI sigil
|
2017-04-10 03:06:20 +02:00 |
|
Marcel Otto
|
7d80675fa2
|
json_ld: JSON-LD to RDF deserialization
|
2017-04-09 23:10:59 +02:00 |
|
Marcel Otto
|
f208f2e22e
|
json_ld: JSON-LD error test suite and some fixes
|
2017-03-30 22:51:44 +02:00 |
|