Skip to content

Releases: JoinColony/colonyJS

Release 5.1.2

11 Jul 21:14
Compare
Choose a tag to compare

Changes

  • Export MetaTxToken from extras (dfd88eb)

Maintenance

  • Upgrade @typescript-eslint (3859fcc)
  • Update @colony/typedoc-plugin-markdown (111644b)
  • Fix formatColonyRoles doccomment format (4a346fc)
  • Upgrade typedoc to 0.23.5 (fixes comment issues) (9395334)
  • Update TypeDoc, TypeScript, markdown template (9185d65)
  • Test: simplified version of typedoc markdown plugin (995476b)
  • Hide ethers.js internal functions from docs (c818e25)
  • Use new logo in Readme (7deadcc)
  • Replace logo with new one (98e4f8b)
  • Generate GitBook TOC (8e578cd)
  • Add GitBook configuration (0636c1d)
  • Remove GitHub pages workflow (706556a)

v4.2.0

11 Jul 11:13
Compare
Choose a tag to compare

Release Highlights

This colonyJS release adds to support for Metatransactions, by adding the local encode functions for withProofs versions of the contracts and extensions addons

Release 5.1.1

02 Jun 21:09
Compare
Choose a tag to compare

Changes

  • Export TokenLockingClient, restructure exports (a522f65)

Maintenance

  • Add docs to repository for gitbook (f531870)
  • Improve release-it flight-checks (4b2e7e5)
  • Run tests before releasing (d84d314)

Release 5.1.0 - Fuchsia LWSS support

11 May 15:00
Compare
Choose a tag to compare

The flwss release!

🎉 ColonyJS now supports all changes of the Fuschia LWSS release of the ColonyNetwork. Furthermore various fixes and slight changes and improvements have been added. 🎉

Additions

  • Add flwss abis and support new Colony methods (a904885)
  • Add IColonyNetworkEvents and ColonyExtension types (b0d1df0)

Changes

  • Upgrade the colonyNetwork submodule to flwss (ef3059f)
  • Add more imports to the "extras" entry point (aa8b7ad)
  • Use NodeJS 16.15.0 (4eea158)
  • Use MetaTxToken instead of legacy Token (3e89ebe)

Fixes

  • Remove prepublishOnly check for release-it (eb268d5)
  • Fix getReputationAcrossDomains via an ethers regression fix (4a32860)
  • Readme adjustments (3a925f4)

Release 5.0.6

05 May 14:06
Compare
Choose a tag to compare

Fixes

  • Fix extension compatibility check on install & upgrade (1ab3604)

Release 5.0.5

05 May 13:24
Compare
Choose a tag to compare

Changes

  • Update all Clients to colonyNetwork ea598678 (d6adc51)
  • Update latest contract typings to ea598678 (93d9892)
  • Update latest colonyNetwork ABIs to ea598678 (c0a462e)

Fixes

  • Fix reputation oracle endpoints, rename XdaiFork -> XdaiQa (dc34c3a)
  • Fix CoinMachine version for elwss3 (aa04069)

Release 5.0.4

04 May 15:55
Compare
Choose a tag to compare

Changes

  • Upgrade extension to newest version by default (adaca84)

Fixes

  • Fix types for installExtensionChecked (c3b20f3)

Release 5.0.3

04 May 15:44
Compare
Choose a tag to compare

Changes

  • Install the latest version of an extension by default (6df9f1a)
  • Export latest versions from versioned contracts (4fb757b)
  • Add colonyRoles2Hex helper (7015954)
  • Export NetworkClientOptions interface (b8617aa)

Maintenance

v5.0.2

07 Apr 12:46
Compare
Choose a tag to compare

Changes

Expose

CoinMachineEvents,
CoinMachineEventsFactory,
IColonyEvents,
IColonyEventsFactory,
IColonyNetwork,
IColonyNetworkFactory,
OneTxPaymentEvents,
OneTxPaymentEventsFactory,
TokenErc20,
TokenErc20Factory,
VotingReputationEvents,
VotingReputationEventsFactory,
WhitelistEvents,
WhitelistEventsFactory,

from @colony/colony-js/extras

v5.0.1

06 Apr 21:27
Compare
Choose a tag to compare

Docs

  • Fix the example in the README

Changes

  • Add a Gnosis alias for Network and ReputationOracleEndpoint for improved consistency