Skip to content

v0.4

Compare
Choose a tag to compare
@dandavies99 dandavies99 released this 26 Jan 10:34
· 190 commits to develop since this release
4a605c4

What's Changed

Feature changes

  • Refine which fields are mandatory and default values of those by @dandavies99 in #247
  • Improve behaviour of formsets when invalid or missing fields are submitted by @dandavies99 in #250
  • Tidy the parsing workflow, make use of column mappings and add a diagram showing the overall parsing workflow by @dandavies99 in #253
  • Allow .txt/.csv Maccor files to be parsed by @dandavies99 in #254

Bug fixes

Development changes

  • Add config for debugging the django app locally in VS code config by @dandavies99 in #252
    • Update dummy data to match new database schema for local development by @dandavies99 in #244

Full Changelog: v0.3.0-alpha...v0.4