@ultraq/icu-message-formatter 0.15.1-beta.2 → 0.15.1

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 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,8 +3,9 @@ Changelog
3
3
  =========
4
4
 
5
5
  ### 0.15.1
6
- - Make first parameter of `TypeHandler` generic so that you can specify what to
7
- expect for it.
6
+ - Make `TypeHandler` -> `TypeHandler<TValue = any, TReturn = any>` so that the
7
+ value part can be specified and the return value inferred in TypeScript
8
+ codebases.
8
9
 
9
10
  ### 0.15.0
10
11
  - Minimum supported version of Node is now 20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraq/icu-message-formatter",
3
- "version": "0.15.1-beta.2",
3
+ "version": "0.15.1",
4
4
  "description": "Format ICU message syntax strings from supplied parameters and your own configurable types",
5
5
  "author": "Emanuel Rabina <emanuelrabina@gmail.com> (http://www.ultraq.net.nz/)",
6
6
  "license": "Apache-2.0",