Release v1.4.0 - #248
Merged
Merged
Conversation
Kzoeps
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
August 24, 2026 14:50
353affa to
da2d4b0
Compare
Kzoeps
self-requested a review
August 24, 2026 14:50
Kzoeps
approved these changes
Aug 24, 2026
Kzoeps
force-pushed
the
changeset-release/main
branch
from
August 24, 2026 16:13
da2d4b0 to
7b2f245
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the package will be published to npm automatically. If you're not ready to release yet, that's fine; whenever more changesets are added to
main, this PR will be updated.Releases
@hypercerts-org/lexicon 1.4.0
This release adds first-class records for non-agent subjects, together with shared tags for describing features and collections.
Represent non-agent subjects
The new
org.hypercerts.entity.featurerecord represents a subject that is not a person or organization. Examples include a managed land zone, ecological stratum, participant cohort, or campaign.A feature can include:
sameAsCollections can now include features alongside activities and nested collections. Existing activity claims continue to reference
app.certified.locationdirectly and do not need to change.Add shared tags to features and collections
The new
org.hypercerts.vocab.tagrecord lets publishers define tags that features and collections can share.For example, a land feature could have both a "project site" tag and a "mangrove land cover" tag. Because each tag is published as a record, different features and collections can use the same definition instead of relying on inconsistent free-text values.
A tag can also record:
When a feature or collection has several tags, they are all treated as facts about that record. Tags do not express
OR,NOT, weighting, or other logic.Compatibility
These changes are additive. Existing records remain valid.
Thanks @DjimoSerodio for contributing these changes in #242.