Releases: distributed-lab/web-kit
Releases · distributed-lab/web-kit
0.2.0
[0.2.0] - 2023-05-22
Added
root
- "Using in the projects made by create-react-app" section in theREADME.md
root
:apply-version
script to easier bump versionroot
: Package@distributedlab/fetcher
root
: Package@distributedlab/reactivity
@distributedlab/tools
:BN
sqrt, abs
methods@distributedlab/jac
-@distributedlab/fetcher
dependency@distributedlab/jac
- Re-export@distributedlab/fetcher
HTTP_METHODS, HTTP_STATUS_CODES
enumsroot
: Package@distributedlab/w3p
- wrapper for web3 providersEVN based
:MetamaskProvider
CoinbaseProvider
Solana based
:PhantomProvider
SolflareProvider
Near based
:NearProvider
@distributedlab/jac
-deserialize
helper to deserialize JSON API structures@distributedlab/w3p
- Examples and use-cases@distributedlab/tools
-RuntimeError
class
Changed
all
: Drop support for node < 18 versionsall
- Migrate fromtsc
toswc
to build packagesall
- Migrate fromts-jest
toswc-jest
to run tests@distributedlab/tools
-EventEmitter
Make emit second parameter optionalroot
- Workspace dependency version to be strictly equalall
- Migrate to TypeScript 5.0.4
Removed
@distributedlab/jac
-axios
dependencyroot
- Unusedtsconfig.eslint.json
@distributedlab/jac
- Dependency@distributedlab/jsona
Fixed
root
- Prevent typedoc from detecting every index file as a moduleall
- Replace type imports withimport type
syntax according to the SWC tsc migration guideall
- Set "browser": to "./dist/esm/index.js" to correctly resolve the package by the Webpackall
- Moved exclude tests to thetsconfig.build.json
file to make ESLint work in the testsall
- Node resolution in thepackage.json
filesroot
- Inlining sourcemaps to be able to use debugger
0.1.7
[0.1.7] - 2023-03-20
Added
@distributedlab/jac
- Example if user use a refresh token functionality
0.1.7-rc.1
[0.1.7-rc.1] - 2023-03-17
Changed
@distributedlab/jac
- migrate fromjsona
dependency to the@distributedlab/jsona
0.1.7-rc.0
[0.1.7-rc.0] - 2023-03-17
Added
root
: Contributing guide in theREADME.md
fileroot
: Table of contents in theREADME.md
file
Changed
@distributedlab/jac
-jsona
dependency moved to thepeerDependencies
anddevDependencies
0.1.6
[0.1.6] - 2023-03-11
Added
@distributedlab/tools
:BN
isEqualTo
compare
Changed
@distributedlab/tools
:BN
comparing methods
Fixed
@distributedlab/tools
:BN
return formatted string for value getter instead toString method
0.1.5
[0.1.5] - 2023-03-09
Fixed
@distributedlab/tools
:BN
drop unexpected decimal part during multiplication and division
0.1.4
[0.1.4] - 2023-03-08
Added
@distributedlab/tools
:BN.clone()
method to safely cloneBN
instance
Changed
@distributedlab/tools
:BN.valueOf()
method refactored tovalue
getter@distributedlab/tools
:BN.toString()
now return human-readable string@distributedlab/tools
:BN
types moved to the related directories
Fixed
@distributedlab/tools
:BN
the exponent value at whichBigNumber.js
returns exponential notation set to 256
0.1.3
[0.1.3] - 2023-03-07
Added
@distributedlab/tools
:BN.WEI_DECIMALS
value
Fixed
@distributedlab/tools
:BN.MAX_UINT256
value
0.1.2
[0.1.2] - 2023-03-07
Added
@distributedlab/tools
:isZero
getter toBN
class
0.1.1
[0.1.1] - 2023-03-07
Fixed
root
: Links to the packages in theREADME.md
file@distributedlab/tools
: ExportBN
class