Releases: ServerlessSam/data-file-merge
Releases · ServerlessSam/data-file-merge
v0.3.1
What's Changed
- Upgrade python to 3.11 by @ServerlessSam in #48
- Rename wordy config class attributes by @ServerlessSam in #49
- Add flag to config.build() to give option to save locally by @ServerlessSam in #50
- Change dir structure to add a package root dir within src/ by @ServerlessSam in #51
- Change module name from datafilemerge to dfm by @ServerlessSam in #52
- Update lock file by @james-ecd in #54
- Change CI to only build CLIs on a tagged commit by @ServerlessSam in #53
- Change version import to get pypi release working by @ServerlessSam in #55
- Upgrade version 0.3.1 by @ServerlessSam in #56
Full Changelog: v0.2.3...v0.3.1
v0.2.3
What's Changed
- Some general cleanup by @james-ecd in #24
- Create LICENSE.md by @ServerlessSam in #28
- Versioning added to dfm cli by @ServerlessSam in #27
- 18 ensure generated cli for releases is simply called dfm by @ServerlessSam in #29
- Update config names of for src and dest file to use 'node' suffix by @ServerlessSam in #30
- Successfully released to PyPi! by @ServerlessSam in #32
- 21 refactor readme by @ServerlessSam in #34
- 19 allow dicts with clashing keys to merge recursively by @ServerlessSam in #33
- root_path added to build config and file locations by @ServerlessSam in #31
- Update version for v0.2 release by @ServerlessSam in #39
Breaking Changes
SourceFileRoot
andDestinationFileContent
keys from config file renamed toSourceFileNode
andDestinationFileNode
respectively.- Merging logic for dictionaries with clashing keys changed. See updated merging logic documentation from the wiki or #19
Full Changelog: v0.1.0...v0.2.3
v0.1.0
Data-File-Merge's Initial Release!
What's Changed
- Cleanup + enabling flake8 and making it happy by @james-ecd in #1
- Rename project by @ServerlessSam in #4
- fix: update readme formatting for improved readability by @arylatt in #5
- Create installer by @ServerlessSam in #7
- Add .circleci/config.yml by @ServerlessSam in #14
- Create cicd by @ServerlessSam in #15
- Extend cicd to cli creation by @ServerlessSam in #16
- 10 add option for path prefix by @ServerlessSam in #17
New Contributors
- @james-ecd made their first contribution in #1
- @ServerlessSam made their first contribution in #4
- @arylatt made their first contribution in #5
Full Changelog: https://github.com/ServerlessSam/data-file-merge/commits/v0.1.0