Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

versions/2.0.0 #341

Draft
wants to merge 48 commits into
base: main
Choose a base branch
from
Draft

versions/2.0.0 #341

wants to merge 48 commits into from

Commits on Nov 23, 2022

  1. chore: add nested list test

    jeswr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    2f7d6e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ab09c View commit details
    Browse the repository at this point in the history
  3. breaking: drop support for quads in quoted triples as they are forbid…

    …den in the rdf-star spec
    jeswr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f837b8d View commit details
    Browse the repository at this point in the history
  4. feat: support annotated triples

    jeswr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    da945e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    624e3e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d27b920 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2af5e05 View commit details
    Browse the repository at this point in the history
  8. chore: remove commented code

    jeswr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    0ac4c46 View commit details
    Browse the repository at this point in the history
  9. chore: rename RDF* -> RDF-star

    jeswr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    0337ed8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    99d6b72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d258f22 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. chore: add tests from #303

    jeswr committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    56cc184 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. chore: describe quoted triple predicate parsing

    Co-authored-by: Ruben Verborgh <ruben@verborgh.org>
    jeswr and RubenVerborgh authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2f0f57d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0539be9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7646d9 View commit details
    Browse the repository at this point in the history
  4. chore: remove doubling comment

    jeswr committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    6140e86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bec8395 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ce8428 View commit details
    Browse the repository at this point in the history
  7. fix: dont interpret }| as {|

    jeswr committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    211bf07 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d8afd8 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Update test/N3Parser-test.js

    Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
    jeswr and TallTed authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    4489772 View commit details
    Browse the repository at this point in the history
  2. Update src/N3Parser.js

    Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
    jeswr and TallTed authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    c76f3fd View commit details
    Browse the repository at this point in the history
  3. Update src/N3Parser.js

    Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
    jeswr and TallTed authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    8a6dcbb View commit details
    Browse the repository at this point in the history
  4. fix: fix broken N3Store tests

    jeswr committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    d422319 View commit details
    Browse the repository at this point in the history
  5. chore: improve tests range

    jeswr committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    49e9fb6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19ed891 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ef4fc0 View commit details
    Browse the repository at this point in the history
  8. feat: allow nested graph terms

    jeswr committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    78f5acf View commit details
    Browse the repository at this point in the history
  9. Update src/N3Parser.js

    Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
    jeswr and TallTed authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    6b25c80 View commit details
    Browse the repository at this point in the history
  10. Update src/N3Parser.js

    Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
    jeswr and TallTed authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    bf957a8 View commit details
    Browse the repository at this point in the history
  11. chore: add performance testing

    jeswr committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    a25f9e9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a089fc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    7df44bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    545e646 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90e15b9 View commit details
    Browse the repository at this point in the history
  4. chore: refactor lexer

    jeswr committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    6907296 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. fix: re-enable line mode check

    jeswr committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    73791d8 View commit details
    Browse the repository at this point in the history
  2. chore: refactor lexer

    jeswr committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    8e3b997 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    2e655fb View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    925d66f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be1bcd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. fix: correctly handle named graphs in lists

    * chore: add test cases for named nodes in lists
    
    * chore: add more graph in list test cases
    
    * fix: correctly handle named graphs in lists
    jeswr authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    18826de View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
    jeswr and TallTed authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    5d49813 View commit details
    Browse the repository at this point in the history
  3. fix: support predicates in the list position in Notation3 (#345)

    * fix: support predicates in the list position in Notation3
    
    * chore: remove TODOs
    jeswr authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    47e41f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e733c1f View commit details
    Browse the repository at this point in the history
  5. BREAKING CHANGE: Make class Term constructors internal (#338)

    These constructors take the `id` at face value so can be interpreted as the
    wrong term type if an invalid value is given; for instance a `NamedNode` can
    be interpred as a `Literal` if instantiated with `new NamedNode('"hellow world"')`.
    
    Consumers of the library should use the `DataFactory` instead to create new terms.
    jeswr authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f4887f3 View commit details
    Browse the repository at this point in the history
  6. fix: use BlankNode according to RDF/JS spec (#346)

    Co-authored-by: Tomasz Pluskiewicz <tpluscode@users.noreply.github.com>
    jeswr and tpluscode authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f3898fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd6e7f1 View commit details
    Browse the repository at this point in the history