Skip to content

Releases: JoinColony/colonyJS

@colony/[email protected]

05 Oct 13:46
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 415be09: Do not overwrite or delete build files

@colony/[email protected]

05 Oct 15:20
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • dd5e3c5: Use tsc for compilation in colony-js and sdk

@colony/[email protected]

05 Oct 13:45
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 415be09: Do not overwrite or delete build files

@colony/[email protected]

04 Oct 18:05
Compare
Choose a tag to compare
Pre-release

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.

@colony/[email protected]

04 Oct 18:05
Compare
Choose a tag to compare
Pre-release

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.

Patch Changes

@colony/[email protected]

04 Oct 18:05
Compare
Choose a tag to compare
Pre-release

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.

Patch Changes

@colony/[email protected]

04 Oct 18:05
Compare
Choose a tag to compare
Pre-release

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.

@colony/[email protected]

04 Oct 18:05
Compare
Choose a tag to compare
Pre-release

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.

@colony/[email protected]

04 Oct 18:04
Compare
Choose a tag to compare
Pre-release

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.

Patch Changes

@colony/[email protected]

05 Sep 17:18
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 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 the globalThis).

    It also adds another build target for Colony SDK which is a minified bundle of the library

Patch Changes