Releases: softwareventures/nullable
Releases · softwareventures/nullable
v3.2.0
3.2.0 (2024-01-10)
Features
- mapOptional: add mapOptional function, which is like map but returns undefined instead of null (4b5982f)
v3.1.0
3.1.0 (2022-11-25)
Features
- add void to list of nullish types (8fd96d8)
v3.0.0
3.0.0 (2022-10-12)
⚠ BREAKING CHANGES
- node: node versions 12, 17 are no longer supported.
Features
- node: drop support for node 12, 17 (c1ba96d)
v2.0.0
2.0.0 (2021-07-07)
Features
- node: drop support for node < 12 || ^13 || ^15 (e0801b8)
BREAKING CHANGES
- node: node < 12 || ^13 || ^15 are no longer
supported.
v1.4.0
1.4.0 (2021-05-14)
Features
- mapnullable: add mapNullable as alias for map (f6b3c06)
v1.3.0
1.3.0 (2021-04-21)
Features
- notnull: add notNull function (590a5b2)
v1.2.2
1.2.2 (2021-04-16)
Bug Fixes
- npm: don't include TypeScript source in npm package (66f7e90)
v1.2.1
1.2.1 (2021-03-30)
Bug Fixes
- side-effects: set sideEffects: false to enable tree-shaking (dd99600)
v1.2.0
1.2.0 (2021-03-17)
Features
- mapnull: default type parameter U to be the same as T (140d439)