v0.2.1
What's Changed
- chore: enable dependabot by @bc-m in #19
- chore(deps): bump clap from 4.5.2 to 4.5.4 by @dependabot in #20
- chore(deps): bump regex from 1.10.3 to 1.10.4 by @dependabot in #21
- chore(deps): bump rayon from 1.9.0 to 1.10.0 by @dependabot in #22
- chore(deps): bump anyhow from 1.0.81 to 1.0.82 by @dependabot in #23
- chore(deps): bump insta from 1.36.1 to 1.38.0 by @dependabot in #24
- feat: use strum to better manage string enums by @bc-m in #25
- feat: decode html entities in comments by @bc-m in #26
- refactor: use FromRepr instead EnumString for enum simplification by @bc-m in #27
- feat: drop html-escape in favor of quick_xml unescape by @bc-m in #29
- feat: parse repetition from field references by @bc-m in #30
- feat: format variable repetition like filemaker by @bc-m in #31
- feat: parse insert text script step by @bc-m in #32
- feat: add parse boolean parameter util by @bc-m in #33
- refactor: reformat files by @bc-m in #34
- feat: parse truncate table and generalization by @bc-m in #35
- feat: support more steps by @bc-m in #36
New Contributors
- @jwillinghalpern made their first contribution in #18
- @dependabot made their first contribution in #20
Full Changelog: v0.1.5...v0.2.1