@quario/csv 0.6.0 → 0.7.0

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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.7.0] - 2026-09-07
11
+
12
+ ### Changed
13
+
14
+ - **Styled runs flatten to their joined text.** A cell value written as a list of
15
+ styled runs writes the runs' text as one field. This target withdraws every
16
+ style, and a run's is no different.
17
+
10
18
  ## [0.6.0] - 2026-09-07
11
19
 
12
20
  ### Changed
package/README.md CHANGED
@@ -104,10 +104,13 @@ does not mangle.
104
104
 
105
105
  A hidden cell keeps its column slot as an empty field.
106
106
 
107
- ### Unread
107
+ ### Withdrawn, and the unread page bands
108
108
 
109
- `style`, column `width`, slot `width`, page columns, page bands, and images: nothing looks at
110
- them. An image emits no record, though an image in a slot still writes its empty field.
109
+ `style`, column `width`, slot `width`, page columns and images are withdrawn: a record carries no
110
+ presentation, no width and no page, so there is nothing here for any of them to resolve against. An
111
+ image emits no record, though an image in a slot still writes its empty field. Page bands are the
112
+ one unread declaration — this target never calls their closures, so an expression inside one is
113
+ never evaluated and never raises here.
111
114
 
112
115
  ### Text shape
113
116
 
package/lib/index.js CHANGED
@@ -4,7 +4,9 @@
4
4
  * banded walk onto records in render order. A cell that is one bare
5
5
  * interpolation keeps a typed string (a number stays decimal, a Date ISO 8601
6
6
  * UTC); every other cell is display text, then the formula-injection guard,
7
- * then RFC 4180 quoting. Styles, widths, page bands, and images go unread.
7
+ * then RFC 4180 quoting. Styled runs flatten to their joined text -- the join
8
+ * is over the cell's one `tokens` array, so a run needs no branch here.
9
+ * Styles, widths, page bands, and images go unread.
8
10
  * The unlicensed marking is a trailing line, so record 1 stays the report's.
9
11
  */
10
12
  import { display, text, typed, walk } from "quario";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quario/csv",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "The CSV render target for quario — in the makings, not yet released",
5
5
  "homepage": "https://getquario.com",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -38,12 +38,12 @@
38
38
  "devDependencies": {
39
39
  "@arethetypeswrong/cli": "^0.18.3",
40
40
  "@size-limit/preset-small-lib": "^13.0.3",
41
- "quario": "^0.6.0",
41
+ "quario": "^0.7.0",
42
42
  "size-limit": "^13.0.3",
43
43
  "typescript": "^7.0.2"
44
44
  },
45
45
  "peerDependencies": {
46
- "quario": "^0.6.0"
46
+ "quario": "^0.7.0"
47
47
  },
48
48
  "size-limit": [
49
49
  {