This repository has been archived by the owner on May 8, 2023. It is now read-only.
Releases: JoinColony/colonySDK
Releases · JoinColony/colonySDK
Release 0.6.1
Changes
- Export the ColonyToken class for docs generation (e7c978d)
Release 0.6.0
The Motions & Disputes release
We added Motions & Disputes as the VotingReputation
class. It will be available under colony.ext.motions
if the Colony has the extension installed. To create a motion use e.g. colony.ext.motions.create.pay()
with the parameters from colony.pay
.
New
- Support for Motions & Disputes
- Support for arbitrary transactions (`colony.makeArbitraryTransaction')
Release 0.5.0
🎉 New
- Colony SubGraph support! Check out the documentation or the examples for more info. Don't know what the Colony Subgraph is? Explore it here: https://thegraph.com/hosted-service/subgraph/joincolony/colony-xdai
- Add Colony Subgraph subscriptions (1e889c2)
- We have a nice nodeJS example picker now:
Changes
npm run example
is nownpm run examples
(6995d3a)
Release 0.4.3
Changes
- Expose utils (c4846a0)
Maintenance
- Do not generate declaration files for cjs/esm builds (f138b7d)
Release 0.4.2
Release 0.4.1
Release 0.4.0
Changes
- Rename
ColonyEvents
toColonyEventManager
(5410167) - Export
EventSource
Release 0.3.1
Fixes
- Add all possible event source contracts (f05ff94)
Release 0.3.0
Additions
- Add IPFS metadata abstraction (#128) (1b9eacc)
- Add method to get events for a single filter (65624f1)
- Add symbol() function to the ColonyToken (14e1f6d)
- Add support for moving funds to a team (3b43c39)
Changes
- Export ColonyToken class (1f854bb)
- Move NodeJS example from colonyJS to colonySDK (5456079)
- Move advanced example from colonyJS to colonySDK (8ca1617)
- Rewrite MetaMask example to use @colony/sdk (ffd1a5c)
Fixes
- Minor fixes on examples index page (dc12534)
Documentation
- Update docs to support GitBook
- Add Quickstart section to Readme (b8ff8a3)
Release 0.2.0 - Fuchsia LWSS support
The flwss
release!
🎉 ColonySDK 0.2.0 is out! It comes with the freshest release of colonyJS on-board which in turn adds support for the just deployed Fuschia LWSS release of the ColonyNetwork. 🎉
Also now available: support for the OneTxPayment
extension as well as the reputation system. See the reputation-local
example for more details.
Additions
- Add getReputationAcrossTeams method to Colony (26bc5ed)
- Add local reputation example (2471e19)
- Add ColonyToken and reputation support (c3b50e0)
- Add basic local example (f850373)
- Add Colony and additional helpful docs (6cfb18c)
- Add API reference markdown (418105c)
- Document all the available code (ea0587c)
- Typedoc/Gitbook integration (6fdf3d1)
Changes
- Update colonyJS to v5.1.0 -
lwss
support (7e274c4)
Fixes
- Improve release-it flight-checks (8a1a993)
- Fix the future-jump in local reputation example (c91b585)
- Rename to Colony SDK in examples (3b5f8e2)
- Use npm cache in workflow & check for staged files (cda91ee)