This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
Releases: JesseCoretta/go-schemax
Releases · JesseCoretta/go-schemax
v1.6.1
v1.6.0-rc.4
Changes
- Add
HR
andNOC
clause fields toLDAPSyntax
andDITStructureRule
Map instances respectively
v1.6.0-rc.3
Changes
- Add
AttributeType.Map
"MUB" field - Add deletion routine for zero MUB values when present
v1.6.0-rc.2
Changes
- Add
Schema.Push
convenience method for quick insertion ofDefinition
qualifiers into the appropriate underlying collection - Add unit test for
Schema.Push
v1.6.0-rc.1
Changes
- Add
ObjectClass.EnforcedBy
forDITContentRule
association - Add
NameForm.EnforcedBy
forDITStructureRule
association - Add
DITStructureRule.NamedObjectClass
for accessing theNameForm
ObjectClass
- Adjust
AttributeType.SetObsolete
to conform to standard signature - Documentation updates
v1.6.0-rc.0
Changes
- Implement experimental
DITStructureRule.Govern
method, allowing rough analyses of input DNs to discern compliance with a structure rule (or chain of same)
v1.5.9-rc.0
Changes
- Include
subentryNameForm
per clause 14.2.2 of ITU-T Rec. X.501 - Include support for RFC 2377 name form definitions
gofmt
- Update README.md -- add new source badges, and clarify covered document types
v1.5.9
Changes
- Incorporate new go-antlr4512 release (v1.0.9)
- Extensible user-defined
ldapSyntax
definitions, which includeX-PATTERN
regular expression statements, are now supported
- Extensible user-defined
v1.5.8
Changes
gofmt -s -w *.go
- Add
LDAPSyntax.HumanReadable
support, doc description and unit test - Update
CONTRIBUTORS.md
to use newer "pkg.go.dev" reference hostname (was "godoc.org") - Fix improperly named doc example:
ExampleAttributeType_SubTypes
(wasExampleAttribute_SubTypes
) - Add Codecov badge to
README.md
-- current coverage is >=95%
v1.5.4
Changes
- README.md updates
- Improved
dITContentRule
compliance check