This repository was archived by the owner on Mar 5, 2025. It is now read-only.
File tree 1 file changed +9
-7
lines changed 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -264,13 +264,11 @@ Released with 1.0.0-beta.37 code base.
264
264
265
265
- Add unit tests for isHex and isHexStrict (#3622 )
266
266
267
- ## [ Unreleased]
268
-
269
- ## [ 1.2.12]
267
+ ## [ 1.3.0]
270
268
271
269
### Added
272
270
273
- - Support for typescript files (.ts) to be writtern alongside regular .js files (#3652 )
271
+ - Support for typescript files (.ts) to be written alongside regular .js files (#3652 )
274
272
- Add compareBlock function that allows for complex block comparisons (#3682 )
275
273
276
274
### Changed
@@ -279,11 +277,15 @@ Released with 1.0.0-beta.37 code base.
279
277
- ` npm run build ` now uses TSC to compile (.js allowed) and the build folder is now located under ` lib ` (#3652 )
280
278
- Modernized web3-core to use newer es syntax (#3652 )
281
279
- Bumped ` web3-providers-ipc ` ` oboe ` version to 2.1.5 (#3661 )
282
- - Bump lodash from 4.17.15 to 4.17.19
283
- - Bump websocket version which removes node-gyp from web3.js (#3865 )
280
+ - Bump lodash from 4.17.15 to 4.17.19 ( # 3641 )
281
+ - Bump websocket version which removes node-gyp from web3.js (#3685 )
284
282
285
283
### Fixed
286
284
287
285
- Fix parsing of non-` eth_subscription ` provider events (#3660 )
288
286
- Fix parsedUrl problem of websocket provider (#3666 )
289
- - Fix return value for ` clearSubscriptions ` (#3689 )
287
+ - Fix return value for ` clearSubscriptions ` (#3689 )
288
+
289
+ ## [ Unreleased]
290
+
291
+ ## [ 1.3.1]
You can’t perform that action at this time.
0 commit comments