- e374bc2: Make Arbitrum One the default network in all cases. While this can be considered a breaking change it does not change any of the APIs.
- c84bb1d: Introduce
tsx
instead ofts-node
for esm compatibility reasons. This required some changes to how we import and export types from .ts files, so a lint rule was added for this. - Updated dependencies [6239827]
- Updated dependencies [e374bc2]
- Updated dependencies [b2deaf3]
- Updated dependencies [c84bb1d]
- @colony/[email protected]
- 1645c03: - Refactor events to namespace event object exports
- Add support for MultisigPermissions in
colony-js
- Add support for MultisigPermissions in
- 1645c03: Add Streaming Payments v5
- 1645c03: Add support for colonyNetwork's imwss2 and [email protected]
- Updated dependencies [fefdd57]
- Updated dependencies [1645c03]
- Updated dependencies [1645c03]
- Updated dependencies [1645c03]
- @colony/[email protected]
- 8dc948e: Namespace event package exports for improved compatibility
- Updated dependencies [f1093cc]
- @colony/[email protected]
- 863f1e2: Fix ipfs metadata validation
- 07d6863: Allow for nodeJS version 20 support
- Updated dependencies [07d6863]
- @colony/[email protected]
- 301493e: Move all exports to main entrypoint
-
e931d0e: -
event-metadata
package was removed and all its functionality went into theevents
package-
ColonyEventManager
was moved to theevents
package as well -
sdk/graph
was removed and will be added back at a later point -
There 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.
- 8de9d9c: Upgrade TypeDoc to v0.24.8 and adjust link syntax style
- 542ffad: Adjust import/export statements to be compatible with ESM only within node.js
- 50eefa9: Improve compatibility between ESM package.json generation and changesets:
- Use template file for package.json stub files (for changeset compatibility)
- Add .js extensions also for type imports and exports
- Add type entries to all package.json files
- Rename all .js config files to .cjs
- Updated dependencies [245fc59]
- Updated dependencies [8de9d9c]
- Updated dependencies [3a87d0c]
- Updated dependencies [029288c]
- Updated dependencies [c8f5f74]
- Updated dependencies [3439729]
- Updated dependencies [542ffad]
- Updated dependencies [50eefa9]
- @colony/[email protected]
-
029288cd: 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.
- Updated dependencies [029288cd]
- @colony/[email protected]
-
c8f5f743:
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
- Updated dependencies [c8f5f743]
- @colony/[email protected]
-
e931d0e3: -
event-metadata
package was removed and all its functionality went into theevents
package-
ColonyEventManager
was moved to theevents
package as well -
sdk/graph
was removed and will be added back at a later point -
There is now a
getMotionResult
method to get the result of a finalizeable motion.
-
- 50eefa91: Improve compatibility between ESM package.json generation and changesets:
- Use template file for package.json stub files (for changeset compatibility)
- Add .js extensions also for type imports and exports
- Add type entries to all package.json files
- Rename all .js config files to .cjs
- 542ffad8: Adjust import/export statements to be compatible with ESM only within node.js
- Export all event contracts