Tags: LDflex/LDflex
Tags
feat: add URI handlers (#196) * feat: add URI handlers * chore: remove trailing spaces * chore: link fixes * fix: Fix namespace regex Co-authored-by: Ruben Verborgh <ruben@verborgh.org> * fix: move to use of # and / indexes to resolve fragment regex bug * chore: lint:fix Co-authored-by: Ruben Verborgh <ruben@verborgh.org>
feat: add handlers for rdf:Collections (rdf:List, rdf:Bag, rdf:Alt, r… …df:Seq and rdf:Container) * feat: add collection handlers * add tests and documentation * remove unused data files * chore: remove attribution * chore: update added deps * chore: drop node 10x support due to introduced communica dev dep * chore(refactor): use constants https://github.com/LDflex/LDflex/pull/122/files#r775019084 * chore(lint): fix semicolon error * feat: make collection accesses function calls #122 (comment) * chore: update test data for lists * chore: add more tests * chore: rename utils to handlerUtil * Use .value instead of stringification * chore: break up test sections in testing file * feat: handle malformed lists * chore: add comments * chore: add documentation for remaining handlers * chore: remove package-lock.json * chore: rebuild package-lock.json * chore: remove unecessary commented out line
PreviousNext