From e6cb8106e3ffb671617d4e3f16d4027fe7cc9255 Mon Sep 17 00:00:00 2001 From: GitHub Actions release workflow Date: Thu, 3 Jun 2021 11:53:21 +0000 Subject: [PATCH] chore: release v0.0.15 --- CHANGELOG.md | 107 +++++++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 57 insertions(+), 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6930e343..ad561dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,94 +6,99 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.0.15] - 2021-06-03 ### Added -* Interactive install command +- Interactive install command ## [0.0.14] - 2021-05-12 ### Changed -* Provider name in environment variables -* Provider name delimiters -* Codegen generates .js and .d.ts now +- Provider name in environment variables +- Provider name delimiters +- Codegen generates .js and .d.ts now ## [0.0.13] - 2021-05-05 ### Changed -* Validate identifiers +- Validate identifiers ## [0.0.12] - 2021-04-30 ### Changed -* Allow every type for Result in generated SDK +- Allow every type for Result in generated SDK ## [0.0.11] - 2021-04-28 ### Changed -* Export SuperfaceClient type from generated SDK -* Allow every type for Result in generated SDK +- Export SuperfaceClient type from generated SDK +- Allow every type for Result in generated SDK ## [0.0.10] - 2021-04-26 ### Added -* Generate command -* Support for installing local files with `install` command +- Generate command +- Support for installing local files with `install` command ### Changed -* Refactored install logic +- Refactored install logic ## [0.0.5] - 2021-03-15 ### Changed -* Updated sdk version to v0.0.11 -* Update playground and fixtures to support sdk v0.0.11 +- Updated sdk version to v0.0.11 +- Update playground and fixtures to support sdk v0.0.11 ### Fixed -* `install` no longer stores local file path in `super.json` and instead stores the version +- `install` no longer stores local file path in `super.json` and instead stores the version ## [0.0.4] - 2021-02-25 ### Added -* New flags for create command: `--template`, `--version` (`-v`), `--variant` (`-t`) -* Generation of scope directory -* Generation of `provider.json` file -* Workaround for document type flag -* `isFileQuiet` function -* Validation of maps to profiles within `lint` command (flag `-v`) -* Init command -* Install command -* `--template` flag to play initialize +- New flags for create command: `--template`, `--version` (`-v`), `--variant` (`-t`) +- Generation of scope directory +- Generation of `provider.json` file +- Workaround for document type flag +- `isFileQuiet` function +- Validation of maps to profiles within `lint` command (flag `-v`) +- Init command +- Install command +- `--template` flag to play initialize ### Changed -* Updated parser dependency to v0.0.14 -* Updated generation of header fields (`name`, `version`, `variant`) -* Updated validation of specified values in create command with new parsing functions -* Updated compile and lint tests to use `path.join` instead of string paths -* Play command outputs build files to `/build` directory -* Playground no longer needs to have the same name as the profile within it -* Playground now works with playscripts in `superface/play` folder -* Playground can now work with scoped profiles and maps - -### Fixed -* Correct `--typeRoots` passed to play execute tsc invocation -* Scoped profiles and maps detection and execution +- Updated parser dependency to v0.0.14 +- Updated generation of header fields (`name`, `version`, `variant`) +- Updated validation of specified values in create command with new parsing functions +- Updated compile and lint tests to use `path.join` instead of string paths +- Play command outputs build files to `/build` directory +- Playground no longer needs to have the same name as the profile within it +- Playground now works with playscripts in `superface/play` folder +- Playground can now work with scoped profiles and maps ### Removed -* Document type flag: `--documentType` (`-t`) -* Unnecessary fixture playground +- Document type flag: `--documentType` (`-t`) +- Unnecessary fixture playground + +### Fixed +- Correct `--typeRoots` passed to play execute tsc invocation +- Scoped profiles and maps detection and execution ## [0.0.2] - 2020-12-18 ### Added -* Create command -* Play command +- Create command +- Play command ### Changed -* Name of the binary to `superface` -* package.json private field to false +- Name of the binary to `superface` +- package.json private field to false -## [0.0.1] - 2020-11-25 +## 0.0.1 - 2020-11-25 ### Added -* Document type inferrance -* Lint command -* Transpile command -* CI github flow - -[Unreleased]: https://github.com/superfaceai/cli/compare/v0.0.10...HEAD +- Document type inferrance +- Lint command +- Transpile command +- CI github flow + +[Unreleased]: https://github.com/superfaceai/cli/compare/v0.0.15...HEAD +[0.0.15]: https://github.com/superfaceai/cli/compare/v0.0.14...v0.0.15 +[0.0.14]: https://github.com/superfaceai/cli/compare/v0.0.13...v0.0.14 +[0.0.13]: https://github.com/superfaceai/cli/compare/v0.0.12...v0.0.13 +[0.0.12]: https://github.com/superfaceai/cli/compare/v0.0.11...v0.0.12 +[0.0.11]: https://github.com/superfaceai/cli/compare/v0.0.10...v0.0.11 [0.0.10]: https://github.com/superfaceai/cli/compare/v0.0.5...v0.0.10 [0.0.5]: https://github.com/superfaceai/cli/compare/v0.0.4...v0.0.5 -[0.0.4]: https://github.com/superfaceai/cli/compare/v0.0.3...v0.0.4 -[0.0.3]: https://github.com/superfaceai/cli/compare/v0.0.2...v0.0.3 +[0.0.4]: https://github.com/superfaceai/cli/compare/v0.0.2...v0.0.4 [0.0.2]: https://github.com/superfaceai/cli/compare/v0.0.1...v0.0.2 -[0.0.1]: https://github.com/superfaceai/cli/releases/tag/v0.0.1 diff --git a/package.json b/package.json index 3b620d87..63e7767b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superfaceai/cli", - "version": "0.0.14", + "version": "0.0.15", "description": "Superface CLI utility", "main": "dist/index.js", "repository": "https://github.com/superfaceai/cli.git",