Skip to content

Releases: williamthom-as/cure

0.4.0

02 Mar 12:12
Compare
Choose a tag to compare

Lots of new features, improvements and bug fixes!

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0

25 Nov 22:41
Compare
Choose a tag to compare

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

05 May 13:01
Compare
Choose a tag to compare

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

01 Oct 02:26
Compare
Choose a tag to compare
0.1.2-beta Pre-release
Pre-release

See log for changes

Full Changelog: 0.1.1-beta...0.1.2-beta

0.1.1-beta

31 Aug 10:50
Compare
Choose a tag to compare
0.1.1-beta Pre-release
Pre-release

First working release!