@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313- :sparkles : add support for overrides to the ` Profile ` model
1414- :sparkles : add utility method to shorten a given path
1515- :sparkles : add internal utility to shorten paths
16- - :sparkles : add support for ` extra-ptofiles -path ` option in ` profile ` command
16+ - :sparkles : add support for ` extra-profiles -path ` option in ` profile ` command
1717- :sparkles : add support for the ` extra-profiles-paths ` in the ` validate ` process
1818- :sparkles : add support for the ` extra-profiles-path ` option in the ` validate ` command
1919- :test_tube : add unit tests for the ` services ` module
@@ -51,10 +51,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5151- :rotating_light : fix linter warning E501
5252- :rotating_light : fix linter warning E999
5353- :rotating_light : fix linter warnings W{2,3}91
54- - :bug : fix initialisation of Bagit objects
54+ - :bug : fix initialisation of BagIt objects
5555- :bug : fix fallback value for root path
56- - :bug : fix initialisation of BagitROCrate objects
57- - :bug : use the custom class for remote Bagit RO-Crate objects
56+ - :bug : fix initialisation of BagItROCrate objects
57+ - :bug : use the custom class for remote BagIt RO-Crate objects
5858- :ambulance : fix availability check of external resources
5959- :bug : fix RO-Crate path
6060- :white_check_mark : fix and extend test data
@@ -68,7 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6868- :lipstick : fix missing padding
6969- :adhesive_bandage : restructure logic to process CLI text output of validation result
7070- :bug : fix formatter parameter
71- - :recycle : rivise logic to detect profile overrides
71+ - :recycle : revise logic to detect profile overrides
7272- :ambulance : fix SHACL nodeKind constraint being too strict
7373- Fix some typos
7474- Fix with typos package
@@ -545,7 +545,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
545545
546546- :sparkles : add minimal dict serializers for the Profile and RequirementCheck models
547547- :zap : add ` to_dict ` serializer methods
548- - :zap : add rocrate-validator version to the JSON ouput
548+ - :zap : add rocrate-validator version to the JSON output
549549
550550### Fixed
551551
@@ -873,7 +873,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
873873- :sparkles : add requirement for Data Root Entity existence
874874- :sparkles : add requirement for the type of the Root Data Entity
875875- :white_check_mark : add test for the root data entity type
876- - :sparkles : add datePublished requiremnt for Root Data Entity
876+ - :sparkles : add datePublished requirement for Root Data Entity
877877- :white_check_mark : add test for the required datePublished property of RDE
878878- :white_check_mark : add test of recommended name of root data entity
879879- :adhesive_bandage : add missing class type for license entity
@@ -936,8 +936,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
936936- Add tests for readme
937937- Add check for wroc license
938938- Added check for tests and examples directories
939- - Add check for bioschemas conformancee
940- - Add pytest-xdist to test depedencies
939+ - Add check for bioschemas conformance
940+ - Add pytest-xdist to test dependencies
941941- :sparkles : add ` MultiIndexMap ` class
942942- :sparkles : add getters for the properties of the profile specification
943943- :sparkles : add methods to get profiles by different criteria
@@ -1066,16 +1066,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10661066- :bug : fix test data
10671067- :pencil2 : fix typo
10681068- :white_check_mark : fix test data
1069- - :bug : redifine check of value restriction of directory identifier
1069+ - :bug : redefine check of value restriction of directory identifier
10701070- :sparkles : update query to identify Directory DataEntity instances
10711071- :bug : allow to store parent nodes
1072- - :bug : fix requiremnts loading
1072+ - :bug : fix requirements loading
10731073- :bug : properly set flag to enable/disable profile inheritance
10741074- :ambulance : fix shape target
10751075- :bug : value is not always present in a violationResult
10761076- :bug : wrong URI to reference the focusNode
1077- - :white_check_mark : fix missing encondings on valid crate
1078- - :pencil2 : Foldeds -> Directories
1077+ - :white_check_mark : fix missing encodings on valid crate
1078+ - :pencil2 : Folders -> Directories
10791079- :bug : missing property injection
10801080- :bug : improve validation of contentSize check
10811081- :pencil2 : fix sdDatePublished
@@ -1086,7 +1086,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10861086- :ambulance : fix fail fast evaluation
10871087- :ambulance : fix the sorting issue with profiles
10881088- :ambulance : allow more generic DataEntity instances
1089- - :white_check_mark : fix missing contextual entities for some enconding format
1089+ - :white_check_mark : fix missing contextual entities for some encoding format
10901090- :white_check_mark : update test data
10911091- :ambulance : update rule to define the CreativeWorkAuthor as subclass of person
10921092- :sparkles : an organization can act as root data entity author
@@ -1249,7 +1249,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12491249### Docs
12501250
12511251- :memo : just one note about the CLI entrypoint
1252- - :memo : update description of JSON format requirment check
1252+ - :memo : update description of JSON format requirement check
12531253- :memo : update description of check context
12541254- :memo : initial README
12551255- :page_facing_up : update license badge
@@ -1280,7 +1280,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12801280- :sparkles : extend profile with inherited profiles
12811281- :sparkles : extend validation process to include inherited profiles
12821282- :sparkles : improve comparison between objects
1283- - :sparkles : allow to filter profile requirments by severity
1283+ - :sparkles : allow to filter profile requirements by severity
12841284- :sparkles : improve shapes loading
12851285- :sparkles : associate IDs to the requirement checks
12861286- :bug : update query to parse shapes
@@ -1300,7 +1300,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13001300- :sparkles : redefine shape to check existence of file descriptor entity
13011301- :zap : improve loading of shacl shapes
13021302- :sparkles : advanced feature should be enabled by default
1303- - :sparkles : allow to retrive shapes by hash
1303+ - :sparkles : allow to retrieve shapes by hash
13041304- :sparkles : allow to retrieve check instances by shape hash
13051305- :sparkles : expose the global graph of shapes
13061306- :sparkles : always perform checks using the global graph of shapes
@@ -1339,7 +1339,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13391339- :sparkles : inject resultPath of violation result on check issue instances
13401340- :lipstick : enable markdown on issue description
13411341- :sparkles : recommend a Contextual Entity for the organizational affiliation
1342- - :sparkles : allow more complex types of MIME types for the encondingFormat pronom
1342+ - :sparkles : allow more complex types of MIME types for the encodingFormat pronom
13431343- :sparkles : Value restriction of the recommended ` publisher ` property
13441344- :sparkles : validate RECOMMENDED publisher value
13451345- :sparkles : define the default filename for the profile specification
@@ -1349,7 +1349,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13491349- :sparkles : allow to get profile by token
13501350- :sparkles : update the ` profiles list ` output
13511351- :sparkles : allow to extract profile version according to different criteria
1352- - :sparkles : allow to get Profile instances by identitier
1352+ - :sparkles : allow to get Profile instances by identifier
13531353- :sparkles : enable more flexible folder structure for profiles
13541354- :sparkles : enable simplified profile selection using the latest version
13551355- :sparkles : fail fast SHACL validation when JSON data are invalid
@@ -1390,7 +1390,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13901390- :sparkles : define a local prefix for the validator entities
13911391- :sparkles : programmatically disallow property injection
13921392- :sparkles : automatically generate name and description of nodes and properties
1393- - :building_construction : generalize the check of processed nodes to avoid infinte loops
1393+ - :building_construction : generalize the check of processed nodes to avoid infinite loops
13941394- :sparkles : enable a step to check code linting
13951395- :sparkles : wrap console object
13961396- :sparkles : do not print formatted validation report when format is different ` text `
@@ -1418,7 +1418,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14181418- :recycle : generic function to load graphs from paths
14191419- :fire : disable ontologies parameter
14201420- :truck : move SHACL validator to a dedicated package
1421- - :recycle : use contant module to define allowed values of params
1421+ - :recycle : use constant module to define allowed values of params
14221422- :recycle : use format to denote graph types
14231423- :recycle : move constants to the constants module
14241424- :recycle : rename enum to represent the severity level
@@ -1443,7 +1443,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14431443- :building_construction : rename table title
14441444- :label : more specific typings
14451445- :loud_sound : update log level
1446- - :recycle : redifine sh: property uri
1446+ - :recycle : redefine sh: property uri
14471447- :recycle : minor changes
14481448- :art : reorganize imports
14491449- :truck : rename requirements files
@@ -1474,7 +1474,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14741474- :recycle : update SHACL check
14751475- :recycle : generalize Shape as specialisation of the generic SHACLNode
14761476- :recycle : generalise NodeShape as specialisation of Shape, NodeCollection
1477- - :loud_sound : udpate logs
14781477- :lipstick : update colors and styles of validation results
14791478- :lipstick : update colors and styles of the ` profiles describe ` command
14801479- :lipstick : update colors on footnotes
@@ -1498,7 +1497,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14981497- :recycle : redefine hash for shape objects
14991498- :recycle : update ` ShapeRegistry ` to use reference shapes by key
15001499- :building_construction : simplify getter of the sourceShape property
1501- - :recycle : use the appropriate function ot retrieve the shape from the registry
1500+ - :recycle : use the appropriate function of retrieve the shape from the registry
15021501- :recycle : refactor profiles loader
15031502- :recycle : refactor profile loading
15041503- :recycle : update initialisation of profiles before validation
@@ -1518,7 +1517,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15181517- :recycle : factorise initialisation of validator object
15191518- :recycle : update ` get_conforms_to ` implementation
15201519- :art : remote blank line
1521- - :lipstick : update style of mulitple choice element
1520+ - :lipstick : update style of multiple choice element
15221521- :lipstick : update layout of validate output
15231522- :recycle : hide the shape that only expand the data graph
15241523- :loud_sound : update log
0 commit comments