@vicin/sigil 1.2.1 → 1.2.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,80 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [1.2.4] - 2026-02-11
6
+
7
+ **Stable release**
8
+
9
+ ### Changed
10
+
11
+ - Documentation updates (README)
12
+
13
+ ## [1.2.3] - 2026-02-11
14
+
15
+ ### Changed
16
+
17
+ - Documentation updates (README)
18
+
19
+ ## [1.2.2] - 2026-02-11
20
+
21
+ ### Changed
22
+
23
+ - Documentation updates (README and JSDOCs)
24
+
25
+ ## [1.2.1] - 2026-02-10
26
+
27
+ ### Added
28
+
29
+ - Re-introduced 'ISigilStatic' and 'ISigilIntance' types
30
+
31
+ ## [1.2.0] - 2026-02-10
32
+
33
+ ### Added
34
+
35
+ - Added new typing method (decorator with brand field update)
36
+ - Added type to exported base classes
37
+
38
+ ### Changed
39
+
40
+ - Simplified types
41
+ - Fix type bug in `Sigilify`
42
+ - Updated `Sigilify` to return typed class directly
43
+ - Fix options propagation bug
44
+
45
+ ### Deprecated
46
+
47
+ - `typed` higher order function as it has no use-case anymore
48
+ - `typed` will be removed in v2.0.0
49
+
50
+ ## [1.1.1] - 2026-02-09
51
+
52
+ ### Changed
53
+
54
+ - Improved package build outputs to make sure it support multiple JavaScript module systems (ESM and CommonJS).
55
+ - Updated build configuration to ensure correct usage in different runtimes and bundlers.
56
+
57
+ ## [1.1.0] - 2026-02-08
58
+
59
+ ### Added
60
+
61
+ - `SigilRegistry` class
62
+ - `getActiveRegistry()` helper
63
+ - Registry-related options in `updateOptions`
64
+
65
+ ### Deprecated
66
+
67
+ - `REGISTRY` constant (use `SigilRegistry` instead)
68
+ - `REGISTRY` will be removed in v2.0.0.
69
+
70
+ ## [1.0.1] - 2026-02-07
71
+
72
+ ### Changed
73
+
74
+ - Documentation updates (README)
75
+
76
+ ## [1.0.0] - 2026-02-07
77
+
78
+ ### Added
79
+
80
+ - Initial release with core features
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
- Copyright (c) 2026 Ziad Taha and contributors
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
-
5
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
-
7
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ Copyright (c) 2026 Ziad Taha and contributors
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.