Skip to content

Releases: JBZoo/CSV-Blueprint

0.14

18 Mar 00:20
Compare
Choose a tag to compare

What's Changed

  • New validation rules and refactoring by @SmetDenis in #33
  • Refactor test suite structure and update namespaces by @SmetDenis in #34
  • Implemented abstract logic for combined and aggregated rules by @SmetDenis in #35
  • Average calculation function based on MathPHP library by @SmetDenis in #36
  • Update numeric values and precision in schemas and docs by @SmetDenis in #37
  • Add count aggregate rule. Update wording in error messages by @SmetDenis in #38
  • Update terminology from 'count' to 'number' for rows by @SmetDenis in #39
  • Add count_empty function and update examples by @SmetDenis in #40
  • Add 'count_not_empty' rules to aggregate functions by @SmetDenis in #41
  • Add median aggregate rule and update schema examples by @SmetDenis in #42
  • Update handling of null aggregate values by @SmetDenis in #43
  • Added not_allow_values rule by @SmetDenis in #44
  • Add country_code validation rule by @SmetDenis in #45
  • Add 'is_currency_code' rule by @SmetDenis in #46
  • Add rule-count badges to README by @SmetDenis in #47
  • Enhance is_uuid validation and descriptions by @SmetDenis in #48
  • Add is_base64 rule. Programmatically updating README.md by @SmetDenis in #49
  • Add is_json rule by @SmetDenis in #50
  • Add language_code validation rule by @SmetDenis in #51
  • Add population_variance to aggregate rules by @SmetDenis in #52
  • Implemented sample_variance to aggregate rules by @SmetDenis in #53
  • Add standard_deviation to aggregate rules by @SmetDenis in #54
  • Refactor standard deviation to include sample and population by @SmetDenis in #55

Full Changelog: 0.12...0.14

0.12

14 Mar 22:11
25a9dd4
Compare
Choose a tag to compare

What's Changed

  • Global consistency. Rename cell rules and update schema examples by @SmetDenis in #31

Full Changelog: 0.11...0.12

0.11

14 Mar 13:38
c9167bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10...0.11

0.10

14 Mar 09:52
9242718
Compare
Choose a tag to compare

What's Changed

  • Update terminal width for GitHub actions and adjust schema examples by @SmetDenis in #24

Full Changelog: 0.8...0.10

0.9

14 Mar 09:44
1baf221
Compare
Choose a tag to compare
0.9

What's Changed

Full Changelog: 0.7...0.9

0.8

14 Mar 00:09
1baf221
Compare
Choose a tag to compare
0.8

What's Changed

Full Changelog: 0.7...0.8

0.7

13 Mar 20:36
7f71221
Compare
Choose a tag to compare
0.7

What's Changed

  • Improve CSV schema validation with filename patterns by @SmetDenis in #22

Full Changelog: 0.6...0.7

0.6

13 Mar 19:34
ad046c0
Compare
Choose a tag to compare
0.6

What's Changed

  • Modify Docker release GitHub workflow triggers by @SmetDenis in #19
  • Add checkout action for workflow to release Docker images by @SmetDenis in #20
  • Update ENTRYPOINT instruction in Dockerfile by @SmetDenis in #21

Full Changelog: 0.5.1...0.6

0.5.1

13 Mar 19:00
acabab0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5...0.5.1

0.5

13 Mar 18:47
70c6715
Compare
Choose a tag to compare
0.5

What's Changed

  • Revamp CSV validation process in GitHub workflow by @SmetDenis in #15
  • Improve release-docker.yml workflow and update README by @SmetDenis in #16
  • Add quick check option and optimize validation process by @SmetDenis in #17

Full Changelog: 0.4...0.5