Releases: michenriksen/pkgdmp
Releases · michenriksen/pkgdmp
v0.3.0
Changelog
- c1894ae feat: add parsing of struct field tags
- 1176a1e feat: introduce method symbol type
- e86418d fix: filtering bugs
- 6080de9 refactor: move package filtering to app implementation
- f7e319b refactor: remove unused function
- b334ae7 refactor: use descriptable String() methods instead of Fingerprint()
v0.2.0
Changelog
- d0fcc52 feat: add parsing of consts
- a97dd39 feat: configure parser with option functions
- 9bc6316 fix: add methods to package if struct is excluded
- 09a4f4a fix: append type methods instead of overwriting
- ab5cc98 refactor: remove unused function type
v0.1.1
Changelog
- 6bc317b feat: add Print method to entities
- f96f43b feat: improve type parsing robustness
- dcaf2db feat: reimplement ident filtering
- 2fbecea feat: simplify entity types
- 9c44a96 fix: add missing omitempty tag options
- 0cdb87e refactor: return package pointer