Skip to content

Latest commit

 

History

History
131 lines (66 loc) · 6.4 KB

CHANGELOG.md

File metadata and controls

131 lines (66 loc) · 6.4 KB

4.2.0 (2022-03-15)

Features

4.1.1 (2022-03-15)

Trivial Changes

  • deps: bump actions/checkout from 2 to 3 (#38) (766a4e3)
  • no-release: bump actions/checkout from 2 to 3 (#36) (3f2ce11)
  • no-release: bump actions/setup-node from 2.5.1 to 3.0.0 (#35) (02509f2)

4.1.0 (2022-02-14)

Features

  • lotus@v1.13.2, and fix schema gen CJS export (864168d)

4.0.7 (2022-01-20)

Bug Fixes

  • use 16.x for release script, as required by dual-publish (23e7b74)

Trivial Changes

  • deps-dev: bump dual-publish from 2.0.2 to 3.0.0 (6b7297c)
  • no-release: bump actions/setup-node from 2.4.1 to 2.5.0 (#28) (afdf4c5)
  • no-release: bump actions/setup-node from 2.5.0 to 2.5.1 (#30) (2a00ddd)

4.0.6 (2021-11-18)

Bug Fixes

  • ci: exclude main files from build on windows (6d11bee)

4.0.5 (2021-11-04)

Trivial Changes

  • deps: bump actions/checkout from 2.3.5 to 2.4.0 (1e8f0a3)

4.0.4 (2021-10-18)

Trivial Changes

  • deps: bump actions/checkout from 2.3.4 to 2.3.5 (052bf1e)

4.0.3 (2021-09-28)

Trivial Changes

  • deps: bump actions/setup-node from 2.4.0 to 2.4.1 (6725260)

4.0.2 (2021-09-27)

Trivial Changes

  • deps-dev: bump dual-publish from 1.0.9 to 2.0.0 (3395fd6)

4.0.1 (2021-08-23)

Trivial Changes

  • make allowance for web3bot 'sync' PRs (c5b00c8), closes #12

4.0.0 (2021-08-20)

⚠ BREAKING CHANGES

  • update tsgen for lotus@1.11.1
  • update schemagen for lotus@1.11.1, re-gen schema, make gen script do more

Features

  • update schemagen for lotus@1.11.1, re-gen schema, make gen script do more (a9b76d8)
  • update tsgen for lotus@1.11.1 (5961f8a)

Bug Fixes

  • add "generated by" note for schemagen'd code (85d47c5)
  • make dual-publish work again with generated code (f63928b)

Trivial Changes

  • move generated API methods to separate module (d936879)

3.0.2 (2021-08-20)

Trivial Changes

  • add releasing section to readme (#9) (302ab28)
  • semantic-release for auto-releases, and dependabot (bcc77e6)

js-lotus-api-schema changelog

[1.0.0] - 2020-10-19

Changed

  • Updated for mainnet. The export name has changed from testnet to mainnet:

    const { mainnet } = require('@filecoin-shipyard/lotus-client-schema')

    or

    import { mainnet } from '@filecoin-shipyard/lotus-client-schema'

[0.0.11] - 2020-07-10

Changed

  • Update testnet schema with methods from Lotus next branch.