flex-cartesian 1.3.0 → 2.0.0.beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20aebfbce656dcb5bbe2467cae65ad8bc510022f6a908b88f55f14101a92e1c3
4
- data.tar.gz: 334d472b4cd56b2a159459c2a8f46d80c704780de7ff348fe711a63d7930c1dc
3
+ metadata.gz: f8abd0d3370585f47e040ff3debb856e8700b691085fd405ef387b148aa1abf3
4
+ data.tar.gz: b571ca431da42e1fb2b8bcaea81bd60b68fb4bff5549895303b70d52bdf9e418
5
5
  SHA512:
6
- metadata.gz: f865d4ad80b7ff10d85ebbeaf1a0a2e0185fe9798cf45dd50c1ae4246ad1dd96cf3b01983c29606f27886312335c4aa7e540b45f38e25c37753df7ce5bfbe152
7
- data.tar.gz: 9250f059eeb325d2d69732af18207561351cb8e86d3a6da878b1d66ab37e1d39f970af8385a463aa5ef89d0261f9cd7eda7eac39648c492c70e7bf841d181028
6
+ metadata.gz: 8e52a997e0f876eee8dafad0e7820bf342a5573183381aa4e1d73153dedd7a86e02941e4c9ea019361f71465bc72a015516394eedb469d5c9ade2ad696fe4f75
7
+ data.tar.gz: 0b70aef070da8f63c6f79408ecd1d54042213d27ce3fd30108621a438469f06bd2f95af73e12a34d54d47f4c69d403e9dc0834daa0de19c700202e1b53005175
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.3.1 - 2025-09-03
4
+ ## Fixed
5
+ - CSV format expects separator to be one of ";" or "," otherwise enforces ";"
6
+
3
7
  ## 1.3.0 - 2025-08-19
4
8
  ### Added
5
9
  - .func accepts flag order:
data/LICENSE CHANGED
@@ -1,3 +1,9 @@
1
+ FlexCartesian is licensed under the GNU General Public License version 3 (GPL-3.0-only).
2
+ This program is distributed under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 only.
3
+ No later versions of the GNU General Public License apply to this program.
4
+ The full text of the GNU General Public License version 3 is provided below and constitutes the complete license governing this software.
5
+ Any use, modification, or distribution of this software must comply strictly with the terms of GPL version 3 only (GPL-3.0-only).
6
+
1
7
  GNU GENERAL PUBLIC LICENSE
2
8
  Version 3, 29 June 2007
3
9