Skip to content

Releases: chmike/domain

v1.1.0

27 Jun 14:03
Compare
Choose a tag to compare

fix multiple problems with the validation function and solving issue #1

  • it is a host name validation function
  • a trailing dot is valid
  • without trailing dot, max len is 253
  • with a trailing dot, max len is 254
  • use table tests with error message checking
  • clarify some error messages

Change tag from v1.1 to v1.1.0 for go doc and module.

v1.0.1

28 Oct 11:35
Compare
Choose a tag to compare

Code and API are unmodified.

  • Modified the default branch name,
  • Replace travis with github actions,
  • Fix badges in README.

v1.0.0

14 Apr 09:18
99aac7f
Compare
Choose a tag to compare
Put RFC references in a list