solidity-scale-codec 0.3.1 → 0.3.3
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 +31 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,39 @@
|
|
|
1
|
-
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
[Unreleased]
|
|
9
|
+
|
|
10
|
+
## Version 0.3.3
|
|
11
|
+
|
|
12
|
+
## Changed
|
|
13
|
+
|
|
14
|
+
- Homepage for the docsite - [#fcbac35](https://github.com/LucasGrasso/solidity-scale-codec/commit/757cddcce6d9f7a82f9535471c86f0cffa878956)
|
|
15
|
+
|
|
16
|
+
## Version 0.3.2
|
|
17
|
+
|
|
18
|
+
## Changed
|
|
19
|
+
|
|
20
|
+
- Better Changelog - [#288b3e9](https://github.com/LucasGrasso/solidity-scale-codec/commit/288b3e966ff1d030b7e50dcc40d0610cd30b201c)
|
|
21
|
+
|
|
22
|
+
## Version 0.3.1
|
|
23
|
+
|
|
24
|
+
### Fixed
|
|
25
|
+
|
|
26
|
+
- Fix Doc Site - [#da72e55](https://github.com/LucasGrasso/solidity-scale-codec/commit/dc4c9becb5495187078dee73932a89ffa5c7febf)
|
|
27
|
+
|
|
28
|
+
## Version 0.3
|
|
2
29
|
|
|
3
30
|
### Added
|
|
4
31
|
|
|
5
|
-
- Documentation Site - [#eec06ff
|
|
32
|
+
- Documentation Site - [#eec06ff](https://github.com/LucasGrasso/solidity-scale-codec/commit/ec06ff0faa1405914893966e91bfe99d1196986)
|
|
6
33
|
|
|
7
|
-
###
|
|
34
|
+
### Fixed
|
|
8
35
|
|
|
9
|
-
- Fix docs in Junctions - [#de668af
|
|
36
|
+
- Fix docs in Junctions - [#de668af](https://github.com/LucasGrasso/solidity-scale-codec/commit/e7b8edbfd6f965c0120cb2572f24e3c8e81c78fe)
|
|
10
37
|
|
|
11
38
|
## Version 0.2.0
|
|
12
39
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solidity-scale-codec",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Solidity implementation of scale-codec.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"solidity",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"hardhat": "^3.0.15",
|
|
48
48
|
"prettier": "^3.8.1",
|
|
49
49
|
"prettier-plugin-solidity": "^2.2.1",
|
|
50
|
-
"solidity-doc-generator": "^1.
|
|
50
|
+
"solidity-doc-generator": "^1.1.1",
|
|
51
51
|
"typescript": "~5.8.0",
|
|
52
52
|
"viem": "^2.40.3",
|
|
53
53
|
"vitepress": "^1.6.4",
|