Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 728 Bytes

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 728 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.1] - 2023-04-18

Changed

  • Modified FuncCompilerVersion type to be a string to ease future version support

[1.1.0] - 2023-03-12

Added

  • Added testnet support:
    • getSourcesJsonUrl - options now accept a testnet parameter
    • getSourcesData - (Breaking) options now accepts an option parameter, which takes a custom ipfsConverter function and testnet parameters

Fixed

  • None

Changed

  • None

Removed

  • None