Releases: oceanprotocol/ocean.js
Releases · oceanprotocol/ocean.js
Release 0.5.0
Release 0.4.1
- run build upon release (2b5d48a)
Release 0.4.0
- Merge pull request #289 from oceanprotocol/feature/statstics_history (9d33417)
- moved all address checks to lowercase (a82a8e6)
- optimizations in FRE (dfceb09)
- values in number, not Wei (8156687)
- values in number, not Wei (8eaaaa3)
- remove toLowerCase() workaround (e7c140e)
- debug (bad9f66)
- lowercase account testing (a2fbbb3)
- Update src/balancer/OceanPool.ts (25673f9)
- optimizations (24e5e37)
- optimizations (9195cfb)
- optimizations (ca5d2c2)
- optimizations (a1916b0)
- small refactor (6f645d6)
- typing updates, small refactor (54cb529)
- getEventData refactor (63e01ee)
- typo (122fc40)
- Merge branch 'main' into feature/statstics_history (8bd80d9)
- add interface for PoolLogs & Actions (ee53e5f)
- fix tests (43dee2f)
- Merge branch 'feature/statstics_history' of https://github.com/oceanprotocol/ocean-lib-js into feature/statstics_history (ffdd8f5)
- add getPoolsbyCreator (1f15a67)
- fix lint (34daf5c)
- add stats (c6a9f7d)
- fix lint (fe570b7)
- add stats (b815fbf)
Release 0.3.2
- Merge pull request #320 from oceanprotocol/fix/asset-create (af69f09)
- fix test spy (cde752f)
- incorrect balance check (d6be9ad)
- cost not in wei (b332a4e)
- dt check (fc534c3)
- Merge pull request #317 from oceanprotocol/dependabot/npm_and_yarn/decimal.js-10.2.1 (e35330f)
- Merge pull request #318 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.3.0 (53366f5)
- Merge pull request #319 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/parser-4.3.0 (c256cc9)
- Bump @typescript-eslint/parser from 4.2.0 to 4.3.0 (e4b1c49)
- Bump @typescript-eslint/eslint-plugin from 4.2.0 to 4.3.0 (6607969)
- Bump decimal.js from 10.2.0 to 10.2.1 (b3c83c3)
- Merge pull request #314 from oceanprotocol/dependabot/npm_and_yarn/eslint-7.10.0 (5922c45)
- Merge pull request #313 from oceanprotocol/dependabot/npm_and_yarn/eslint-config-prettier-6.12.0 (a2e5440)
- Bump eslint from 7.9.0 to 7.10.0 (4405cc6)
- Bump eslint-config-prettier from 6.11.0 to 6.12.0 (e4c5888)
Release 0.3.1
- Merge pull request #311 from oceanprotocol/fix/lzma (f5e7014)
- use limited, compress-only version of lzma.js (3b8858a)
- make it work with lzma-native (2896a8e)
- debug tweaks (6e1a2b9)
- test node-xz (ca19be4)
- test lz-string (7188f33)
- ignore outdated typings (012e5e6)
- replace lzma library (bc6f93b)
- Merge pull request #312 from oceanprotocol/fix/config-helper-development (62f1156)
- refactor getting local contract addresses (9ed0089)
Release 0.3.0
- Merge pull request #308 from oceanprotocol/fix/getownerassets (f76122a)
- update tests (905fd99)
- fix ocean.assets.ownerAssets() response type (19e4e58)
- fix getOwnerAssets response (fb20a76)
- Merge pull request #309 from oceanprotocol/feature/updated_events (1190954)
- remove unused imports (8ac5f73)
- Update src/models/Config.ts (c1dc373)
- Update src/ocean/Ocean.ts (2128bfc)
- fix all tests (e563f55)
- fix travis (4aee155)
- fix travis (f5258e8)
- fix tests (e6864d9)
- fix tests (13f9f9a)
- change MetadataContractAddress to metadataContractAddress (b0cd59f)
- bump contracts to 0.4.4 (730cc31)
- fix lint (6ccf7b6)
- use dtAddress as did (6b2c7ea)
- Merge pull request #288 from oceanprotocol/feature/customProvider (e06f96a)
- fix typo (fd64b6c)
- fix namings (7f6c192)
- Update src/provider/Provider.ts (f150a39)
- Update src/provider/Provider.ts (1245377)
- fix namings (2d989df)
- Merge branch 'main' into feature/customProvider (023c258)
- Merge pull request #303 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/parser-4.2.0 (f5bbdcc)
- Bump @typescript-eslint/parser from 4.1.1 to 4.2.0 (fcdeb60)
- Merge pull request #296 from oceanprotocol/fix/dt-check (944642f)
- Merge pull request #305 from oceanprotocol/dependabot/npm_and_yarn/typedoc-0.19.2 (f2cd1ad)
- Merge pull request #306 from oceanprotocol/dependabot/npm_and_yarn/types/node-14.11.2 (ecdb5f8)
- Merge pull request #304 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.2.0 (1c1bc7a)
- Bump @types/node from 14.11.1 to 14.11.2 (df03cf8)
- Bump typedoc from 0.19.1 to 0.19.2 (4d56545)
- Bump @typescript-eslint/eslint-plugin from 4.1.1 to 4.2.0 (dc73ec3)
- Merge pull request #302 from oceanprotocol/dependabot/npm_and_yarn/typescript-4.0.3 (8e9678e)
- Merge pull request #301 from oceanprotocol/dependabot/npm_and_yarn/auto-changelog-2.2.1 (a8cdb96)
- Bump typescript from 4.0.2 to 4.0.3 (ac14192)
- Bump auto-changelog from 2.2.0 to 2.2.1 (d5ff713)
- fix tests (62f27b0)
- fix lint (3f01792)
- use custom provider (8665649)
- Merge branch 'feature/customProvider' of https://github.com/oceanprotocol/ocean-lib-js into feature/customProvider (3402236)
- more customProvider code (67f6e16)
- extra checks (d10766d)
- extra check (20493df)
- allow customProvider on publish (5655909)
- update travis (671c170)
- more customProvider code (796b702)
- add tests (e71180e)
- extra checks (554ab76)
- extra check (ed5e3e7)
- allow customProvider on publish (f75e455)
- update travis (ae40119)
- Merge branch 'main' into feature/customProvider (fbc6e80)
- more customProvider code (11b58cb)
- test fixes (d7dfa32)
- also check for validity of passed data token (7d34e1c)
- test tweaks (127b0c2)
- add data token address validity check (2ac9339)
- Merge pull request #294 from oceanprotocol/dependabot/npm_and_yarn/types/node-14.11.1 (587c9f9)
- Merge pull request #295 from oceanprotocol/dependabot/npm_and_yarn/truffle/hdwallet-provider-1.1.0 (f58b9b0)
- Bump @truffle/hdwallet-provider from 1.0.44 to 1.1.0 (1003c53)
- Bump @types/node from 14.10.2 to 14.11.1 (6596384)
- Merge pull request #271 from oceanprotocol/feature/startOrder (6879793)
- Update .travis.yml (bbb7615)
- Update .travis.yml (2b2a9e7)
- Merge pull request #287 from oceanprotocol/feature/decentralized_DDO (931e918)
- Merge branch 'feature/startOrder' into feature/decentralized_DDO (4facb18)
- Merge branch 'main' into feature/startOrder (2a21931)
- use provider version from barge (fff035a)
- Update .travis.yml (3e79a3a)
- Merge branch 'feature/startOrder' into feature/customProvider (071f706)
- Update .travis.yml (c367fbb)
- Merge branch 'feature/startOrder' into feature/decentralized_DDO (03c684f)
- add tests (cdc5dc8)
- fix typo (1ad87f9)
- small fixes (b07dc6d)
- extra checks (960e90f)
- extra check (48cb847)
- allow customProvider on publish (17e61d0)
- codacy fix (b5c71f3)
- fix tests (0b4417d)
- update contracts & provider (fc6a515)
- add edit helpers (323e57e)
- add sleep for tests (2994cb5)
- fix travis (026bb04)
- fix travis (d93c31a)
- add decentralized DDO (c37c169)
- search for previous valid orders (bedd07e)
- fix conversion (550db48)
- add startOrder (60fc953)
Release 0.2.5
- Merge pull request #282 from oceanprotocol/dependabot/npm_and_yarn/web3-1.3.0 (6dc9f24)
- bump web3-eth-contract (132d89e)
- Merge pull request #281 from oceanprotocol/dependabot/npm_and_yarn/types/node-14.10.2 (b39d7fa)
- Merge pull request #283 from oceanprotocol/dependabot/npm_and_yarn/prettier-2.1.2 (7d7b61a)
- Bump prettier from 2.1.1 to 2.1.2 (ce18a3c)
- Bump web3 from 1.2.11 to 1.3.0 (0595d5b)
- Bump @types/node from 14.10.1 to 14.10.2 (01475aa)
- Merge pull request #274 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.1.1 (34f415e)
- Bump @typescript-eslint/eslint-plugin from 4.1.0 to 4.1.1 (641b3b5)
- Merge pull request #275 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/parser-4.1.1 (e0d64c4)
- Merge pull request #276 from oceanprotocol/dependabot/npm_and_yarn/release-it-14.0.3 (b6de348)
- Bump release-it from 14.0.2 to 14.0.3 (ac657b7)
- Bump @typescript-eslint/parser from 4.1.0 to 4.1.1 (cf0598d)
- Merge pull request #273 from oceanprotocol/dependabot/npm_and_yarn/types/node-14.10.1 (a21dffc)
- Merge pull request #272 from oceanprotocol/dependabot/npm_and_yarn/eslint-7.9.0 (40e8feb)
- Bump @types/node from 14.10.0 to 14.10.1 (afe21db)
- Bump eslint from 7.8.1 to 7.9.0 (3cb922e)
- Merge pull request #269 from oceanprotocol/dependabot/npm_and_yarn/types/node-14.10.0 (0130295)
- Merge pull request #268 from oceanprotocol/dependabot/npm_and_yarn/truffle/hdwallet-provider-1.0.44 (7c8bb40)
- Bump @types/node from 14.6.4 to 14.10.0 (e15338f)
- Bump @truffle/hdwallet-provider from 1.0.43 to 1.0.44 (c6c9806)
Release 0.2.4
Release 0.2.3
Release 0.2.2
- docs updates (c08d2ca)
- Merge pull request #263 from oceanprotocol/feature/config (5be5a76)
- typing & test tweaks (785aac3)
- more tests, document config usage (44a26f6)
- change mainnet oceanTokenAddress (2cb4478)
- simplify, only one method needed (b2ccad5)
- add config helper test (ba53d6a)
- refactor config helper (07bb1bf)
- Merge pull request #262 from oceanprotocol/fix/typings (e9fbf3e)
- test tweaks (455983f)
- more pool tests (6f85014)
- typings fixes (7456360)
- lots of typings (d154cff)
- Merge pull request #261 from oceanprotocol/feature/node-latest (1e5f884)
- remove unnecessary npm update on Travis (073ad83)
- run against latest Node.js (1a0160a)