Skip to content

Commit

Permalink
Change "roleRule" to require non-empty string content (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Aug 1, 2024
1 parent 94639d6 commit 41a000e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/metapype/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
4 changes: 4 additions & 0 deletions src/metapype/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## (0.1.1) 2024-08-01
### Changed/Fixed
- Change `roleRule` to require non-empty string content.

## (0.1.0) 2024-02-17
### Changed/Fixed
- Add `normalize()` help function to `metapype.model` to normalize whitespace in both XML documents and
Expand Down
2 changes: 1 addition & 1 deletion src/metapype/eml/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@
[
],
{
"content_rules" : ["strContent"]
"content_rules" : ["strContent", "nonEmptyContent"]
}
],
"rowColumnRule" : [
Expand Down

0 comments on commit 41a000e

Please sign in to comment.