@thi.ng/bencode 3.0.3 → 3.0.4

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 -107
  2. package/package.json +10 -11
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T15:46:52Z
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
@@ -45,109 +47,3 @@ and/or version bumps of transitive dependencies.
45
47
  - fix [#342](https://github.com/thi-ng/umbrella/issues/342), support signed ints ([66615be](https://github.com/thi-ng/umbrella/commit/66615be))
46
48
  - add inf/NaN checks
47
49
  - add tests
48
-
49
- ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/bencode@2.1.0) (2021-11-17)
50
-
51
- #### 🚀 Features
52
-
53
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
54
- Improving the overall build ergonomics
55
- - introduced a tools workspaces
56
- - imported it in all needed packages/examples
57
- - inclusive project root
58
-
59
- #### ♻️ Refactoring
60
-
61
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
62
- this commit reverts (partly) changes made in:
63
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
64
- overall purpose is better testament ergonomics:
65
- instead of having to pass NODE_OPTIONS with every invocation
66
- having a binary to handle this for us.
67
-
68
- ### [2.0.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/bencode@2.0.8) (2021-11-10)
69
-
70
- #### ♻️ Refactoring
71
-
72
- - update all countdown loops ([a5f374b](https://github.com/thi-ng/umbrella/commit/a5f374b))
73
-
74
- ### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/bencode@2.0.1) (2021-10-13)
75
-
76
- #### ♻️ Refactoring
77
-
78
- - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
79
- - add .js suffix for all relative imports
80
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
81
-
82
- # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/bencode@2.0.0) (2021-10-12)
83
-
84
- #### 🛑 Breaking changes
85
-
86
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
87
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
88
- - only ESM modules will be published from now on
89
- - CJS obsolete due to ESM support in recent versions of node:
90
- - i.e. launch NodeJS via:
91
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
92
- - in the node REPL use `await import(...)` instead of `require()`
93
- - UMD obsolete due to widespread browser support for ESM
94
- Also:
95
- - normalize/restructure/reorg all package.json files
96
- - cleanup all build scripts, remove obsolete
97
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
98
-
99
- #### ♻️ Refactoring
100
-
101
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
102
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
103
- - update imports ([7b00120](https://github.com/thi-ng/umbrella/commit/7b00120))
104
- - update imports (transducers) ([e2db0dd](https://github.com/thi-ng/umbrella/commit/e2db0dd))
105
- - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
106
- - largely related to recent updates/restructuring of these packages:
107
- - api
108
- - defmulti
109
- - errors
110
- - logger
111
- - restructure/split source files ([fa3b4b6](https://github.com/thi-ng/umbrella/commit/fa3b4b6))
112
- - update defmulti impls ([c807c38](https://github.com/thi-ng/umbrella/commit/c807c38))
113
-
114
- ### [0.3.43](https://github.com/thi-ng/umbrella/tree/@thi.ng/bencode@0.3.43) (2020-12-07)
115
-
116
- #### ♻️ Refactoring
117
-
118
- - update type-only imports ([ad267a2](https://github.com/thi-ng/umbrella/commit/ad267a2))
119
-
120
- ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/bencode@0.3.0) (2019-07-07)
121
-
122
- #### 🚀 Features
123
-
124
- - enable TS strict compiler flags (refactor) ([1be1a14](https://github.com/thi-ng/umbrella/commit/1be1a14))
125
-
126
- #### ♻️ Refactoring
127
-
128
- - TS strictNullChecks ([9d0b1f1](https://github.com/thi-ng/umbrella/commit/9d0b1f1))
129
-
130
- ### [0.2.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/bencode@0.2.1) (2019-02-20)
131
-
132
- #### 🩹 Bug fixes
133
-
134
- - string list val decoding, add tests, update readme ([9f2b8ae](https://github.com/thi-ng/umbrella/commit/9f2b8ae))
135
-
136
- ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/bencode@0.2.0) (2019-02-15)
137
-
138
- #### 🚀 Features
139
-
140
- - add decode(), fix string length handling ([c1bbc6f](https://github.com/thi-ng/umbrella/commit/c1bbc6f))
141
- - add decode() w/ opt utf8 string decoding
142
- - use utf8Length() for string encoding
143
-
144
- #### ♻️ Refactoring
145
-
146
- - update to use [@thi.ng/arrays](https://github.com/thi-ng/umbrella/tree/main/packages/arrays) ([83260ed](https://github.com/thi-ng/umbrella/commit/83260ed))
147
-
148
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/bencode@0.1.0) (2019-02-05)
149
-
150
- #### 🚀 Features
151
-
152
- - re-import updated bencode pkg ([cf7dc3a](https://github.com/thi-ng/umbrella/commit/cf7dc3a))
153
- - re-import updated bencode pkg ([f2612a6](https://github.com/thi-ng/umbrella/commit/f2612a6))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/bencode",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,19 +40,18 @@
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/arrays": "^2.10.12",
45
- "@thi.ng/checks": "^3.6.20",
46
- "@thi.ng/errors": "^2.5.23",
47
- "@thi.ng/strings": "^3.9.2",
48
- "@thi.ng/transducers": "^9.2.15",
49
- "@thi.ng/transducers-binary": "^2.1.150"
43
+ "@thi.ng/api": "^8.11.18",
44
+ "@thi.ng/arrays": "^2.10.13",
45
+ "@thi.ng/checks": "^3.6.21",
46
+ "@thi.ng/errors": "^2.5.24",
47
+ "@thi.ng/strings": "^3.9.3",
48
+ "@thi.ng/transducers": "^9.2.16",
49
+ "@thi.ng/transducers-binary": "^2.1.151"
50
50
  },
51
51
  "devDependencies": {
52
- "@microsoft/api-extractor": "^7.48.1",
53
52
  "esbuild": "^0.24.2",
54
53
  "typedoc": "^0.27.6",
55
- "typescript": "^5.7.2"
54
+ "typescript": "^5.7.3"
56
55
  },
57
56
  "keywords": [
58
57
  "array",
@@ -89,5 +88,5 @@
89
88
  "thi.ng": {
90
89
  "alias": "bc"
91
90
  },
92
- "gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n"
91
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
93
92
  }