Skip to content

Latest commit

 

History

History
194 lines (133 loc) · 4.07 KB

CHANGELOG.md

File metadata and controls

194 lines (133 loc) · 4.07 KB

barnard59-cube

1.4.9

Patch Changes

  • a0b2928: TypeScript declarations
  • Updated dependencies [f4c4fc6]
  • Updated dependencies [cb4223b]

1.4.8

Patch Changes

1.4.7

Patch Changes

1.4.6

Patch Changes

  • 08d880c: Preferably create a single sh:in when building a cube shape

1.4.5

Patch Changes

  • 8f08421: Accept custom functions to create cube IRI and shape IRI
  • Updated dependencies [cd81cc1]
  • Updated dependencies [6fea1cc]
  • Updated dependencies [1df0b79]

1.4.4

Patch Changes

1.4.3

Patch Changes

  • 13a297f: Include a sample observation in fetch-metadata

1.4.2

Patch Changes

1.4.1

Patch Changes

  • 2d61960: Fix batch size in check-observations
  • 8ae9c7e: Include cube:Constraint when calling b59 cube fetch-cube
  • e7f32d5: Updated dependency to avoid Windows errors in temp files cleanup
  • Updated dependencies [052b1a5]
  • Updated dependencies [e2705c8]

1.4.0

Minor Changes

  • 37b5b19: Additional commands: fetch-cube, fetch-constraint

Patch Changes

1.3.0

Minor Changes

  • f2e796c: Shape creation refactoring and improvements

Patch Changes

1.2.0

Minor Changes

  • f883060: When fetching shapes, code:imports declarations are resolved and merged with the graph

Patch Changes

  • Updated dependencies [f883060]
  • Updated dependencies [f883060]
  • Updated dependencies [898c80f]
  • Updated dependencies [f883060]
  • Updated dependencies [898c80f]
  • Updated dependencies [1bfec3c]

1.1.1

Patch Changes

1.1.0

Minor Changes

  • b833a62: Support SHACL profile for validating cube to be loaded from local path

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes

  • 68c034a: Move cube operations from package barnard59-rdf to the new package barnard59-cube.

    <#toObservation> a p:Step;
      code:implementedBy [ a code:EcmaScriptModule;
        - code:link <node:barnard59-rdf/cube.js#toObservation>
        + code:link <node:barnard59-cube/cube.js#toObservation>
      ].
    
    <#buildCubeShape> a p:Step;
      code:implementedBy [ a code:EcmaScriptModule;
        - code:link <node:barnard59-rdf/cube.js#buildCubeShape>
        + code:link <node:barnard59-code/cube.js#buildCubeShape>
      ].
    

Patch Changes