Releases: IDEMSInternational/rapidpro-flow-toolkit
Releases · IDEMSInternational/rapidpro-flow-toolkit
1.4.0
What's Changed
- CLI function to export data sheets to JSON by @geoo89 in #125
- Tidy content index parser by @istride in #139
- Tidy sheet parser test by @istride in #140
- Upgrade Pydantic to v2, but still use v1 API by @istride in #142
- Drop support for Python 3.8 by @istride in #144
- Tidy flow parser and models by @istride in #145
- Refactor flow parser tests by @istride in #146
Full Changelog: 1.3.0...1.3.1
1.3.0
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
- Set version to 1.1.1
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Migrate code style to black by @istride in #96
- Update csv reader by @edmoss345 in #97
- Adapting google sheets reader by @edmoss345 in #99
- FlowParser: Add support for webhooks by @geoo89 in #100
- Merge all sheet reader modules into one by @istride in #105
- Return dict representing RapidPro flow from create_flows function by @istride in #106
- Refactor CSV sheet reader to manage a directory of CSV files by @istride in #108
- Move multiple sheet reader handling to Content Index Parser by @istride in #110
- Treat multiple input files as a single unit by @geoo89 in #107
- Data sheet manipulation operations by @geoo89 in #112
- Make log path configurable by @istride in #113
- Install pre-commit by @istride in #111
- Fix
docs/development.md
to reflect changed tests location by @geoo89 in #114
New Contributors
- @edmoss345 made their first contribution in #97
Full Changelog: 1.0.1...1.1.0