Closed github-actions[bot] closed 11 months ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@colony/colony-js@7.0.0
Major Changes
029288c: This changes the way
colony-js
clients are typed. We retain only the types of the last 5 versions of the types, all older versions will go untyped. This will give us some breathing room, at least for the amount of extensions that we have now.Furthermore the most recent (upcoming) contract changes were included in ColonyJS.
Some changes were made to fix builds.
7e5d60d: The latest update in the ColonyJS series. While most of the changes were done to the internal structure of ColonyJS, this release does include some breaking changes. The bundle-size of ColonyJS was reduced in this release.
Breaking
extras
,tokens
,events
)extra
s are now in the main entrypoint (@colony/colony-js
)tokens
are now in@colony/tokens
(needs to be installed separately)events
are now in@colony/events
(needs to be installed separately)getExtensionHash
now takes anExtension
enum value and not a string anymoredeployTokenAuthority
on the token client was removed. UsecolonyNetwork.deployTokenAuthority
instead (also for non metatransactions)getTokenInfo
function was removedTokenClientType
is now now also in@colony/tokens
New
@colony/core
and are also exported from@colony/colony-js
.Maintenance
@colony/colony-js
@colony/contractor
. The entry in thescripts
section in thepackage.json
was adjusted accordingly.Minor Changes
3a87d0c:
sdk
getReputation
now returns reputation within a domain as a percentag of the whole reputation within the teamgetReputationPoints
can be used to get the previous behaviorinitialize
function to theVotingReputation
extension83d7828: Add some more exports to the entry point. Now we have
ColonyTokenFactory
(theMetaTxToken
)ColonyFactory
(theIColony
of the latest version)ColonyNetworkFactory
(IColonyNetwork
)0ebb76a: Exported VotingReputationFactory
3439729: colony-js gets support for the latest colonyNetwork release hmwss.
Patch Changes
@colony/contractor@2.0.0
Major Changes
029288c: This changes the way
colony-js
clients are typed. We retain only the types of the last 5 versions of the types, all older versions will go untyped. This will give us some breathing room, at least for the amount of extensions that we have now.Furthermore the most recent (upcoming) contract changes were included in ColonyJS.
Some changes were made to fix builds.
Minor Changes
glwss4
contracts in Colony SDK. No API changes were necessary. Contractor was bumped to v1.0.1 of the@colony/abis
package Incore
, a guard was added to prevent trying to get permission proofs without an address.Patch Changes
@colony/core@2.0.0
Major Changes
029288c: This changes the way
colony-js
clients are typed. We retain only the types of the last 5 versions of the types, all older versions will go untyped. This will give us some breathing room, at least for the amount of extensions that we have now.Furthermore the most recent (upcoming) contract changes were included in ColonyJS.
Some changes were made to fix builds.
c8f5f74:
cross-fetch
was removed as a dependency.Users of this library have to make sure that a fetch function exists in the global namespace (e.g. by using
node-fetch
and adding it to theglobalThis
).It also adds another build target for Colony SDK which is a minified bundle of the library
Minor Changes
245fc59: Add support for
glwss4
contracts in Colony SDK. No API changes were necessary. Contractor was bumped to v1.0.1 of the@colony/abis
package Incore
, a guard was added to prevent trying to get permission proofs without an address.3a87d0c:
sdk
getReputation
now returns reputation within a domain as a percentag of the whole reputation within the teamgetReputationPoints
can be used to get the previous behaviorinitialize
function to theVotingReputation
extension3439729: colony-js gets support for the latest colonyNetwork release hmwss.
Patch Changes
@colony/sdk@2.0.0
Major Changes
36f9df2: Calling
getBalance
on a Colony without specifying ateamId
will now return the total balance of the specified token across the whole Colony (including not-yet-claimed funds)3a87d0c:
sdk
getReputation
now returns reputation within a domain as a percentag of the whole reputation within the teamgetReputationPoints
can be used to get the previous behaviorinitialize
function to theVotingReputation
extension029288c: This changes the way
colony-js
clients are typed. We retain only the types of the last 5 versions of the types, all older versions will go untyped. This will give us some breathing room, at least for the amount of extensions that we have now.Furthermore the most recent (upcoming) contract changes were included in ColonyJS.
Some changes were made to fix builds.
beb7608: Breaking: Change the transaction API to allow for just sending txns and not waiting for them to be mined
This change adds the new Colony SDK transaction API. The following is now applicable for all transaction methods (motions and metatransactions included)
Furthermore one can now encode regular transactions and motions into raw strings:
d703cc6: All examples, docs and guides are now adjusted to the v2 API.
c8f5f74:
cross-fetch
was removed as a dependency.Users of this library have to make sure that a fetch function exists in the global namespace (e.g. by using
node-fetch
and adding it to theglobalThis
).It also adds another build target for Colony SDK which is a minified bundle of the library
3a1251c: - Adjusted docs, examples and guides to v2
EventManger
can now be hot-plugged and are not hardcoded anymore.Minor Changes
e931d0e: -
event-metadata
package was removed and all its functionality went into theevents
packageColonyEventManager
was moved to theevents
package as wellsdk/graph
was removed and will be added back at a later pointThere is now a
getMotionResult
method to get the result of a finalizeable motion.245fc59: Add support for
glwss4
contracts in Colony SDK. No API changes were necessary. Contractor was bumped to v1.0.1 of the@colony/abis
package Incore
, a guard was added to prevent trying to get permission proofs without an address.Patch Changes
@colony/events@0.3.0
Minor Changes
e931d0e: -
event-metadata
package was removed and all its functionality went into theevents
packageColonyEventManager
was moved to theevents
package as wellsdk/graph
was removed and will be added back at a later pointThere is now a
getMotionResult
method to get the result of a finalizeable motion.029288c: This changes the way
colony-js
clients are typed. We retain only the types of the last 5 versions of the types, all older versions will go untyped. This will give us some breathing room, at least for the amount of extensions that we have now.Furthermore the most recent (upcoming) contract changes were included in ColonyJS.
Some changes were made to fix builds.
c8f5f74:
cross-fetch
was removed as a dependency.Users of this library have to make sure that a fetch function exists in the global namespace (e.g. by using
node-fetch
and adding it to theglobalThis
).It also adds another build target for Colony SDK which is a minified bundle of the library
3439729: colony-js gets support for the latest colonyNetwork release hmwss.
Patch Changes
@colony/tokens@0.2.0
Minor Changes
029288c: This changes the way
colony-js
clients are typed. We retain only the types of the last 5 versions of the types, all older versions will go untyped. This will give us some breathing room, at least for the amount of extensions that we have now.Furthermore the most recent (upcoming) contract changes were included in ColonyJS.
Some changes were made to fix builds.
3439729: colony-js gets support for the latest colonyNetwork release hmwss.
Patch Changes