Releases: TezosTaqueria/taqueria
v0.2.1
Apr 20, 2022
Taqueria
CLI
To download and see our installation instructions, please click here
- (#390, #580) - Remove .git directory from scaffold output (@mweichert)
VS Code
To download and install, please search for Taqueria in the Visual Studio Marketplace.
SDKs
Node SDK
To download and install please run
npm install @taqueria/node-sdk@latest
- Version bump
Plugins
Contract Types plugin
To download and install, please run
taq install @taqueria/plugin-contract-types@latest
- (#479) - Updated to use v0.2.0 of the Taqueria SDK
- (#398) - Added documentation (@hu3man)
- (#472, #520) - Fixed bug related to integer parameters (@ricklove)
Ligo plugin
To download and install, please run
taq install @taqueria/plugin-ligo@latest
- Version bump
SmartPy plugin
To download and install, please run
taq install @taqueria/plugin-smartpy@latest
- Version bump
Archetype plugin
To download and install, please run
taq install @taqueria/plugin-archetype@latest
- (#363, #581) Initial version (@mweichert, @guillaumeduhamel)
Taquito plugin
To download and install, please run
taq install @taqueria/plugin-taquito@latest
- Version bump
Flextesa Plugin
To download and install, please run
taq install @taqueria/plugin-flextesa@latest
- Version bump
New Contributors
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Mar 31, 2022
Taqueria
CLI
To download and see our installation instructions, please click here
- (#257, #465) - Major protocol refactor for improved error handling
- (#421, #395, #452) - Various improvements to README.md (@hu3man)
- (#283, #427) - Updated Quickstart.md for new projects (@hu3man)
- (#327) - Help command should always output to stdout (@mweichert)
VS Code
To download and install, please search for Taqueria in the Visual Studio Marketplace.
SDKs
Node SDK
To download and install please run
npm install @taqueria/node-sdk@latest
- (#257, #465) - Major refactor for propagating stdout and stderr for Taqueria plugins (@mweichert)
Plugins
Contract Types plugin
To download and install, please run
taq install @taqueria/plugin-contract-types@latest
- (#479) - Updated to use v0.2.0 of the Taqueria SDK
- (#398) - Added documentation (@hu3man)
- (#472, #520) - Fixed bug related to integer parameters (@ricklove)
Ligo plugin
To download and install, please run
taq install @taqueria/plugin-ligo@latest
- (#258) - Updated to use v0.2.0 of the Taqueria SDK
SmartPy plugin
To download and install, please run
taq install @taqueria/plugin-smartpy@latest
- (#259) - Updated to use v0.2.0 of the Taqueria SDK
Taquito plugin
To download and install, please run
taq install @taqueria/plugin-taquito@latest
- (#387) - The
deploy
task properly communicates whether deployment has succeeded (@mweichert) - (#261) - Updated to use v0.2.0 of the Taqueria SDK
Flextesa Plugin
To download and install, please run
taq install @taqueria/plugin-flextesa@latest
- (#251, #435) - Always use version # of docker image that corresponds to the version of the plugin (@mweichert)
- (#408, #434) - Docker image now makes use of @taqueria/flextesa-manager NPM package (@mweichert)
- (#431) - The
list accounts
task throws an error when the sandbox is stopped (@mweichert) - (#260) - Updated to use v0.2.0 of the Taqueria SDK
Full Changelog: v0.1.2...v0.2.0
v0.1.2
Mar 1, 2022
Taqueria
CLI
To download and see our installation instructions, please click here
- (#339) - [Bug]: Running taq install to update a plugin removes devDependency (@mweichert)
- (#275) - JSON is no longer formatted after starting a sandbox (@mweichert)
- (#406, 407) - Remove quickstart parameter from plugin call arguments (@mmweichert)
VS Code
To download and install, please search for Taqueria in the Visual Studio Marketplace.
- Version bump
SDKs
Node SDK
To download and install please run
npm install @taqueria/node-sdk@latest
- Version bump
Plugins
Contract Types plugin
To download and install, please run
taq install @taqueria/plugin-contract-types@latest
- Version bump
Ligo plugin
To download and install, please run
taq install @taqueria/plugin-ligo@latest
- Version bump
SmartPy plugin
To download and install, please run
taq install @taqueria/plugin-smartpy@latest
- Version bump
Taquito plugin
To download and install, please run
taq install @taqueria/plugin-taquito@latest
- Version bump
Flextesa Plugin
To download and install, please run
taq install @taqueria/plugin-flextesa@latest
- (#243) - Cannot specify custom account names in sandbox config (@mweichert)
- (#338) - Handle error when executing task of non-installed NPM plugin (@mweichert)
- (#412) - Use latest version of the Taqueria SDK in the flextesa plugin (@mweichert)
Full Changelog: v0.0.9...v0.1.1
v0.1.1
Feb 16, 2022
Taqueria
CLI
To download and see our installation instructions, please click here
- (#139) - Add ability to scaffold projects (@mweichert)
- (#325) - Fixed Fluture type definitions (@mweichert)
- (#334) - Various documentation fixes (@jevonearth)
VS Code
To download and install, please search for Taqueria in the Visual Studio Marketplace.
- Version bump
SDKs
Node SDK
To download and install please run
npm install @taqueria/node-sdk@latest
- (#356) - Renamed publicKey property to publicKeyHas for AccountDetails type (@mweichert)
Plugins
Contract Types plugin (NEW!)
To download and install, please run
taq install @taqueria/plugin-contract-types@latest
Ligo plugin
To download and install, please run
taq install @taqueria/plugin-ligo@latest
- Version bump
SmartPy plugin
To download and install, please run
taq install @taqueria/plugin-smartpy@latest
- Updated to use the latest version of the Taqueria Node SDK (v0.1.0) (@mweichert)
Taquito plugin
To download and install, please run
taq install @taqueria/plugin-taquito@latest
- Updated to use the latest version of the Taqueria Node SDK (v0.1.0) (@mweichert)
Flextesa Plugin
To download and install, please run
taq install @taqueria/plugin-flextesa@latest
- (#356) Added T1 address to table rendered by
list accounts
task. - Updated to use the latest version of the Taqueria Node SDK (v0.1.0) (@mweichert)
Full Changelog: v0.0.9...v0.1.1
v0.0.9
Feb 16, 2022
Taqueria
CLI
To download and see our installation instructions, please click here
- (#295, #301) - Detect node engine requirements in NPM-based plugins (@mweichert)
- (#248, #308) - Improved error handling and messaging (@mweichert)
- (#315, #325) - Temporary workaround for Parcel segmentation faults (@mweichert)
- (#296) - Improved documentation in readme.md (@hu3man)
- (#240) - Updated code of conduct in contributors.md (@neilmangan)
VS Code
To download and install, please search for Taqueria in the Visual Studio Marketplace.
- (#248, 308) - Improved error handling and messaging (@mweichert)
- (#249) - Incorrect detection of failures when running compile task (@mweichert)
- (#296) - Improved documentation in readme.md (@hu3man)
SDKs
Node SDK
To download and install please run
npm install @taqueria/node-sdk@latest
- Version bump to v0.0.9
Plugins
Ligo plugin
To download and install, please run
taq install @taqueria/plugin-ligo@latest
- (#273, #274) - LIGO compilation failures on Apple Silicon (@mweichert)
- (#248, #308) - Improved error handling and messaging (@mweichert)
- (#296) - Improved documentation in readme.md (@hu3man)
SmartPy plugin
To download and install, please run
taq install @taqueria/plugin-smartpy@latest
- (#248, #308) - Improved error handling and messaging (@mweichert)
- (#296) - Improved documentation in readme.md (@hu3man)
Taquito plugin
To download and install, please run
taq install @taqueria/plugin-taquito@latest
- (#248, #308) - Improved error handling and messaging (@mweichert)
- (#296) - Improved documentation in readme.md (@hu3man)
Flextesa Plugin
To download and install, please run
taq install @taqueria/plugin-flextesa@latest
- (#250, #306) - Disable CORS by allowing all origins to sandbox RPC calls (@mweichert)
- (#248, #308) - Improved error handling and messaging (@mweichert)
- (#296) - Improved documentation in readme.md (@hu3man)
Full Changelog: v0.0.8...v0.0.9
v0.0.8
Feb 7, 2022
Taqueria
CLI
To download and see our installation instructions, please click here
- (#170) - Update any reference to the CLI binary from taqueria to taq. (@mweichert)
- (#171) - Adjustments to the project repo after converting to NPM workspaces. (@mweichert)
- (#172) - Preformat JSON before writing to the filesystem. (@mweichert)
- (#173) - Added a
taq --version
command to show the current version #. (@mweichert) - (#209) - Updated README.md (@hu3man)
- (#224) - Updated code of conduct (@neilmangan)
VS Code
To download and install, please search for Taqueria in the Visual Studio Marketplace.
- (#217) - Fixed cross-platform issues when launching taq from the extension. (@mweichert)
- (#231) - Fixed cross-platform path detection issues. (@mweichert)
- (#174) - Added videos and updated description. (@russellmorton)
- (#189) - Fixed VS Code packaging issues (@mweichert)
SDKs
Node SDK
To download and install please run
npm install @taqueria/node-sdk@latest
- Version bump to v0.0.8
Plugins
Ligo plugin
To download and install, please run
taq install @taqueria/plugin-ligo@latest
- (#175) - Use platform argument when invoking docker
- (#175) - Added a quickstart.md file to a new initialized project
Smartpy plugin
To download and install, please run
taq install @taqueria/plugin-smartpy@latest
- Version bump to v0.0.8
Taquito plugin
To download and install, please run
taq install @taqueria/plugin-taquito@latest
- Version bump to v0.0.8
Flextesa Plugin
To download and install, please run
taq install @taqueria/plugin-flextesa@latest
- (#168) - Use the docker image published on the ghcr.io registry. (@mweichert)
- (#207) - Ensure that the @taqueria/flextesa image can be used on multiple platforms (@GImbrailo)
New Contributors
- @neilmangan made their first contribution in #224
Full Changelog: v0.0.5...v0.0.8
v0.0.7-test
changing name for testing publishing to the marketplace
v0.0.7
Feb 7, 2022
Taqueria
CLI
To download and see our installation instructions, please click here
- (#170) - Update any reference to the CLI binary from taqueria to taq. (@mweichert)
- (#171) - Adjustments to the project repo after converting to NPM workspaces. (@mweichert)
- (#172) - Preformat JSON before writing to the filesystem. (@mweichert)
- (#173) - Added a
taq --version
command to show the current version #. (@mweichert) - (#209) - Updated README.md (@hu3man)
- (#224) - Updated code of conduct (@neilmangan)
VS Code
To download and install, please search for Taqueria in the Visual Studio Marketplace.
- (#217) - Fixed cross-platform issues when launching taq from the extension. (@mweichert)
- (#231) - Fixed cross-platform path detection issues. (@mweichert)
- (#174) - Added videos and updated description. (@russellmorton)
- (#189) - Fixed VS Code packaging issues (@mweichert)
SDKs
Node SDK
To download and install please run
npm install @taqueria/node-sdk@latest
- Version bump to v0.0.7
Plugins
Ligo plugin
To download and install, please run
taq install @taqueria/plugin-ligo@latest
- (#175) - Use platform argument when invoking docker
- (#175) - Added a quickstart.md file to a new initialized project
Smartpy plugin
To download and install, please run
taq install @taqueria/plugin-smartpy@latest
- Version bump to v0.0.7
Taquito plugin
To download and install, please run
taq install @taqueria/plugin-taquito@latest
- Version bump to v0.0.7
Flextesa Plugin
To download and install, please run
taq install @taqueria/plugin-flextesa@latest
- (#168) - Use the docker image published on the ghcr.io registry. (@mweichert)
- (#207) - Ensure that the @taqueria/flextesa image can be used on multiple platforms (@GImbrailo)
New Contributors
- @neilmangan made their first contribution in #224
Full Changelog: v0.0.6...v0.0.7
v0.0.5
What's Changed
- Fixed a problem with
taq install
corrupting .taq/config.json files
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Use flextesa-plugin-use-ghcr-image in flextesa plugin by @mweichert in #168
- Update README.md to reference binary as 'taq' not 'taqueria' by @mweichert in #170
- Add taq version by @mweichert in #173
- Fixes multiple issues with LIGO plugin by @mweichert in #175
- Convert repo to use NPM workspaces by @mweichert in #171
- Use expression to render env variables in VSCode pipeline by @danielelisi in #182
- Pre-format JSON before writing to .taq/config.json or .taq/state.json by @mweichert in #172
- Alex main npm publish version fix by @alexzbusko in #183
Full Changelog: v0.0.1...v0.0.4