@thi.ng/pixel-io-netpbm 2.1.153 → 2.1.154

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -94
  2. package/package.json +6 -7
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T15:46:53Z
3
+ - **Last updated**: 2025-01-23T13:39:11Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
7
+ Only versions published since **2022-01-01** are listed here.
8
+ Please consult the Git history for older version information.
7
9
  See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
8
10
 
9
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
@@ -32,96 +34,3 @@ and/or version bumps of transitive dependencies.
32
34
  #### ♻️ Refactoring
33
35
 
34
36
  - replace deprecated .substr() w/ .substring() ([0710509](https://github.com/thi-ng/umbrella/commit/0710509))
35
-
36
- ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-io-netpbm@2.1.0) (2021-11-17)
37
-
38
- #### 🚀 Features
39
-
40
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
41
- Improving the overall build ergonomics
42
- - introduced a tools workspaces
43
- - imported it in all needed packages/examples
44
- - inclusive project root
45
-
46
- #### ♻️ Refactoring
47
-
48
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
49
- this commit reverts (partly) changes made in:
50
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
51
- overall purpose is better testament ergonomics:
52
- instead of having to pass NODE_OPTIONS with every invocation
53
- having a binary to handle this for us.
54
-
55
- ### [2.0.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-io-netpbm@2.0.9) (2021-11-04)
56
-
57
- #### ♻️ Refactoring
58
-
59
- - minor changes (rename types) ([7bd491d](https://github.com/thi-ng/umbrella/commit/7bd491d))
60
-
61
- ### [2.0.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-io-netpbm@2.0.8) (2021-11-03)
62
-
63
- #### ♻️ Refactoring
64
-
65
- - minor update ([b8f1714](https://github.com/thi-ng/umbrella/commit/b8f1714))
66
-
67
- ### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-io-netpbm@2.0.1) (2021-10-13)
68
-
69
- #### ♻️ Refactoring
70
-
71
- - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
72
- - add .js suffix for all relative imports
73
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
74
-
75
- # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-io-netpbm@2.0.0) (2021-10-12)
76
-
77
- #### 🛑 Breaking changes
78
-
79
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
80
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
81
- - only ESM modules will be published from now on
82
- - CJS obsolete due to ESM support in recent versions of node:
83
- - i.e. launch NodeJS via:
84
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
85
- - in the node REPL use `await import(...)` instead of `require()`
86
- - UMD obsolete due to widespread browser support for ESM
87
- Also:
88
- - normalize/restructure/reorg all package.json files
89
- - cleanup all build scripts, remove obsolete
90
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
91
-
92
- #### ♻️ Refactoring
93
-
94
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
95
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
96
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
97
- - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
98
- - largely related to recent updates/restructuring of these packages:
99
- - api
100
- - defmulti
101
- - errors
102
- - logger
103
- - update imports ([9a97d74](https://github.com/thi-ng/umbrella/commit/9a97d74))
104
-
105
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-io-netpbm@0.1.0) (2021-02-20)
106
-
107
- #### 🚀 Features
108
-
109
- - import as new pkg ([697b842](https://github.com/thi-ng/umbrella/commit/697b842))
110
- - add/update readers/writers ([a62ef0b](https://github.com/thi-ng/umbrella/commit/a62ef0b))
111
- - extract parseHeader()
112
- - update readComments() to collect comment lines
113
- (e.g. useful for meta data)
114
- - add 16bit grayscale support for read/write
115
- - add support for channel rescaling
116
- - fix readPBM() bit twiddling
117
- - update asPGM(), add asPGM16()
118
- - add opt comment support ([2659031](https://github.com/thi-ng/umbrella/commit/2659031))
119
- - add extra arg for all asPXM() functions to include
120
- arbitrary comments in file header
121
-
122
- #### ♻️ Refactoring
123
-
124
- - update PBM R&W, comment handling ([ed495e9](https://github.com/thi-ng/umbrella/commit/ed495e9))
125
- - remove [@thi.ng/binary](https://github.com/thi-ng/umbrella/tree/main/packages/binary) dep
126
- - update bitops in readPBM()/asPBM()
127
- - update initHeader() to avoid double newlines if no comments
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pixel-io-netpbm",
3
- "version": "2.1.153",
3
+ "version": "2.1.154",
4
4
  "description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,15 +40,14 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.17",
44
- "@thi.ng/errors": "^2.5.23",
45
- "@thi.ng/pixel": "^7.3.13"
43
+ "@thi.ng/api": "^8.11.18",
44
+ "@thi.ng/errors": "^2.5.24",
45
+ "@thi.ng/pixel": "^7.3.14"
46
46
  },
47
47
  "devDependencies": {
48
- "@microsoft/api-extractor": "^7.48.1",
49
48
  "esbuild": "^0.24.2",
50
49
  "typedoc": "^0.27.6",
51
- "typescript": "^5.7.2"
50
+ "typescript": "^5.7.3"
52
51
  },
53
52
  "keywords": [
54
53
  "16bit",
@@ -92,5 +91,5 @@
92
91
  "parent": "@thi.ng/pixel",
93
92
  "year": 2021
94
93
  },
95
- "gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n"
94
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
96
95
  }