Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Releases: JoinColony/colonySDK

Release 0.6.1

06 Sep 20:46
Compare
Choose a tag to compare

Changes

  • Export the ColonyToken class for docs generation (e7c978d)

Release 0.6.0

06 Sep 20:40
Compare
Choose a tag to compare

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

08 Jun 21:46
Compare
Choose a tag to compare

🎉 New

Changes

  • npm run example is now npm run examples (6995d3a)

Release 0.4.3

07 Jun 18:06
Compare
Choose a tag to compare

Changes

  • Expose utils (c4846a0)

Maintenance

  • Do not generate declaration files for cjs/esm builds (f138b7d)

Release 0.4.2

03 Jun 17:25
Compare
Choose a tag to compare

Changes

  • Export IPFS metadata types (676f449)
  • Update colonyJS to v5.1.1 (91e0877)
  • Add transactionHash to ColonyEvent (92a47d2)

Release 0.4.1

30 May 10:37
Compare
Choose a tag to compare

Fixes

  • Refactor MultiEvents and make IPFS available to them (e0cd7df)
  • Use AnyMetadataValue for unknown metadata events (e251099)

Release 0.4.0

25 May 15:52
Compare
Choose a tag to compare

Changes

  • Rename ColonyEvents to ColonyEventManager (5410167)
  • Export EventSource

Release 0.3.1

25 May 15:09
Compare
Choose a tag to compare

Fixes

  • Add all possible event source contracts (f05ff94)

Release 0.3.0

24 May 21:18
Compare
Choose a tag to compare

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

11 May 15:12
Compare
Choose a tag to compare

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)

Maintenance