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.mdroot:apply-versionscript to easier bump versionroot: Package@distributedlab/fetcherroot: Package@distributedlab/reactivity@distributedlab/tools:BNsqrt, absmethods@distributedlab/jac-@distributedlab/fetcherdependency@distributedlab/jac- Re-export@distributedlab/fetcherHTTP_METHODS, HTTP_STATUS_CODESenumsroot: Package@distributedlab/w3p- wrapper for web3 providersEVN based:MetamaskProviderCoinbaseProvider
Solana based:PhantomProviderSolflareProvider
Near based:NearProvider
@distributedlab/jac-deserializehelper to deserialize JSON API structures@distributedlab/w3p- Examples and use-cases@distributedlab/tools-RuntimeErrorclass
Changed
all: Drop support for node < 18 versionsall- Migrate fromtsctoswcto build packagesall- Migrate fromts-jesttoswc-jestto run tests@distributedlab/tools-EventEmitterMake emit second parameter optionalroot- Workspace dependency version to be strictly equalall- Migrate to TypeScript 5.0.4
Removed
@distributedlab/jac-axiosdependencyroot- Unusedtsconfig.eslint.json@distributedlab/jac- Dependency@distributedlab/jsona
Fixed
root- Prevent typedoc from detecting every index file as a moduleall- Replace type imports withimport typesyntax 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.jsonfile to make ESLint work in the testsall- Node resolution in thepackage.jsonfilesroot- 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 fromjsonadependency to the@distributedlab/jsona
0.1.7-rc.0
[0.1.7-rc.0] - 2023-03-17
Added
root: Contributing guide in theREADME.mdfileroot: Table of contents in theREADME.mdfile
Changed
@distributedlab/jac-jsonadependency moved to thepeerDependenciesanddevDependencies
0.1.6
[0.1.6] - 2023-03-11
Added
@distributedlab/tools:BNisEqualTocompare
Changed
@distributedlab/tools:BNcomparing methods
Fixed
@distributedlab/tools:BNreturn formatted string for value getter instead toString method
0.1.5
[0.1.5] - 2023-03-09
Fixed
@distributedlab/tools:BNdrop unexpected decimal part during multiplication and division
0.1.4
[0.1.4] - 2023-03-08
Added
@distributedlab/tools:BN.clone()method to safely cloneBNinstance
Changed
@distributedlab/tools:BN.valueOf()method refactored tovaluegetter@distributedlab/tools:BN.toString()now return human-readable string@distributedlab/tools:BNtypes moved to the related directories
Fixed
@distributedlab/tools:BNthe exponent value at whichBigNumber.jsreturns exponential notation set to 256
0.1.3
[0.1.3] - 2023-03-07
Added
@distributedlab/tools:BN.WEI_DECIMALSvalue
Fixed
@distributedlab/tools:BN.MAX_UINT256value
0.1.2
[0.1.2] - 2023-03-07
Added
@distributedlab/tools:isZerogetter toBNclass
0.1.1
[0.1.1] - 2023-03-07
Fixed
root: Links to the packages in theREADME.mdfile@distributedlab/tools: ExportBNclass