Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Releases: JesseCoretta/go-schemax

v1.6.1

01 Dec 13:03
Compare
Choose a tag to compare

No changes, production release

v1.6.0-rc.4

08 Nov 14:53
Compare
Choose a tag to compare

Changes

  • Add HR and NOC clause fields to LDAPSyntax and DITStructureRule Map instances respectively

v1.6.0-rc.3

08 Nov 14:37
Compare
Choose a tag to compare

Changes

  • Add AttributeType.Map "MUB" field
  • Add deletion routine for zero MUB values when present

v1.6.0-rc.2

08 Nov 12:14
Compare
Choose a tag to compare

Changes

  • Add Schema.Push convenience method for quick insertion of Definition qualifiers into the appropriate underlying collection
  • Add unit test for Schema.Push

v1.6.0-rc.1

06 Nov 06:23
Compare
Choose a tag to compare

Changes

  • Add ObjectClass.EnforcedBy for DITContentRule association
  • Add NameForm.EnforcedBy for DITStructureRule association
  • Add DITStructureRule.NamedObjectClass for accessing the NameForm ObjectClass
  • Adjust AttributeType.SetObsolete to conform to standard signature
  • Documentation updates

v1.6.0-rc.0

31 Oct 00:55
Compare
Choose a tag to compare

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

18 Oct 06:38
Compare
Choose a tag to compare

Changes

v1.5.9

17 Oct 05:59
Compare
Choose a tag to compare

Changes

  • Incorporate new go-antlr4512 release (v1.0.9)
    • Extensible user-defined ldapSyntax definitions, which include X-PATTERN regular expression statements, are now supported

v1.5.8

31 Jul 01:22
Compare
Choose a tag to compare

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 (was ExampleAttribute_SubTypes)
  • Add Codecov badge to README.md -- current coverage is >=95%

v1.5.4

08 Jul 00:22
Compare
Choose a tag to compare

Changes

  • README.md updates
  • Improved dITContentRule compliance check