Skip to content

Releases: bntrtm/structly

v1.2.0

Choose a tag to compare

@bntrtm bntrtm released this 10 Apr 02:06

What's Changed

  • feat: improve performance with reduced reflection calls by @bntrtm in #13

Full Changelog: v1.1.1...v1.2.0

v1.1.1

Choose a tag to compare

@bntrtm bntrtm released this 10 Apr 02:05

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@bntrtm bntrtm released this 06 Apr 05:41

Summary

Version 1.1.0 introduces a cleaner approach to per-instance black/white -listing and introduces the new bl tag, which can be used to blacklist struct fields from render at the type level!

What's Changed

  • test(idx): improve styling, logging by @bntrtm in #7
  • feat: improve definition and validation of exception lists by @bntrtm in #8
  • feat: add blacklist tag by @bntrtm in #9

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@bntrtm bntrtm released this 03 Apr 18:33

Version 1.0.0 is here!

Structly (formerly gostructui) is officially ready for production use.

Structly v1.0 allows developers to use strings, booleans, and ints as menu fields to expose to users, and a few handy struct tags exist (smname, smdes, idx) for menu configuration on a per-field basis.