Skip to content

Releases: ekristen/libnuke

v0.14.2

13 May 16:33
fb5531a
Compare
Choose a tag to compare

0.14.2 (2024-05-13)

Bug Fixes

  • deps: update module github.com/fatih/color to v1.17.0 (7d2166d)

v0.14.1

22 Apr 23:57
e236a7f
Compare
Choose a tag to compare

0.14.1 (2024-04-22)

Bug Fixes

  • deps: update module golang.org/x/sync to v0.7.0 (98ab7e1)

v0.14.0

21 Apr 23:17
939dab9
Compare
Choose a tag to compare

0.14.0 (2024-04-21)

Bug Fixes

  • golangci-lint: resolve violations (fade006)
  • ignore fields that are not exported (c019f30)
  • simplify props from struct with reflect use, add benchmark funcs (2e28dec)
  • support struct being a pointer (9ccb064)
  • update to proper name ref (265e844)

Features

  • add new function to get all registrations (1917e0d)
  • func to build properties from struct (5623af4)
  • generate property documentation for resources (c1c6eff)
  • get properties from structure (1711685)

v0.13.1

28 Mar 22:22
9c84ff2
Compare
Choose a tag to compare

0.13.1 (2024-03-28)

Bug Fixes

  • filter: guard against type being nil (#46) (9c84ff2)

v0.13.0

28 Mar 21:23
804aa1b
Compare
Choose a tag to compare

0.13.0 (2024-03-28)

Features

  • filter: add In and NotIn operators (#44) (804aa1b)

v0.12.0

14 Mar 02:45
714d468
Compare
Choose a tag to compare

0.12.0 (2024-03-14)

Features

v0.11.0

08 Mar 22:59
aee80cf
Compare
Choose a tag to compare

0.11.0 (2024-03-08)

Features

  • adding func to set with prefix for properties (#41) (aee80cf)

v0.10.2

07 Mar 22:36
2563f24
Compare
Choose a tag to compare

0.10.2 (2024-03-07)

Bug Fixes

  • deps: update module github.com/stretchr/testify to v1.9.0 (#40) (2563f24)

v0.10.1

22 Feb 17:23
a4a985e
Compare
Choose a tag to compare

0.10.1 (2024-02-22)

Bug Fixes

  • do not throw error on property not supported, log and continue (#39) (a4a985e)

v0.10.0

16 Feb 03:24
3efe6a0
Compare
Choose a tag to compare

0.10.0 (2024-02-16)

Features