1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
squid-js/CHANGELOG.md

143 lines
3.2 KiB
Markdown
Raw Normal View History

2019-03-22 00:35:52 +01:00
History
=======
2019-06-19 14:14:21 +02:00
0.5.17 (Jun 19, 2019)
-------------------------
* Hotfix of `postinstall` script
2019-06-19 11:29:15 +02:00
0.5.16 (Jun 19, 2019)
-------------------------
* Created Versions module (`ocean.versions`) to provide a overview of the components
* Upgraded dependencies
2019-06-12 13:14:26 +02:00
0.5.15 (Jun 12, 2019)
-------------------------
* Created Auth module (`ocean.auth`) to reduce the Web3 provider interactions
2019-05-31 18:04:11 +02:00
0.5.14 (May 31, 2019)
-------------------------
* `ocean.assets.create` emits the progress of the process
2019-05-31 16:52:25 +02:00
0.5.13 (May 31, 2019)
-------------------------
* Changed the `metadata.base.price` type to string
2019-05-29 12:21:54 +02:00
0.5.12 (May 29, 2019)
-------------------------
* Added the prefix of the checksum
* Stop having a cache for Web3 instance
* Improves on some contracts
2019-05-20 10:05:57 +02:00
0.5.11 (May 20, 2019)
-------------------------
* Improved signatures
* Allowing custom Web3 providers
* Added config of _Duero_ to execute integration tests
2019-05-15 12:52:47 +02:00
0.5.10 (May 15, 2019)
-------------------------
* Added _Duero_ network on Keeper network detection method
* Small refactors
2019-05-06 11:19:29 +02:00
0.5.9 (May 6, 2019)
-------------------------
* Simplified `ocean.assets.order` process (less Web3 provider interactions)
2019-04-30 12:32:23 +02:00
0.5.8 (April 30, 2019)
-------------------------
* `ocean.assets.order` emits the progress of the process
* Improved typing of DDO
* Fixed some differences between implementations on DDO generation
2019-04-23 12:51:43 +02:00
0.5.7 (April 23, 2019)
-------------------------
* Fixed Web3 beta 37 as peer dependency
* Fixed a difference in the download folder name when consume
* The DDOs are sent to Aquarius before confirming the DID registry transaction
* Fixed error getting Ocean instance in wrong network
2019-04-23 00:24:53 +02:00
0.5.6 (April 17, 2019)
2019-04-17 14:02:36 +02:00
-------------------------
* Added `agreement.status` method
* Added `assets.owner`, `assets.ownerAssets` and `assets.consumerAssets` methods
* Fixes on asset queries
* Fixed coverage reporting
2019-04-15 23:39:17 +02:00
0.5.5 (April 15, 2019)
-------------------------
* Fixed `agreements.prepare` output
2019-04-15 16:40:38 +02:00
0.5.4 (April 15, 2019)
-------------------------
* Improved error detection on consume
2019-04-09 17:05:44 +02:00
0.5.3 (April 9, 2019)
-------------------------
* Improved how is consumed the assets
2019-04-08 10:51:45 +02:00
0.5.2 (April 8, 2019)
-------------------------
* Support new Aquarius query response
2019-04-04 15:48:00 +02:00
0.5.1 (April 4, 2019)
-------------------------
* Added a way to consume files individually
2019-04-01 17:49:07 +02:00
0.5.0 (April 1, 2019)
-------------------------
* Integration with Keeper Contracts v0.9.0
* Using Secret Store through Brizo
2019-03-29 17:26:48 +01:00
0.4.1 (March 29, 2019)
-------------------------
* Refactor that allows having multiple Ocean instances with different configuration
* Fixed errors when consuming on browsers
* Fixed errors on searching assets using queries
* Update to new `files` metadata structure
2019-03-29 17:26:48 +01:00
2019-03-22 00:35:52 +01:00
0.4.0 (March 18, 2019)
-------------------------
* Integration with Keeper Contracts v0.8.6
* Complete refactor on agreements, templates and conditions
* Improved typeing
0.3.1 (February 26th, 2019)
-------------------------
* New Ocean API submodules
* Improved typeing
* Fixes on consume flow
0.3.0 (February 14th, 2019)
-------------------------
* Integration with Keeper Contracts v0.6.12
* New Ocean API submodules
* Added new fields to metadata (files, checksum)
* Added integration tests
0.0.1 (2018-)
------------------
2019-04-01 17:49:07 +02:00
* First release