Releases: williamthom-as/cure
Releases · williamthom-as/cure
0.4.0
Lots of new features, improvements and bug fixes!
What's Changed
- Named ranges support exclusions by @williamthom-as in #5
- Named ranges support exclusions by @williamthom-as in #6
- feat: remove the dynamic hash lookup for caching existing values, and… by @williamthom-as in #7
- formalise existing project structure via cli generators (cure new [name]) by @williamthom-as in #8
Full Changelog: 0.3.0...0.4.0
0.3.0
New features in this release:
- Support for multi sheet operations, including joining sheets into one.
- Declare file type in template, static or dynamically.
- Added validation as a new step.
- Allow export limits, ex. only export the first n lines.
- Many other performance and bug fixes
0.2.0
Many new features, becoming much more stable. Just a few of the major changes:
- Old JSON/YAML templating has been removed in favour of new DSL.
- Added new steps: validation, query, build.
- Added new generators and strategies.
- Removed old in memory data structure in favour of SQLite3 in-mem or disk based persistence.
- Huge performance improvements in time and memory usage.
0.1.2-beta
See log for changes
Full Changelog: 0.1.1-beta...0.1.2-beta
0.1.1-beta
First working release!