Commit Graph

169 Commits

Author SHA1 Message Date
Marcel Otto 53b26e638e Update README 2020-06-19 02:49:23 +02:00
Marcel Otto dc7d2b34b9 Update dependencies 2020-06-19 02:47:41 +02:00
Marcel Otto 891203810f Disable remote-doc test suite
These tests are not about remote context processing,
but remote document loading, which we are not supporting yet.
2020-06-19 02:40:57 +02:00
Marcel Otto 426bc8f56d Cleanup of the remote context processing 2020-06-19 02:40:06 +02:00
rustra 140faf4741
Add unit tests for remote context (#4)
* Improve RemoteDocTest
* Add unit tests for remote context
* Add unit tests for default document loader
2020-06-19 01:41:34 +02:00
Marcel Otto ae50884370 Update remote context processing code to use Jason instead of Poison 2020-06-17 02:38:29 +02:00
Marcel Otto e658b3c9c1 Differentiate positive and negative cases in remote-doc tests 2020-06-17 02:37:59 +02:00
Marcel Otto 1d00bc6a40 Enable JSON-LD remote-doc test suite 2020-06-16 22:56:13 +02:00
Marcel Otto 277fabedb4 Merge branch 'master' into remote-context-processing
Conflicts:
	mix.exs
	mix.lock
2020-06-16 22:33:04 +02:00
Marcel Otto e8918aa8ab Prepare release 0.3.1 2020-06-01 21:44:16 +02:00
Marcel Otto fc726c248f Update links to new repo URL under the rdf-elixir organization 2020-06-01 17:52:01 +02:00
Marcel Otto 23805fc340 Drop support for Elixir < 1.8 and add newer Elixir/OTP versions to CI 2020-05-30 20:46:08 +02:00
Marcel Otto 628abfafc7 Update dependencies 2020-05-30 20:35:15 +02:00
Marcel Otto 81a2a3f281 Adapt to rename of RDF.Literal.datatype/1 2020-05-18 02:00:43 +02:00
Marcel Otto 33946bae8f Adapt to new RDF.ex literal datatype system 2020-05-07 17:21:12 +02:00
Marcel Otto 67264807e0 Fix some warnings 2020-04-13 00:01:43 +02:00
Marcel Otto fd84c309ce Add Elixir 1.9 to TravisCI 2019-07-23 00:52:06 +02:00
Marcel Otto 7f81fcdd9f Update dependencies 2019-07-23 00:50:57 +02:00
Marcel Otto 459c4dc1f1 Add logo to README 2019-07-21 23:58:44 +02:00
Marcel Otto b53a49eb77 Include test support files via elixirc_paths 2019-06-09 21:50:34 +02:00
Marcel Otto 938afccbbe Prepare release 0.3.0 2018-09-17 04:14:35 +02:00
Marcel Otto 66169dc85c Add Elixir 1.7 to TravisCI 2018-09-17 04:08:49 +02:00
Marcel Otto 8bb4d3e033 Add .tool-versions to gitignore 2018-09-17 04:06:21 +02:00
Marcel Otto de40b27e3c Merge branch 'rdf-0.5'
Conflicts:
	.travis.yml
2018-09-17 04:04:01 +02:00
Marcel Otto a86d88165f Update to RDF.ex 0.5 2018-09-17 04:02:04 +02:00
Marcel Otto d06c83340e Drop support for Elixir 1.5 2018-09-17 02:53:51 +02:00
Marcel Otto 874c71123c Add @impl annotations 2018-09-17 02:47:20 +02:00
Marcel Otto e37d5b1369 Update development dependencies 2018-09-17 02:25:15 +02:00
Marcel Otto 8b5000228c Adapt JSON.LD.TestSuite to new RDF.Serialization.Reader option handling 2018-08-31 01:44:57 +02:00
Marcel Otto 88f4525043 Upgrade to latest master of RDF.ex 2018-08-31 01:43:37 +02:00
Marcel Otto 814e09de20 Revert "Add Elixir 1.7 to TravisCI"
This reverts commit 6e31b0f0c0.

We'll support Elixir 1.7 for now on a separate branch using the latest
unreleased RDF.ex version.
2018-08-31 01:32:29 +02:00
Marcel Otto 6e31b0f0c0 Add Elixir 1.7 to TravisCI 2018-08-31 01:18:06 +02:00
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 cb05fda06c Merge branch 'master' into remote-context-processing
Conflicts:
	mix.lock
2018-03-10 02:07:17 +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
Koka El Kiwi 83bb50180e Add remote context processing (#2) [WIP] 2018-03-10 01:15:54 +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