breakingchanges

package
v0.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BreakingChange

type BreakingChange struct {
	Type        string `yaml:"type"`
	Input       string `yaml:"input"`
	Replacement string `yaml:"replacement,omitempty"`
	Context     string `yaml:"context,omitempty"`
	Message     string `yaml:"message"`
}

type Entry

type Entry struct {
	Action    string           `yaml:"action"`
	FromMajor int              `yaml:"from_major"`
	ToMajor   int              `yaml:"to_major"`
	Changes   []BreakingChange `yaml:"changes"`
}

type Registry

type Registry struct {
	// contains filtered or unexported fields
}

func LoadRegistry

func LoadRegistry() (*Registry, error)

func (*Registry) Check

func (r *Registry) Check(action string, fromVersion string, toVersion string) []BreakingChange

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL