wuttasync/CHANGELOG.md

36 lines
905 B
Markdown
Raw Normal View History

# Changelog
All notable changes to WuttaSync will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
2025-06-29 11:25:14 -05:00
## v0.2.1 (2025-06-29)
### Fix
- avoid empty keys for importer
- do not assign simple/supported fields in Importer constructor
- make `--input-path` optional for import/export commands
2024-12-07 18:15:13 -06:00
## v0.2.0 (2024-12-07)
### Feat
- add `wutta import-csv` command
### Fix
- expose `ToWuttaHandler`, `ToWutta` in `wuttasync.importing` namespace
- implement deletion logic; add cli params for max changes
- add `--key` (or `--keys`) param for import/export commands
- add `--list-models` option for import/export commands
- require latest wuttjamaican
- add `--fields` and `--exclude` params for import/export cli
2024-12-05 08:01:12 -06:00
## v0.1.0 (2024-12-05)
### Feat
- initial release