Skip to content

4.0.0-beta7

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 10:06
· 147 commits to master since this release
7bfa238

What's Changed

Bugs fixes 🐛

  • fix(xlsx): handle flat geodatabases without layers by @Guts in #278
  • fix(serializer): return path as str not pathlib.Path by @Guts in #279
  • Fix: Postgis processing by @Guts in #287

Features and enhancements 🎉

  • feature(i18n): support aliases for English by @Guts in #274
  • feature: add option to path as hyperlink or not by @Guts in #277
  • feature(processing): add option to quick fail (without try/except) by @Guts in #280
  • tooling: complete VS Code config with JSON and YAML settings by @Guts in #281
  • feature(serializer): achieve JSON serializer by @Guts in #283
  • feature(utils): add a basic str2bool util by @Guts in #284
  • refacto(logs): homogeneize logs mechanism between cli and gui by @Guts in #285
  • feature(cli): improve how output path is determined by @Guts in #286

Documentation 📖

  • Docs: add contributing guidelines by @Guts in #282

Other Changes

  • refacto: rename module name into metadataset by @Guts in #275
  • refacto(serializer): change code structure to handle new serializers by @Guts in #276

Full Changelog: 4.0.0-beta6...4.0.0-beta7