@small-web/kitten-types 1.0.0 → 1.0.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.
- package/CHANGELOG.md +9 -2
- package/global.d.ts +795 -27
- package/index.d.ts +9 -13
- package/package.json +2 -2
- package/types.d.ts +195 -87
package/CHANGELOG.md
CHANGED
|
@@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
-
## [1.0.
|
|
7
|
+
## [1.0.1] - 2026-06-26
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- Missing types
|
|
12
|
+
- Documentation for all types
|
|
13
|
+
|
|
14
|
+
## [1.0.0] - 2026-06-23
|
|
8
15
|
|
|
9
16
|
__Initial release__
|
|
10
17
|
|
|
11
|
-
The
|
|
18
|
+
The predecessor of this module is Kitten Globals ([@small-web/kitten](https://codeberg.org/kitten/globals)), which has now been deprecated.
|
|
12
19
|
|
|
13
20
|
For previous history, please see that module.
|