Skip to content

Releases: udondan/hostlist_expression-ruby

Release list

v1.0.0

Choose a tag to compare

@udondan udondan released this 15 Sep 07:23
e92e8a4

1.0.0 (2026-09-15)

⚠ BREAKING CHANGES

  • hostlist_expression("host.com") now returns ["host.com"] instead of "host.com".

Bug Fixes

  • always return an Array (#12) (48aff2f)
  • compare numeric range bounds numerically (322c9fd)
  • derive zero padding from leading zeros, not the first bound (9d4eee5)
  • derive zero padding from leading zeros, not the first bound (86148f6)